route/… model IDs. UI details follow Kilo’s OpenAI-compatible integration 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 (gear). Find the model or API section for OpenAI-compatible or custom provider integrations.
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.
Recommended models
Plan tier and access are authoritative on GEThttps://api.routing.run/v1/models with your rk_ key. The full list is on the models page; common picks:
| Model | Use case |
|---|---|
route/deepseek-v3.2 | General-purpose chat (matches most doc examples) |
route/glm-5.1 | Reasoning and coding |
route/minimax-m2.7 | Long-context sessions |
route/kimi-k2.5 | Agentic and tool-heavy flows |
route/qwen3.6-plus-preview | Qwen3.6-class preview |
route/qwen3.5-plus | Qwen3.5 flagship |