Profiles agents can name
Use stable aliases such as sage-router/frontier, sage-router/balanced, sage-router/agentic, and premium sage-router/fusion instead of hard-coding one vendor model into every harness.
Give Codex-style and OpenAI-compatible agents one endpoint that can choose frontier routes, use premium Fusion synthesis, respect tool-use needs, fail over across healthy authorized providers, and keep provider credential custody local or under your own control.
Use stable aliases such as sage-router/frontier, sage-router/balanced, sage-router/agentic, and premium sage-router/fusion instead of hard-coding one vendor model into every harness.
Hosted, local, and Tailnet setups support OpenAI-compatible chat completions and Responses API wiring, including Codex profiles with wire_api = "responses".
Each request can build an ordered fallback chain from authorized local, Tailnet, BYOK, and hosted routes without switching providers mid-stream.
Sage Router looks at tool schemas, requested model profiles, prompt shape, provider health, quotas, and deployment context before choosing a route.
Tool calls, code/debug language, long context, vision hints, and requested profiles can push traffic toward models that fit the task.
By default, provider keys and OAuth profiles stay with the customer-controlled router. Hosted keys authorize Sage Router account access; they do not imply pooled provider resale.
Use https://api.sagerouter.dev/v1 for hosted access, http://127.0.0.1:8790/v1 for local agents, or http://<tailnet-host>:8790/v1 for private Tailnet routing.
Point Codex, OpenClaw, Cursor-style tools, and OpenAI SDK clients at one endpoint while preserving tool-call and Responses API compatibility.
Move from https://gateway.example/api/v1 to https://api.sagerouter.dev/v1, keep OpenAI-compatible clients, and route with sage-router/frontier or premium sage-router/fusion.
Use hosted account and API-key management where useful, while keeping production provider access on local servers, private Tailnet hosts, or your own cloud.
Agents and operators can inspect public feature metadata at https://api.sagerouter.dev/features/agent-native. Model traffic still requires active generated sk_sage_* customer API keys.
Start with the hosted API quickstart, compare positioning on Sage Router model gateway, or estimate workflow fit with the model routing calculator.