Roo Code is a VS Code extension for agentic coding. Configure it like other OpenAI-compatible tools: routing.run base URL, dashboardDocumentation Index
Fetch the complete documentation index at: https://docs.routing.run/llms.txt
Use this file to discover all available pages before exploring further.
rk_ key, and a route/… model id.
Official references:
Setup
Get your API key
Create an API key at app.routing.run. Copy the key — it starts with
rk_.Open Roo Code settings
In VS Code, open the Roo Code extension from the sidebar. Click the gear icon to open integration settings.
Create a custom provider
In the model or API dropdown, choose OpenAI Compatible. Roo Code also supports Anthropic custom base URLs, but routing.run is a better fit in OpenAI Compatible mode because the Anthropic surface is still partial.
Manual configuration
If you want to fill Roo Code 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 ID | route/glm-5.1 |
route/ prefix on model ids. If Roo Code lets you save multiple providers, name this one routing.run so you can switch back quickly.
Important details
- Roo Code’s key settings are API Provider, Base URL, API Key, Model, and Model Configuration.
- Prefer Roo Code’s OpenAI Compatible provider for routing.run.
- Roo Code depends on OpenAI-compatible tool calling for many agent flows, so validate your target model before standardizing on it.
- Live API checks showed that routing.run’s Anthropic-style endpoint can return an empty
contentstring for some reasoning-oriented models, which is another reason to prefer OpenAI-compatible mode here.
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 |