Skip to content
Home

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.

FieldValue
ProviderOpenAI Compatible / Anthropic Compatible / Custom
OpenAI-compatible Base URLhttps://www.odirouter.ai/v1
Anthropic-compatible Base URLhttps://www.odirouter.ai
API KeyYOUR_API_KEY
Окно терминала
export ODIROUTER_API_KEY="YOUR_API_KEY"
export ODIROUTER_BASE_URL="https://www.odirouter.ai/v1"
IntegrationBest forConnection
Claude CodeClaude Code-style terminal workflowsDirect compatible proxy
ClineVS Code and Cursor coding agentDirect compatible proxy
Roo CodeVS Code coding agentDirect compatible proxy
Kilo CodeVS Code / JetBrains coding agentDirect compatible proxy
OpenCodeTerminal coding agentDirect compatible proxy
Qwen Code CLITerminal coding agentDirect compatible proxy
Codex CLICodex CLI workflowsDirect compatible proxy
CursorCursor AI workflowsDirect compatible proxy
ContinueVS Code / JetBrains assistantDirect compatible proxy
DifyLLM apps and workflowsDirect compatible proxy
n8nWorkflow automationHTTP Request node
OpenAI SDKPython and Node.js appsDirect SDK Base URL override
Vercel AI SDKTypeScript AI appsDirect compatible proxy
LangChainLangChain chains and agentsChatOpenAI Base URL override
LlamaIndexRAG appsOpenAI client API base override

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.