Sage Router aliases
sage-router/auto, sage-router/balanced, sage-router/frontier, sage-router/agentic, and premium sage-router/fusion keep clients stable while the router selects the best healthy backend.
Model catalog
Use Sage Router profiles, OpenAI-compatible providers, Anthropic-compatible routes, Gemini, Ollama, Ollama Cloud, NVIDIA NIM, OpenRouter BYOK, and private gateways without exposing anonymous model traffic.
The public catalog is discovery metadata. Live /v1/models and model requests require an active generated sk_sage_* key.
sage-router/auto, sage-router/balanced, sage-router/frontier, sage-router/agentic, and premium sage-router/fusion keep clients stable while the router selects the best healthy backend.
Connect provider keys, subscriptions, local models, or team-approved endpoints you are authorized to use. Hosted plans sell routing control, not unauthorized model access.
The public edge can select healthy Tailnet installs or hosted fallback origins, while customer credentials stay in the right custody boundary.
gateway-style discovery
This explorer reads safe public /model-catalog metadata only. It never calls authenticated /v1/models without a customer key.
/model-catalog.
| Family | Example models | Access boundary |
|---|---|---|
| Sage Router profiles | sage-router/auto, sage-router/frontier, sage-router/agentic, sage-router/fusion | Stable aliases select across authorized providers and healthy fallback routes. Fusion is a Pro/Max multi-model synthesis route with a dedicated guide. |
| OpenAI and Codex-compatible | gpt-5.5, gpt-5.4, gpt-5.4-mini | Bring an authorized API key or compatible Codex/OpenClaw auth profile. Codex setup supports hosted and local port 8790 profiles. |
| Anthropic-compatible | claude-opus, claude-sonnet, claude-haiku | Bring authorized Anthropic/Dario access. Public plans do not pool personal accounts. |
| Google Gemini | gemini-3-pro, gemini-3-flash, gemini-2.5-pro | Bring authorized Google API or Vertex credentials. |
| Ollama and Ollama Cloud | llama3.3, qwen3-coder, gpt-oss:cloud | Use customer-controlled local Ollama or authorized Ollama Cloud models discovered through the runtime. |
| OpenAI-compatible BYOK | nvidia-nim/nemotron, openrouter/free-models, darkbloom/custom | Bring authorized provider keys for compatible endpoints such as NVIDIA NIM, OpenRouter, or private gateways. |
Client setup
Use the public catalog to choose a route family, then verify the live model list with your account key:
OPENAI_BASE_URL=https://api.sagerouter.dev/v1
OPENAI_API_KEY=sk_sage_...
curl -H "Authorization: Bearer $OPENAI_API_KEY" https://api.sagerouter.dev/v1/models