OpenAI-compatible provider
Continue can use Tekiz as an OpenAI-compatible model provider with apiBase set to https://api.tekiz.ai/v1 or local port 8790.
Continue model routing
Point Continue at one Tekiz OpenAI-compatible endpoint for hosted, local, or Tailnet coding sessions. Keep Continue configuration stable while Tekiz handles provider health, local Ollama fallback, 429 failover, and capability-aware routing.
Continue can use Tekiz as an OpenAI-compatible model provider with apiBase set to https://api.tekiz.ai/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, Tekiz can select another eligible route without editing every Continue config.
{
"models": [
{
"title": "Tekiz",
"provider": "openai",
"model": "auto",
"apiBase": "https://api.tekiz.ai/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.
Tekiz does not grant unauthorized OpenAI, Anthropic, Gemini, NVIDIA, Ollama Cloud, or other provider access. Customers bring authorized credentials or use hosted routing for Tekiz account control.
Continue already supports OpenAI-compatible providers. Tekiz 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.