Model catalog

One endpoint across authorized model routes.

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.

No provider key or credit card required until your generated sk_sage key exists.

The public catalog is discovery metadata. Live /v1/models and model requests require an active generated sk_sage_* key.

Create API key next
Profiles

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.

BYOK

Authorized providers

Connect provider keys, subscriptions, local models, or team-approved endpoints you are authorized to use. Hosted plans sell routing control, not unauthorized model access.

Failover

Private and cloud origins

The public edge can select healthy Tailnet installs or hosted fallback origins, while customer credentials stay in the right custody boundary.

gateway-style discovery

Search public route families.

This explorer reads safe public /model-catalog metadata only. It never calls authenticated /v1/models without a customer key.

Catalog JSON
Loading catalog... Fetching safe discovery metadata from /model-catalog.
FamilyExample modelsAccess boundary
Sage Router profilessage-router/auto, sage-router/frontier, sage-router/agentic, sage-router/fusionStable 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-compatiblegpt-5.5, gpt-5.4, gpt-5.4-miniBring an authorized API key or compatible Codex/OpenClaw auth profile. Codex setup supports hosted and local port 8790 profiles.
Anthropic-compatibleclaude-opus, claude-sonnet, claude-haikuBring authorized Anthropic/Dario access. Public plans do not pool personal accounts.
Google Geminigemini-3-pro, gemini-3-flash, gemini-2.5-proBring authorized Google API or Vertex credentials.
Ollama and Ollama Cloudllama3.3, qwen3-coder, gpt-oss:cloudUse customer-controlled local Ollama or authorized Ollama Cloud models discovered through the runtime.
OpenAI-compatible BYOKnvidia-nim/nemotron, openrouter/free-models, darkbloom/customBring authorized provider keys for compatible endpoints such as NVIDIA NIM, OpenRouter, or private gateways.

Client setup

Keep the model API private.

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