Balanced
A practical blend of quality, price and observed speed.
RoutersSend one OpenAI-compatible request with routers/auto. Routie ranks only verified models that match your key, balance, context and required capabilities.
ROUTING LIVEThe default balances quality, estimated request cost and measured successful latency.
A practical blend of quality, price and observed speed.
Ranks compatible models by the request’s conservative estimated cost.
Uses seven-day successful latency data once a model has enough samples.
Prioritizes the operator-reviewed quality score, then price and speed.
Exact model IDs are never silently replaced. Model-to-model fallback happens only when you request routers/auto, and only after a provider rejects a route before output starts. Once generation begins, Routers never starts a hidden duplicate request.
routers/autobalancedKeep your endpoint and key. Set the model to routers/auto; add a strategy only when you want one.
curl https://YOUR_DOMAIN/v1/chat/completions \
-H "Authorization: Bearer $ROUTERS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"routers/auto",
"routing_strategy":"balanced",
"messages":[{"role":"user","content":"Hello!"}],
"max_completion_tokens":256}'