Integrations
Use UnoRouter with your favorite AI tools. Pick a guide below to get started.
CLI Tools
CC Switch Integration Guide
All-in-One AI CLI Management Tool for unified management of Claude Code, Codex, and Gemini CLI provider configurations.
Quick Start
# Download from GitHub Releases:
# https://github.com/farion1231/cc-switch/releasesClaude Code Integration
Use UnoRouter with Claude Code, Cursor, VS Code extensions, and any Anthropic-compatible client. Point your API to UnoRouter and access all models.
Quick Start
$env:ANTHROPIC_BASE_URL="https://api.unorouter.ai"
$env:ANTHROPIC_API_KEY="YOUR_API_KEY"
claudeOpenAI Codex CLI Setup Guide
Step-by-step guide to install and configure Codex CLI with UnoRouter on Windows, macOS, and Linux.
Quick Start
$env:OPENAI_BASE_URL="https://api.unorouter.ai/v1"
$env:OPENAI_API_KEY="YOUR_API_KEY"
codexGemini CLI Integration
Use UnoRouter with the Gemini CLI and any Google GenAI-compatible client. Access Gemini models alongside Claude and GPT.
Quick Start
$env:GEMINI_API_BASE="https://api.unorouter.ai"
$env:GEMINI_API_KEY="YOUR_API_KEY"
geminiOpenClaw Integration
Use UnoRouter as a model provider for your OpenClaw agent. Configure once and access every model through OpenClaw's gateway.
Quick Start
# In %APPDATA%\openclaw\config.yaml
# providers.openai.baseUrl: "https://api.unorouter.ai/v1"
$env:OPENAI_API_KEY="YOUR_API_KEY"
openclaw onboardRoleplay Clients
SillyTavern Integration Guide
Connect UnoRouter to SillyTavern through the Custom OpenAI-compatible chat completion source.
Quick Start
Base URL: https://api.unorouter.ai/v1
API Key: YOUR_API_KEYJanitor.AI Integration Guide
Connect UnoRouter to Janitor.AI as a custom proxy with the exact URL format Janitor's API Settings panel expects.
Quick Start
Proxy URL: https://api.unorouter.ai/v1/chat/completions
API Key: YOUR_API_KEYRisuAI Integration Guide
Connect UnoRouter to RisuAI through the Custom Models option in Advanced Settings.
Quick Start
Request URL: https://api.unorouter.ai/v1/chat/completions
API Key: YOUR_API_KEYChub / Venus Integration Guide
Connect UnoRouter to Chub.ai (Venus) through the Secrets panel's Reverse proxy option.
Quick Start
URL: https://api.unorouter.ai/v1/chat/completions
Key: YOUR_API_KEYReady to get started?
Get your API key and start using UnoRouter with any of these tools.