Using Routic in Cline
Set up Routic as your Cline AI backend in VS Code.
Why
- One API key for all mainstream models — no need to sign up for multiple providers
- Unified billing — one invoice for all usage
Prerequisites
- VS Code with Cline extension installed
- A Routic API Key (Console → API Keys page, starts with
sk-)
Setup
Step 1: Open Cline Settings
- Click the Cline icon in the VS Code sidebar
- Click the Settings gear icon
Step 2: Configure API Provider
- Find API Provider dropdown
- Select OpenAI Compatible
- Enter Base URL:
https://api.routic.ai/v1 - Enter your API Key (starts with
sk-)
Step 3: Select Model
- Find Model field
- Enter a model name from the model catalog
- Common choices:
deepseek-v3— general chatdeepseek-r1— reasoning
Step 4: Save and Test
- Click Save or close the settings
- Open Cline chat
- Send a test message — a normal response means it's working
Verify
Send a message in Cline chat. A normal response means it's working.
Troubleshooting:
- Does the Base URL end with
/v1? - Is the API Key valid? (Check in the console)
- Does the model name exactly match the model catalog?
Common issues
Model not found The model name must exactly match a name in the catalog, case-sensitive.
401 / 403 API Key is invalid or expired. Regenerate it in the console.