Skip to content
Home

Kilo Code

Kilo Code supports OpenAI-compatible providers. Use OdiRouter as the provider endpoint and choose an OdiRouter model ID.

RequirementValue
ClientKilo Code extension or supported IDE client
ProviderOpenAI Compatible
Base URLhttps://www.odirouter.ai/v1
API KeyOdiRouter API key
Model IDAn OdiRouter LLM model ID
  1. Install Kilo Code in your supported editor.
  2. Open the Kilo Code panel.
  3. Open settings or provider profiles.
  1. Create a new provider profile.
  2. Set API Provider to OpenAI Compatible.
  3. Set Base URL to https://www.odirouter.ai/v1.
  4. Paste your OdiRouter API key.
  5. Set Model ID to an OdiRouter model, such as gpt-5.5.
  6. Save the profile and make it active.

Start with a non-editing prompt:

Read the visible project files and explain how to run the development server.

Then try a controlled edit:

Prepare a one-file README improvement. Show the diff before applying changes.

Kilo Code may accept either a Base URL or a full endpoint in some versions. Prefer the Base URL:

https://www.odirouter.ai/v1

Use the full endpoint only if the UI explicitly asks for a chat completions URL:

https://www.odirouter.ai/v1/chat/completions
SymptomFix
Requests go to the wrong pathSwitch between Base URL and full endpoint according to the field label
401 or invalid keyReplace the API key with a current OdiRouter key
Model not foundCopy the model ID from GET https://www.odirouter.ai/v1/models
Editing behavior is too broadStart with Kilo Code plan or ask it to show a diff before applying changes