Skip to content
Home

Continue

Continue can use OdiRouter through its OpenAI provider configuration. Current Continue configuration should use config.yaml first; add OdiRouter as a model entry with apiBase set to the OdiRouter /v1 endpoint.

RequirementValue
EditorVS Code or JetBrains with Continue installed
Provideropenai
API Basehttps://www.odirouter.ai/v1
API KeyOdiRouter API key
ModelAn OdiRouter LLM model ID
  1. Install Continue from your editor’s extension marketplace.
  2. Open the Continue panel.
  3. Open model settings or the Continue configuration file.
  1. Add a new model.
  2. Choose the OpenAI provider.
  3. Set the model to an OdiRouter model ID, such as gpt-5.5.
  4. Set API Base to https://www.odirouter.ai/v1.
  5. Paste your OdiRouter API key.
  6. Save the model and make it active.
models:
- name: OdiRouter
provider: openai
model: gpt-5.5
apiBase: https://www.odirouter.ai/v1
apiKey: YOUR_API_KEY
useResponsesApi: false

useResponsesApi: false keeps Continue on Chat Completions style requests. Remove it only if you have confirmed that your Continue version and selected OdiRouter model can use the Responses API.

Older Continue versions that still use JSON can use the same fields:

{
"title": "OdiRouter",
"provider": "openai",
"model": "gpt-5.5",
"apiBase": "https://www.odirouter.ai/v1",
"apiKey": "YOUR_API_KEY",
"useResponsesApi": false
}

Ask Continue:

Summarize the selected code without editing it.

Then test an edit workflow:

Propose a small improvement and show the patch before applying it.
SymptomFix
Continue calls OpenAI instead of OdiRouterConfirm apiBase is set on the active model entry
401 or invalid keyUse an OdiRouter API key
Model not foundUse a model from GET https://www.odirouter.ai/v1/models
Request uses an incompatible APISet useResponsesApi: false on the model entry
Config change does not applyReload the editor window or restart Continue