Continue.dev
Continue.dev Setup Guide
Add a UnoRouter model entry to Continue's config.yaml. It hot-reloads across VSCode and JetBrains.
Overview
Continue uses a version-controllable yaml config. Add a UnoRouter model entry and Continue hot-reloads it.
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
- 1Open the Continue config
Edit ~/.continue/config.yaml (macOS/Linux) or %USERPROFILE%\.continue\config.yaml (Windows). Create it if missing.
- 2Add a model entry
Use provider openai with apiBase. Add multiple models as separate entries.
yamlmodels: - name: UnoRouter model provider: openai model: YOUR_MODEL_ID apiBase: https://api.unorouter.com/v1 apiKey: YOUR_API_KEY - 3Save and reload
Continue hot-reloads the config. Pick UnoRouter from the model selector at the bottom of the panel.
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
- Use config.yaml, not the legacy config.json.
- If a model rejects extra params, set requestOptions.dropParams: ['frequency_penalty','presence_penalty'] on that entry.