Cline
Cline Setup Guide
Add UnoRouter as an OpenAI Compatible provider in Cline and run a full agent loop in VSCode.
Overview
Cline runs a full agent loop in VSCode. Add UnoRouter as an OpenAI Compatible provider to read, edit, and run code with any model.
Quick Config
Paste these into the client. Your key auto-fills when signed in.
text
Base URL: https://api.unorouter.com/v1
API Key: YOUR_API_KEYCompatibility
Chat CompletionsStreamingTool calling
Step-by-step setup
- 1Install Cline
Install the Cline extension from the VSCode marketplace and open its panel.
- 2Open Cline settings
Click the gear icon in the Cline panel to open API Configuration.
- 3Pick OpenAI Compatible
Under API Provider, choose OpenAI Compatible.
- 4Fill the connection
Use these values. Model ID accepts any UnoRouter model.
textBase URL: https://api.unorouter.com/v1 API Key: YOUR_API_KEY Model ID: YOUR_MODEL_ID
Recommended models
Free models that work here. Paste any model id into the client.
glm-5.3-search:freeglm-5.3-think-search:freeglm-5.3-thinking:freeglm-5.3:freeqwen-3.8-27b:free
Gotchas
- Cline has a Responses-API mode for newer models. On chat completions it falls back to XML tool wrapping, which can repeat tool calls. Use chat-style models for stability.
- Pick a model with native tool calling so Cline can run shell and file edits reliably.