Continue + microrouter
Model entry for Continue's YAML configuration in VS Code and JetBrains.
Settings
~/.continue/config.yaml (or the gear icon → Configure)
In order
- provideropenai
Continue's generic OpenAI-compatible provider.
- apiBasehttps://microrouter.xyz/v1
Never append /chat/completions.
- apiKeymr-live-… (your key)
- modelmeta/llama-3.3-70b
models:
- name: Llama 3.3 70B (microrouter)
provider: openai
model: meta/llama-3.3-70b
apiBase: https://microrouter.xyz/v1
apiKey: mr-live-YOUR-KEY-HERE
roles: [chat, edit, apply]
- name: Devstral Small 2 (microrouter)
provider: openai
model: mistral/devstral-small-2
apiBase: https://microrouter.xyz/v1
apiKey: mr-live-YOUR-KEY-HERE
roles: [chat, edit, apply, autocomplete]Recommended models · 4
All models →- Modelmistral/devstral-small-2WhyCoding-oriented candidate for edits and tool calls.→
- Modelmeta/llama-3.3-70bWhyGeneral-purpose candidate for agent tasks.→
- Modeldeepseek/deepseek-v3WhyReasoning-oriented candidate for multi-step work.—
- Modelmeta/llama-4-maverickWhyLong-context candidate for larger repositories.→
Only rows confirmed in the current live catalog are linked. A plain row is included as a reference. Paste ids exactly as written, author/name.
When it fails
- Symptom404, HTML, or a parse error on every requestCodeinvalid_request
Almost always the base URL. Use https://microrouter.xyz/v1 — the bare host without /v1 also works, but never append /chat/completions to the base URL field; the client adds that path itself. docs/errors#invalid_request →
- Symptom401 on every requestCodeinvalid_api_key
Wrong or rotated key. Keys start with mr-live-; after a rotation the old key keeps working for 24 hours, then dies. docs/errors#invalid_api_key →
- Symptom402 before any tokens arriveCodeinsufficient_credits
Balance below the estimated cost of the request. Top up (from $0.50 with direct Robinhood Chain payments) — and watch the x-microrouter-balance-usd header, the low-balance signal every response carries. docs/errors#insufficient_credits →
- SymptomAutocomplete is slow or absentCodeclient-side
If your installed version supports a separate autocomplete role, choose a suitable model from the current live catalog.
Every API error string carries a URL resolving to /docs/errors.
Other coding agents and editors
- Claude CodeTerminal coding agent
- CodexTerminal and IDE coding agent
- CursorAI code editor
- ClineVS Code extension
- Roo CodeVS Code extension (archived upstream 2026-05-15)
- Kilo CodeVS Code extension
- OpenCodeTerminal agent
- AiderTerminal pair programmer
- LiteLLMProxy / SDK (feeds Aider, Open WebUI, and any LiteLLM client)
- ZedEditor