Continue

Continue is an open-source coding assistant for VS Code and JetBrains. Depaza is a standard OpenAI-compatible provider in config.yaml.

Depaza API key
Model

Your key stays in this browser (local storage) and is sent only to depaza.eu. Every config block on this page fills in automatically. Don’t do this on a shared machine.

Keep Tab / autocomplete on a dedicated fill-in-the-middle model — the chat models are not built for it. Add capabilities: [tool_use, image_input] for Agent mode.

Configure

  1. Command Palette → Continue: Open configuration file (config.yaml).
  2. Add each model under models: with provider: openai, the base URL, your key, and a Depaza model id.
  3. Give each a name and roles: [chat, edit, apply]; add capabilities: [tool_use, image_input] for Agent mode.
  4. Save (Continue hot-reloads) and pick “Depaza Core” in the model selector.
~/.continue/config.yaml
models:
  - name: Depaza Core
    provider: openai
    model: {{MODEL}}
    apiBase: {{BASE_URL}}
    apiKey: {{KEY}}
    roles: [chat, edit, apply]
    capabilities: [tool_use, image_input]