Cline is a VS Code extension for agentic workflows. Point its OpenAI-compatible mode at routing.run so requests use your dashboard key 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.
Official references:
Setup
Get your API key
Create an API key at app.routing.run. Copy the key — it starts with
rk_.Open Cline settings
In VS Code, open the Cline extension from the sidebar. Click the gear icon to open settings.
Create a custom provider
In the model or API dropdown, choose OpenAI Compatible. Cline also documents 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 Cline 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 Cline lets you save multiple providers, name this one routing.run so you can switch back quickly.
Important details
- Cline’s key settings are API Provider, Base URL, API Key, and Model.
- Prefer Cline’s OpenAI Compatible provider over Anthropic mode for routing.run.
- Tool-heavy workflows depend on OpenAI-compatible tool-calling behavior, so test your chosen model before rolling it out across a team.
- 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 |
Start with
route/qwen3.6-plus for general coding work or route/glm-5.1-precision when you want stronger reasoning.