Kilo Code includes a VS Code extension and a separate CLI. This page covers only the extension. Use an OpenAI-compatible integration with routing.run’s base URL andDocumentation Index
Fetch the complete documentation index at: https://docs.routing.run/llms.txt
Use this file to discover all available pages before exploring further.
route/… model IDs. UI details follow Kilo’s OpenAI-compatible integration docs.
Official references:
- Kilo setup authentication
- Kilo providers overview
- Kilo OpenAI-compatible provider
- Kilo VS Code platform docs
For the terminal agent, see Kilo Code CLI.
rk_.
VS Code extension
Install Kilo Code
Install Kilo Code from the Visual Studio Marketplace, or search Kilo Code in the VS Code Extensions view (
Ctrl+Shift+X / Cmd+Shift+X).Open Kilo Code settings
Open Kilo Code from the activity bar, then open Settings and the Providers tab. Add or select an OpenAI-compatible provider.
Manual configuration
If you want to fill the Kilo Code extension settings manually, use these exact values:| Field | Value |
|---|---|
| Provider name | routing.run if the UI offers a name field |
| Provider type | OpenAI-compatible |
| Base URL | https://api.routing.run/v1 |
| API Key | rk_REPLACE_ME |
| Model | route/glm-5.1 |
route/ prefix on model ids. If Kilo lets you save multiple providers, name this one routing.run so you can switch back without re-entering values.
Important details
- Kilo’s current docs center the Providers tab and an OpenAI-compatible provider, not generic OpenAI env vars alone.
- Kilo also documents shared JSONC config files at
~/.config/kilo/kilo.jsoncand projectkilo.jsonc. - If you use config files, the important keys are
model,provider.<provider_id>.options.baseURL, andprovider.<provider_id>.options.apiKey.
Recommended models
Published model IDs are listed on the models page. Exact access depends on your plan tier and the dashboard; common picks:| Model | Use case |
|---|---|
route/glm-5.1-precision | Strongest reasoning-first choice |
route/qwen3.6-plus | Best default starting point |
route/minimax-m2.7-highspeed | Long-context sessions |
route/kimi-k2.5 | Agentic and tool-heavy flows |
route/glm-5.1 | Faster GLM alternative |
route/qwen3.5-plus | Qwen3.5 flagship |