Integrations
Use this section to connect OdiRouter to IDE agents, CLI agents, workflow tools, SDKs, and frameworks. OpenAI-compatible integrations use a /v1 Base URL. Anthropic-compatible integrations such as Claude Code use an Anthropic Base URL.
Copy These Values
Section titled “Copy These Values”| Field | Value |
|---|---|
| Provider | OpenAI Compatible / Anthropic Compatible / Custom |
| OpenAI-compatible Base URL | https://www.odirouter.ai/v1 |
| Anthropic-compatible Base URL | https://www.odirouter.ai |
| API Key | YOUR_API_KEY |
export ODIROUTER_API_KEY="YOUR_API_KEY"export ODIROUTER_BASE_URL="https://www.odirouter.ai/v1"Choose An Integration
Section titled “Choose An Integration”| Integration | Best for | Connection |
|---|---|---|
| Claude Code | Claude Code-style terminal workflows | Direct compatible proxy |
| Cline | VS Code and Cursor coding agent | Direct compatible proxy |
| Roo Code | VS Code coding agent | Direct compatible proxy |
| Kilo Code | VS Code / JetBrains coding agent | Direct compatible proxy |
| OpenCode | Terminal coding agent | Direct compatible proxy |
| Qwen Code CLI | Terminal coding agent | Direct compatible proxy |
| Codex CLI | Codex CLI workflows | Direct compatible proxy |
| Cursor | Cursor AI workflows | Direct compatible proxy |
| Continue | VS Code / JetBrains assistant | Direct compatible proxy |
| Dify | LLM apps and workflows | Direct compatible proxy |
| n8n | Workflow automation | HTTP Request node |
| OpenAI SDK | Python and Node.js apps | Direct SDK Base URL override |
| Vercel AI SDK | TypeScript AI apps | Direct compatible proxy |
| LangChain | LangChain chains and agents | ChatOpenAI Base URL override |
| LlamaIndex | RAG apps | OpenAI client API base override |
Verify First
Section titled “Verify First”Run this before debugging any IDE or workflow tool:
curl -sS "https://www.odirouter.ai/v1/models" \ -H "Authorization: Bearer ${ODIROUTER_API_KEY}"Then use one returned model ID in the integration page for your tool.