New Provider: EURouter #12944
Replies: 2 comments 1 reply
|
Hey @dfigos-2000! Same as GreenPT — good format, docs links included, and not on EURouter being OpenAI-compatible makes it a registry entry in One thing about EURouter specifically, which does not apply to GreenPT: it is a router, not an inference provider. That has a consequence worth naming before anyone treats it as a sovereignty win — a router in the EU is a routing layer in the EU, and the model behind any given request may execute anywhere, under whatever terms that upstream sets. So "EU router" and "EU inference" are different guarantees, and the second is the one your original thread was actually about. That is not an argument against adding it. It is an argument for the entry carrying honest metadata rather than implying more than it delivers, and for #12938's training flag needing a per-upstream answer here rather than one value for the whole gateway. If EURouter publishes which providers it routes to and under what terms, that link is the useful thing to attach. Same three verification items before it lands:
A |
|
@dfigos-2000 — real Confirmed and expanded:
The catalog is OpenRouter-shaped — Now the part that matters for why you opened the original thread, and the catalog answers it directly rather than leaving it to speculation: "id": "claude-sonnet-5",
"canonical_slug": "anthropic/claude-sonnet-5",
"providers": [{ "name": "AWS Bedrock", "slug": "aws-bedrock" }]Claude on EURouter is served through AWS Bedrock. Across the 147 models the upstream owners include So the caveat I raised is not a hypothetical: an EU router is a routing layer in the EU, and inference for a given model can run wherever that upstream runs. #12985 requires the entry's There is a genuinely good outcome buried in that, though. The per-model Remaining gap before it can merge: streaming SSE was never exercised, since the 402 stopped the request before a stream existed. That is the usual place "OpenAI-compatible" gateways diverge, and it fails quietly. If you ever put credits on that account, one streaming completion would close the last open question. |
Uh oh!
There was an error while loading. Please reload this page.
Website: https://www.eurouter.ai/
API Docs: https://www.eurouter.ai/docs/api/chat
Models: https://www.eurouter.ai/models
It is OpenAI-compatible?: According to the docs, yes.
All reactions