Skip to content
Home

Roo Code

Roo Code can use OdiRouter through the OpenAI Compatible provider in its provider settings.

RequirementValue
EditorVS Code with Roo Code installed
ProviderOpenAI Compatible
Base URLhttps://www.odirouter.ai/v1
API KeyOdiRouter API key
ModelAn OdiRouter LLM model ID
  1. Open VS Code.
  2. Open the Extensions marketplace.
  3. Search for Roo Code.
  4. Install Roo Code and open its sidebar panel.
  1. Open Roo Code settings from the sidebar.
  2. Go to the provider or API configuration section.
  3. Set API Provider to OpenAI Compatible.
  4. Set Base URL to https://www.odirouter.ai/v1.
  5. Paste your OdiRouter API key.
  6. Set Model or Model ID to an OdiRouter model, such as gpt-5.5.
  7. Save the provider.

Run a read-only task first:

Inspect the current workspace and summarize the technology stack. Do not edit files.

Then test a small planning task:

Suggest the smallest verification command for this project.
Окно терминала
curl -sS "https://www.odirouter.ai/v1/models" \
-H "Authorization: Bearer YOUR_API_KEY"
SymptomFix
Provider does not saveReopen Roo Code settings and confirm OpenAI Compatible is selected
401 or invalid API keyPaste a fresh OdiRouter API key
Model not foundUse the exact model ID returned by /models
Streaming stallsTry a different OdiRouter model or disable streaming if Roo Code exposes that option