For Codex and coding agents
Use one base URL and stable profiles such as
tekizai/frontier while routing behind the scenes
across healthy authorized providers.
Guide for agent teams
Model setup becomes fragile when every tool chooses providers differently. TEKIZ.AI gives Codex, OpenClaw, Cursor, Aider, Continue, OpenHands, and other OpenAI-compatible clients one place to use local models, provider accounts, and automatic fallback.
Copy the hosted base URL, key placeholder, and smoke test now. The account page will auto-create the first setup key after sign-in.
Teams often combine hosted models, local Ollama, private endpoints, and several subscriptions. Each tool handles those connections differently, which makes outages and rate limits harder to recover from.
TEKIZ.AI puts those routes in one place, close to the machines and accounts you already control.
Hosted model marketplaces are convenient, but teams can give up three useful controls:
TEKIZ.AI runs on your machine, server, Tailnet host, or as a hosted service. It exposes one OpenAI-compatible endpoint. Your tools point at it. The router can:
Use one base URL and stable profiles such as
tekizai/frontier while routing behind the scenes
across healthy authorized providers.
Keep local models in the fallback chain for privacy, cost control, and continuity when cloud providers rate-limit.
Hosted TEKIZ.AI adds team keys, usage limits, request history, health checks, and automatic fallback. Managed model access is included only when the selected plan says so.
python3 router.py --port 8790 export OPENAI_BASE_URL=http://localhost:8790/v1 export OPENAI_API_KEY=local-router codex --model openai/gpt-4.1
Codex can now use your provider accounts and local models through the same address. Change the routes in TEKIZ.AI without configuring Codex again.
The local core is free and open source. Hosted plans include team keys, usage limits, provider health monitoring, dashboards, uptime checks, and automatic fallback. Bring authorized provider access unless your plan explicitly includes managed model access.
Start with the hosted API quickstart, configure Codex, compare TEKIZ.AI vs OpenRouter, or estimate routing fit with the calculator.