Use DeepSeek with Codex

Configure Codex CLI against a DeepSeek OpenAI-compatible endpoint. Source-level recipe — AgentRunDB runs pending.

0 次 AgentRunDB 真实运行支撑

目标: Run Codex CLI with DeepSeek as the backend model.

agent
codex
model
deepseek
测试版本
Codex 0.x · deepseek-chat

可用配置

# ~/.codex/config.toml
model = "deepseek-chat"
model_provider = "deepseek"

[model_providers.deepseek]
name = "deepseek"
base_url = "https://api.deepseek.com/v1"
wire_api = "chat"

Steps

  1. Get a DeepSeek API key
  2. Add the provider block above to your Codex config
  3. codex and verify the model connects

Status: configuration from official docs — AgentRunDB verification runs are queued. This page will update with real data.

相关: codex × deepseek 兼容性