Automatically send each request to the best available provider based on health, price, and performance. Built-in failover retries another provider when one becomes unavailable.
EUrouter does more than forward requests. It selects the best available provider for each request, applies your routing preferences, and automatically falls back when a provider becomes unavailable.
EUrouter checks which providers support the requested model, filters out unhealthy options, and selects the strongest candidate based on health, price, and overall routing logic.
Read more
When a provider fails with a retryable error such as a timeout, rate limit, or server issue, EUrouter automatically retries the request with another available provider.
Read more
You can define provider preferences per request by setting priority order, restricting routing to specific providers, or excluding providers you do not want EUrouter to use.
Read more
Apply data residency, ownership, retention, and data collection requirements directly in your routing configuration to keep requests aligned with your infrastructure policies.
Read more
EUrouter checks which providers support the requested model, filters out unhealthy options, and scores the remaining candidates. The provider with the highest score is selected for the request.
If a provider returns a server error, hits a rate limit, or times out, EUrouter automatically retries the request with another available provider. Non-retryable errors like bad requests fail immediately.
429503200{
"model": "gpt-5.1:floor",
"messages": [...],
"provider": {
"order": ["scaleway", "azure"],
"ignore": ["ovhcloud"],
"allow_fallbacks": true
}
}orderonlyignoreOverride default routing with explicit provider preferences in your request body. Set priority order, restrict to specific providers, or use model variants as shorthand for common routing strategies.
All requests route through EU infrastructure by default. Add data residency, ownership, retention, and collection parameters to enforce stricter compliance requirements per request.
data_residency"de"eu_ownedtruemax_retention_days0You need AI that won’t create compliance headaches. Your data stays in the EU, GDPR is enforced by default, and every request is routed for the best balance of cost, latency, and uptime, reducing risk while improving performance.