Integrations
Use UnoRouter with your favorite AI tools. Pick a guide below to get started.
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 onboardReady to get started?
Get your API key and start using UnoRouter with any of these tools.