Gift credit Sign in
ROUTERS AUTO · LIVE

Meet Routie.
Your model-routing agent.

Send one OpenAI-compatible request with routers/auto. Routie ranks only verified models that match your key, balance, context and required capabilities.

CHEAPESTFASTESTBESTRoutie automatic routing agent ROUTING LIVE
01Read requirementsTools, vision, JSON, context, key allowlist and available balance.
02Rank verified modelsBalanced by default, or optimize for cheapest, fastest or best.
03Return the real modelSee the selected ID in the response and X-Routers-Model header.
YOU SET THE PRIORITY

Four ways to route.

The default balances quality, estimated request cost and measured successful latency.

balanced

Balanced

A practical blend of quality, price and observed speed.

cheapest

Cheapest

Ranks compatible models by the request’s conservative estimated cost.

fastest

Fastest

Uses seven-day successful latency data once a model has enough samples.

best

Best

Prioritizes the operator-reviewed quality score, then price and speed.

FALLBACK WITHOUT SURPRISES

Exact stays exact.
Auto stays transparent.

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/autobalanced
  1. Candidate rejected before output no charge
  2. Next compatible route selected verified
  3. Response identifies actual model X-Routers-Model
OPENAI-COMPATIBLE

Change one value.

Keep your endpoint and key. Set the model to routers/auto; add a strategy only when you want one.

cURL · Routie
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}'
Selected model is returned in the response body and X-Routers-Model header