UNIFIED
INTELLIGENCE.
UnoRouter connects you to 66+ AI models through one key. Build apps, run agents, or roleplay with characters. Same key, same speed, same price.
Works with Claude Code
Use UnoRouter as your Anthropic API backend. Set two environment variables and access all models from Claude Code.
Works with Codex CLI
Use UnoRouter as your OpenAI API backend. Fully compatible with the OpenAI SDK and Codex CLI.
Works with Gemini CLI
Use UnoRouter as your Gemini API backend. Access all models through the Gemini CLI.
Works with OpenClaw
Use UnoRouter as a model provider for your OpenClaw agent. Configure once, access every model.
Works with SillyTavern
Plug UnoRouter into SillyTavern's Custom OpenAI-compatible source. Paste the base URL, pick a model, chat.
Works with Janitor.AI
Add UnoRouter as a custom proxy in Janitor.AI. Full URL plus API key, save, refresh, go.
Works with RisuAI
Use UnoRouter as RisuAI's Custom Models endpoint. Uncheck autofill, paste the URL, load any model.
Works with Chub / Venus
Connect UnoRouter as a first-party reverse proxy in Chub. One URL, one key, every model.
Three steps. From zero to first request.
Sign up
Create an account in under a minute. No credit card needed to start.
Top up or subscribe
Pay as you go or pick a plan. Credits work with every model and never expire.
Get your API key
Use it in your code, in Claude Code, or paste it into SillyTavern, Janitor.AI, RisuAI, or Chub.
sk-••••••••••••••••••••••••Always-On
Reliable AI
Your requests are routed through multiple providers simultaneously. If one goes down, another picks up instantly. No single point of failure.
Multiple providers with automatic failover. Your requests always find a working path, even during provider outages.
Latency-based channel selection with priority weights. The fastest provider wins, every time.
{ "openai": "/v1/chat/completions", "anthropic": "/v1/messages", "gemini": "/v1/models" }All formats auto-detected and routed to the right provider.
Integrate in seconds.
Scale to infinity.
Fully OpenAI-compatible endpoints. Switch from any provider without changing your code. One API key, every model.
Skip the code. Paste the URL into SillyTavern, Janitor.AI, RisuAI, or Chub and you are chatting.
See the integration guidescurl -X POST https://api.unorouter.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d {
"model": "claude-haiku-4-5-20251001",
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
}Ready to Connect?
Every AI model, one key. Build, chat, code, or roleplay. Your call.