DEVUP Docs
Back to Dashboard

Integrations

Kilo Code

Kilo Code is an open-source coding agent for VS Code. Add DEVUP AI to it as a custom OpenAI Compatible provider.

Prerequisites

Add DEVUP AI as a provider

Open Settings via the gear icon (⚙️) in Kilo Code, navigate to Providers, and select add a custom provider. Fill in the configuration fields:

Kilo Code custom provider settings for DEVUP AI with the OpenAI Compatible provider API, the DEVUP AI base URL, a masked API key, and the model DeepSeek-V4-Pro
FieldValue
Provider IDdevupai
Display nameDEVUP AI
Provider APIOpenAI Compatible
Base URLhttps://api.devupai.com/v1
API keyYour DEVUP AI key, as-is
Modeldeepseek-ai/DeepSeek-V4-Pro

Choose a model

Kilo Code loads the DEVUP AI model list. For agent tasks, pick a model whose catalog entry supports tool calling, for example deepseek-ai/DeepSeek-V4-Pro. Turn on Image only for models with vision support. See Tool Calling and Models.

Run your first task

Switch Kilo Code to Code mode and enter the prompt:

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

Kilo Code asks for approval, writes the file, and runs it.

Kilo Code creating hello.py and running it with DeepSeek-V4-Pro on DEVUP AI

Prompt caching

Kilo Code shows cached input tokens in the task header when requests reuse the DEVUP AI prompt cache. See Prompt Caching.

Troubleshooting

  • Provider ID rejectedUse lowercase letters, numbers, hyphens, or underscores, for example devupai.
  • Authentication error (401)Paste the API key as-is.
  • Model IDPick the model from the loaded list, or copy it exactly from the catalog.