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
- Command Palette → Continue: Open configuration file (
config.yaml). - Add each model under
models:withprovider: openai, the base URL, your key, and a Depaza model id. - Give each a name and
roles: [chat, edit, apply]; addcapabilities: [tool_use, image_input]for Agent mode. - Save (Continue hot-reloads) and pick “Depaza Core” in the model selector.
models:
- name: Depaza Core
provider: openai
model: {{MODEL}}
apiBase: {{BASE_URL}}
apiKey: {{KEY}}
roles: [chat, edit, apply]
capabilities: [tool_use, image_input]