Connect → Cline
Use AxForge with Cline
Cline is an autonomous coding agent for VS Code. It has a built-in OpenAI Compatible provider — configure it in the model picker, no file needed.
In the Cline model settings
| Field | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://api.axforge.ai/v1 |
| API Key | your AxForge key |
| Model ID | chat (or qwen3.8-27b-nvfp4) |
Set the model limits yourself. For an OpenAI-Compatible provider Cline cannot auto-detect model metadata, so open the advanced model settings and set Context Window (e.g. 65536), Max Output Tokens, and Image Support. Leave them at the defaults and Cline may truncate context early or error on long sessions.
Notes
Cline is agentic and multi-step — prefer the agentic role (or the
exact qwen3.8-27b-nvfp4) for tool-heavy work. See
Models & pricing.