Back to Integrations
Codex CLI logoCoding Agent

DEVUP AI for Codex CLI

Run OpenAI's Codex CLI on DEVUP AI models. Add one provider to config.toml, set your key, and Codex edits files and runs commands in your project.

System Architecture

How Codex CLI Connects to DEVUP AI

1. Client
Codex CLI
Your prompts, files and commands
2. Gateway
DEVUP OpenAI-compatible API
POST /v1/responses
3. Inference
Models
DeepSeek-V4-Pro, gpt-5.3-codex or any catalog ID
4. Response
Response
Answers, commands and file edits

Configuration

Two Settings That Matter

Base URL

https://api.devupai.com/v1

Set it as base_url of the devupai provider in config.toml.

Model

deepseek-ai/DeepSeek-V4-Pro

Any DEVUP AI catalog ID works as model, or for one run with -m.

Quick Start

Your config.toml

toml
model = "deepseek-ai/DeepSeek-V4-Pro"
model_provider = "devupai"
web_search = "disabled"

[model_providers.devupai]
name = "DEVUP AI"
base_url = "https://api.devupai.com/v1"
env_key = "DEVUP_API_KEY"
wire_api = "responses"

Set DEVUP_API_KEY, then run codex in your project folder.

In Action

Codex Editing Files on DEVUP AI

Codex CLI creating and reading notes.md on DeepSeek-V4-Pro through DEVUP AI

Capabilities

Supported Capabilities

Edits files and runs commands

Codex creates, reads and changes files in your project on DEVUP AI models.

Any catalog model

Set model in config.toml, or switch for one run with -m.

Key from the environment

Codex reads your DEVUP AI key from DEVUP_API_KEY; it is never written in config.toml.

Local DZD billing

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

FAQ

Codex CLI and DEVUP AI

Does Codex CLI work with DEVUP AI?

Yes. Add a devupai provider to config.toml with base_url https://api.devupai.com/v1, env_key DEVUP_API_KEY and wire_api responses, then set model_provider to devupai.

Which models can I use in Codex?

Any DEVUP AI chat model with tool calling, such as deepseek-ai/DeepSeek-V4-Pro or openai/gpt-5.3-codex. Set model in config.toml, or pass -m for one run.

How is Codex usage billed on DEVUP AI?

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

Ready to Code with Codex CLI on DEVUP AI?