DEVUP Docs
Back to Dashboard

Integrations

Cline

Cline is an autonomous coding agent for VS Code. Connect it to DEVUP AI with its OpenAI Compatible provider.

Prerequisites

Configure the provider

Open Cline in VS Code. On initial onboarding, choose Bring my own API key, or click the settings gear icon (⚙️) in the Cline panel. Set API Provider to OpenAI Compatible and fill in the configuration fields:

Cline API Configuration with the OpenAI Compatible provider, the DEVUP AI base URL, a masked API key, and the model ID deepseek-ai/DeepSeek-V4-Pro
FieldValue
Base URLhttps://api.devupai.com/v1
API KeyYour DEVUP AI key, pasted as-is (no Bearer prefix)
Model IDdeepseek-ai/DeepSeek-V4-Pro

Model configuration

Open Model Configuration in the settings panel:

  • Set Context Window Size to the model's context limit from the catalog (see Models).
  • Uncheck Supports Images for models without vision support.

Run your first task

Switch Cline to Act mode and enter the prompt:

text
Create hello.py that prints "Salam DEVUP", then run it.

Cline asks for approval, creates the file, and runs it.

Cline completing a task on DEVUP AI: creating hello.py and running it in the terminal

Choosing a model

For agent tasks, use a model whose catalog entry supports tool calling, for example deepseek-ai/DeepSeek-V4-Pro. See Tool Calling and Models.

Troubleshooting

  • Authentication error (401)Paste the API key as-is, without Bearer and without spaces.
  • Model IDCopy it exactly as it appears in the catalog, for example deepseek-ai/DeepSeek-V4-Pro.
  • Context shows 128KSet Context Window Size in Model Configuration.