Back to Integrations
Continue logoEditor

Continue with DEVUP AI

Run Continue's chat and Agent mode on DEVUP AI models. Add one model entry to config.yaml and pick it in the Continue panel.

System Architecture

How Continue Connects to DEVUP AI

1. Client
Continue
Chat and Agent mode in VS Code
2. Gateway
DEVUP OpenAI-compatible API
POST /v1/chat/completions
3. Inference
Model
DeepSeek-V4-Pro
4. Response
Response
Replies, tool calls and file edits

Configuration

Add the Model

bash
code --install-extension Continue.continue

Add this to config.yaml:

yaml
name: DEVUP AI
version: 1.0.0
schema: v1
models:
  - name: DeepSeek V4 Pro (DEVUP AI)
    provider: openai
    model: deepseek-ai/DeepSeek-V4-Pro
    apiBase: https://api.devupai.com/v1
    apiKey: your-devup-api-key
    roles:
      - chat
      - edit
      - apply
    capabilities:
      - tool_use

In Action

Chat and Agent Mode

Continue chat replying Salam DEVUP on DeepSeek V4 Pro through DEVUP AI
Continue Agent mode editing hello.py to add a docstring through DEVUP AI

Capabilities

Supported Capabilities

Chat

Pick the DEVUP AI model in the Continue panel and chat with it like any other model.

Agent mode and tools

With tool_use in capabilities, the agent creates and edits files in your project.

Code selections

Select code and press Ctrl+I to add it to the chat, then ask for a change.

Local DZD billing

Metered billing in Algerian Dinar with BaridiMob, Edahabia, and CIB local payment support.

FAQ

Continue and DEVUP AI

Does Continue work with DEVUP AI?

Yes. Add a model with provider openai, apiBase https://api.devupai.com/v1 and your DEVUP AI key to config.yaml, then pick it in the Continue panel.

How is Continue usage billed on DEVUP AI?

Every request Continue makes is a regular DEVUP AI API call, metered in Algerian Dinar on your account.

Does Agent mode work with DEVUP AI models?

Yes. With tool_use under capabilities, the agent created and edited files through DEVUP AI.

Ready to Code with Continue on DEVUP AI?