GPT-5.1 routes are liveExplore →
EveryRouter

Advanced

Provider Routing

Control provider order, quality, cost, data policy, and fallback behavior per request.

Why Multi-Provider Routing

Provider routing protects reliability without losing explainability. Every candidate, filter reason, selected provider, and fallback attempt is captured for audit.

Enterprise policies such as certified-only, ZDR, region, BYOK-only, and provider allowlists are enforced before a provider is selected.

Routing Policy

You can request lowest cost, best quality, lowest latency, explicit provider order, or certified-only routing.

Fallbacks respect cost caps and policy filters; free models do not silently fall back to paid providers.

"provider": {
  "order": ["anthropic", "openai", "google"],
  "allow_fallbacks": true,
  "sort": "quality",
  "require_certified": true,
  "max_price": {"prompt": 3, "completion": 15}
}