OpenAI-compatible provider
Continue can use Sage Router as an OpenAI-compatible model provider with apiBase set to https://api.sagerouter.dev/v1 or local port 8790.
Continue model routing
Point Continue at one Sage Router OpenAI-compatible endpoint for hosted, local, or Tailnet coding sessions. Keep Continue configuration stable while Sage Router handles provider health, local Ollama fallback, 429 failover, and capability-aware routing.
Continue can use Sage Router as an OpenAI-compatible model provider with apiBase set to https://api.sagerouter.dev/v1 or local port 8790.
Use local-first routes for cheap background edits, balanced routes for normal sessions, and stronger authorized cloud routes when local models are degraded or undersized.
When a Continue route, provider key, or upstream model rate-limits, Sage Router can select another eligible route without editing every Continue config.
{
"models": [
{
"title": "Sage Router",
"provider": "openai",
"model": "auto",
"apiBase": "https://api.sagerouter.dev/v1",
"apiKey": "sk_sage_your_generated_key"
}
]
}
// Local router alternative:
// "apiBase": "http://localhost:8790/v1",
// "apiKey": "local-router"
Use balanced routing for everyday Continue chat and edits, then escalate to stronger routes when quality or context needs rise.
Authorized credential pools can load balance and fail over on rate limits, provider health, latency, and policy.
Sage Router does not grant unauthorized OpenAI, Anthropic, Gemini, NVIDIA, Ollama Cloud, or other provider access. Customers bring authorized credentials or use hosted routing for Sage Router account control.
Continue already supports OpenAI-compatible providers. Sage Router turns that single provider entry into a policy-managed model layer for local-first routing, failover, and observability.
Create an API key, open the Continue guide, copy the hosted quickstart, or estimate routing fit.