What are o10 smart routing aliases?
API model IDs o10/auto, o10/frontier, o10/squad, o10/pinned map to dynamic model selection. Four live modes on app.o10.io.
4 modes live.
o10 smart routing aliases let you send model IDs like o10/auto, o10/frontier, o10/squad, or o10/pinned; o10 picks the concrete fulfillment model per request based on eval-gated routing (pinned uses your org-saved model). Start free (no card) with a BYOK route key at app.o10.io.
Last updated: 2026-07-26. Full catalog
API model IDs o10/auto, o10/frontier, o10/squad, o10/pinned map to dynamic model selection. Four live modes on app.o10.io.
4 modes live.
Start free at https://app.o10.io/signup (no card), point your OpenAI-compatible client at https://app.o10.io/v1, set model to o10/auto, and paste your free route key as the API key. Start free — no card. Signing up creates an org and issues a free o10 route key. Free is bring-your-own provider keys (BYOK): you route on your own keys; o10 can run shadow receipts on live traffic. Paid plans add routed credits.
Concrete model slugs are also allowed. Pin with ! on a slug to skip routing. Or use model o10/pinned for an org-level saved model.
Product-facing model IDs on app.o10.io. Deprecated aliases (o10/economy, o10/code, o10/auto-cheap, o10/auto-fast) are no longer featured.
| API model ID | One-line | Profile |
|---|---|---|
| o10/auto | Default — routes each prompt to the cheapest model that still clears the quality bar | balanced |
| o10/frontier | Value-first across frontier-class models — including open-weight (e.g. DeepSeek R1, GLM, Kimi) and proprietary (e.g. GPT-5.5, Claude Opus/Sonnet). Orgs can set a preferred frontier model in settings | quality |
| o10/squad | Multi-agent: planner → workers → judge. For hard multi-step work (typically 1–4 minutes) | squad |
| o10/pinned | Org-saved model override — always routes to the pinned model; if unavailable, falls back to auto with a visible notice | pinned |
Use a placeholder for your free route key — copy it after signup; do not use a shared demo key.
curl https://app.o10.io/v1/chat/completions \ -H "Authorization: Bearer $O10_ROUTE_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "o10/auto", "messages": [{"role": "user", "content": "Hello"}] }' # Copy your free key after signup — do not use a shared demo key.
Fulfillment catalog 2026-06-27. Four live modes; deprecated: o10/economy, o10/code, o10/auto-cheap, o10/auto-fast.
Default — routes each prompt to the cheapest model that still clears the quality bar.
o10/frontier picks the best-value frontier-class model that clears your quality bar — including open-weight frontier models (e.g. DeepSeek R1, GLM, Kimi) alongside proprietary ones (e.g. GPT-5.5, Claude Opus/Sonnet). Orgs can set a preferred frontier model in settings. See /frontier.
Multi-agent: planner → workers → judge. For hard multi-step work. Use model o10/squad. Typically 1–4 minutes — not chat-speed. See /squad.
o10/pinned always routes to the specific model your org saves in settings — an explicit override that skips auto-downgrade. If the pinned model is unavailable, o10 falls back to auto with a visible notice. Concrete slugs and ! pin syntax also still work per-request.
Four modes. o10/auto — default: cheapest model that clears the quality bar. o10/frontier — value-first across frontier-class models (open-weight and proprietary); orgs can set a preferred frontier model. o10/squad — multi-agent planner → workers → judge for hard multi-step work (typically 1–4 minutes). o10/pinned — org-saved model override; if unavailable, falls back to auto with a visible notice. Base URL https://app.o10.io/v1. Concrete slugs and ! pin syntax also work per-request.
Start free — no card. Signing up creates an org and issues a free o10 route key. Free is bring-your-own provider keys (BYOK): you route on your own keys; o10 can run shadow receipts on live traffic. Paid plans add routed credits.
Deprecated on the marketing site. Live router modes are o10/auto, o10/frontier, o10/squad, and o10/pinned. Legacy aliases o10/economy, o10/code, o10/auto-cheap, o10/auto-fast are not featured.
810 routable models in the current catalog.