• UnoRouterUNOROUTER
Documentation
  • AI Applications
Coding agents
  • opencodeOpenCode Setup Guide
  • Kilo CodeKilo Code Setup Guide
  • Zed IDE Setup Guide
  • ClineCline Setup Guide
  • RooCodeRoo Code Setup Guide
  • continue-devContinue.dev Setup Guide
Character & fiction clients
  • SillyTavernSillyTavern Integration Guide
  • janitor-aiJanitor.AI Integration Guide
  • risuaiRisuAI Integration Guide
  • Chub / Venus Integration Guide
  • nevikaNevika Integration Guide
Chat clients
  • librechatLibreChat Integration Guide
  • OpenWebUIOpen WebUI Integration Guide
  • LobeHubLobeChat Integration Guide
  • AnythingLLM Integration Guide
  • CherryStudioCherry Studio Integration Guide
  • typingmindTypingMind Integration Guide
  • BoltAI Integration Guide
  • Page Assist Integration Guide
  • chatboxChatbox Integration Guide
  • Big-AGI Integration Guide
CLI tools
  • aiderAider Setup Guide
  • cc-switchCC Switch Integration Guide
  • Claude CodeClaude Code Integration
  • CodexOpenAI Codex CLI Setup Guide
  • GeminiGemini CLI Integration
  • openclawOpenClaw Integration
  • Hermes AgentHermes Agent Integration
  • ModelContextProtocolMCP Server Setup Guide
Navigate
  • Models
  • Rankings
  • Inspector
  • Pricing
  • Chat
  • Status

Search docs...

Start typing to search documentation

PlatformIntegrationsChat
continue-dev
Continue.dev

Continue.dev Setup Guide

Drop a UnoRouter model entry into Continue’s config.yaml and it hot-reloads across VSCode and JetBrains.

Overview

Continue uses a yaml config you can version-control. Drop a UnoRouter model entry and Continue hot-reloads it.

Quick Config

Drop these values into the client. Your key auto-fills when you are signed in.

text
Base URL: https://api.unorouter.com/v1
API Key: YOUR_API_KEY

Sign in to auto-fill your API key

Compatibility

Chat CompletionsStreamingTool calling

Step-by-step setup

  1. 1
    Open the Continue config

    Edit ~/.continue/config.yaml (macOS/Linux) or %USERPROFILE%\.continue\config.yaml (Windows). Create the file if it does not exist.

  2. 2
    Add a model entry

    Use provider openai with apiBase. You can add multiple models as separate entries.

    yaml
    models:
      - name: UnoRouter model
        provider: openai
        model: YOUR_MODEL_ID
        apiBase: https://api.unorouter.com/v1
        apiKey: YOUR_API_KEY

    Sign in to auto-fill your API key

  3. 3
    Save 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 well here. Paste any model id into the client.

agnes-2.0-flash:freeallam-2-7b:freebielik-11b-v3.0-instruct:freecodestral-latest:freecommand-r: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 model entry.
Generate API KeyModels

On this page

Overview
Quick Config
Compatibility
Setup steps
Open the Continue config
Add a model entry
Save and reload
Recommended models
Gotchas