Cline
Cline is an autonomous coding agent for VS Code. It connects to Depaza through its OpenAI Compatible provider.
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.
Set API Provider to “OpenAI Compatible”, not the plain “OpenAI” preset. Context window is not auto-detected — set 128000 and max output 8192 (16384 for advanced). Tool calling must be on.
Install
Open the VS Code Extensions panel, search for Cline, install, and restart VS Code.
Configure
- Click the Cline icon in the VS Code sidebar. On first run choose Use your own API key; otherwise click the gear icon.
- Set API Provider to OpenAI Compatible.
- Fill in the fields below. Under Model Configuration set Context Window
128000and Max Output Tokens8192(16384foradvanced). Enable function calling. - Save, then send a test message.
Base URL: {{BASE_URL}}
API Key: {{KEY}}
Model ID: {{MODEL}}
Cline is a full agent — every request goes to Depaza. There is no autocomplete that bypasses it. coder and core are the right defaults for Plan/Act loops.