Coding Tools
Cline
Cline (VS Code extension) has a built-in OpenAI Compatible provider for exactly this kind of setup.
Installation
Cline is an extension, so you need VS Code (or a fork like Cursor/Windsurf/VSCodium) installed first — get it from code.visualstudio.com/download if you don't have it.
- Open VS Code and press
Ctrl+Shift+X(Cmd+Shift+Xon Mac) to open Extensions. - Search for Cline and click Install (published as
saoudrizwan.claude-dev) — or install it directly from the VS Code Marketplace page. - Restart VS Code if the Cline icon doesn't appear in the sidebar.
Cline also ships as a CLI (
npm i -g cline) if you want it in a terminal instead of an editor sidebar — the provider config below is the same either way.Setup
Cline provider config
Provider: OpenAI Compatible
Base URL: https://api.dravenai.lat/v1
API Key: sk-drv-your-api-key
Model ID: your-model-id
Open Cline's settings panel in VS Code, choose OpenAI Compatible from the provider list, then fill in the four fields above.