Search docs...

Start typing to search documentation

continue-dev
Continue.dev

Continue.dev Setup Guide

Add a dabboUno model entry to Continue's config.yaml. It hot-reloads across VSCode and JetBrains.

Overview

Continue uses a version-controllable yaml config. Add a dabboUno 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://newapi.c.dabbo.net/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 it if missing.

  2. 2
    Add a model entry

    Use provider openai with apiBase. Add multiple models as separate entries.

    yaml
    models:
      - name: dabboUno model
        provider: openai
        model: YOUR_MODEL_ID
        apiBase: https://newapi.c.dabbo.net/v1
        apiKey: YOUR_API_KEY

    Sign in to auto-fill your API key

  3. 3
    Save and reload

    Continue hot-reloads the config. Pick dabboUno from the model selector at the bottom of the panel.

Recommended models

Free models that work here. Paste any model id into the client.

Gotchas

  • Use config.yaml, not the legacy config.json.
  • requestOptions only accepts documented keys such as headers and extraBodyProperties. An unknown key fails validation rather than being ignored.
Generate API KeyModels