Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.routing.run/llms.txt

Use this file to discover all available pages before exploring further.

Roo Code is a VS Code extension for agentic coding. Configure it like other OpenAI-compatible tools: routing.run base URL, dashboard rk_ key, and a route/… model id. Official references:

Setup

1

Get your API key

Create an API key at app.routing.run. Copy the key — it starts with rk_.
2

Open Roo Code settings

In VS Code, open the Roo Code extension from the sidebar. Click the gear icon to open integration settings.
3

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.
4

Configure connection

Set the following:
  • Base URL: https://api.routing.run/v1
  • API Key: full rk_… value from the dashboard API Keys page
  • Model ID: route/glm-5.1 (or any route/… your plan allows)

Manual configuration

If you want to fill Roo Code settings manually, use these exact values:
FieldValue
Provider namerouting.run if the UI offers a name field
Provider typeOpenAI Compatible
Base URLhttps://api.routing.run/v1
API Keyrk_REPLACE_ME
Model IDroute/glm-5.1
Keep the 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 content string for some reasoning-oriented models, which is another reason to prefer OpenAI-compatible mode here.
Published model IDs are listed on the models page. Exact access depends on your plan tier and the dashboard; common picks:
ModelUse case
route/glm-5.1-precisionStrongest reasoning-first choice
route/qwen3.6-plusBest default starting point
route/minimax-m2.7-highspeedLong-context sessions
route/kimi-k2.5Agentic and tool-heavy flows
route/glm-5.1Faster GLM alternative
route/qwen3.5-plusQwen3.5 flagship