codeX集成deepSeek的API key步骤教程

📋 准备工作

  1. 拥有 DeepSeek API Key :在 DeepSeek 平台注册并充值,拿到了一个以 sk- 开头的 API Key。
  2. 安装 Codex 客户端:安装 Codex(比如 ChatGPT 桌面应用、Codex CLI 或 VS Code 扩展),并且至少运行过一次,这样才会在本地生成配置文件目录。
  3. 用这个sk-开头的key登录chatGPT。

⚙️ 安装与配置

  1. 以管理员身份打开 PowerShell(在开始菜单搜索 PowerShell,右键选择"以管理员身份运行")。

  2. 执行安装命令 :复制并粘贴以下命令到 PowerShell 窗口,按回车:

    powershell 复制代码
    irm https://cdn.deepseek.com/api-docs/codex-deepseek-setup-en.ps1 | iex
  3. 选择模型 :脚本启动后会显示菜单,输入 1 选择 deepseek-v4-flash 模型。

  4. 输入 API Key :根据脚本提示,粘贴你的 DeepSeek API Key(以 sk- 开头),然后按回车。

✅ 验证是否成功

脚本执行完毕后,检查以下几点:

  • 查看输出日志,确认出现 [OK] Installation complete. 字样。
  • 如果使用 ChatGPT 桌面应用 ,重启后查看右下角,应该显示 deepseek-v4-flash 模型名称。
  • 如果使用 Codex CLI ,启动时命令行横幅会显示 model: deepseek-v4-flash
bash 复制代码
[OK] Backed up config.toml -> C:\Users\Admin\.codex\backup-deepseek\config.toml
[OK] Wrote C:\Users\Admin\.codex\models.json (contains deepseek-v4-flash and deepseek-v4-pro)
[OK] Updated C:\Users\Admin\.codex\config.toml

Changes made to your existing configuration (2 total)
  - Rewrote model: "gpt-5.6-sol" -> "deepseek-v4-flash"
  - Rewrote model_reasoning_effort: "low" -> "high"

Configuration written
  model                  = "deepseek-v4-flash"
  model_provider         = "deepseek"
  preferred_auth_method  = "apikey"
  forced_login_method    = "api"
  model_reasoning_effort = "high"
  model_catalog_json     = "C:/Users/Admin/.codex/models.json"

  [model_providers.deepseek]
  base_url  = "https://api.deepseek.com/"
  wire_api  = "responses"

Validation
[OK] models.json is valid JSON
[OK] config.toml has no duplicate top-level keys

[OK] Installation complete.

How to verify it took effect:
  - ChatGPT desktop app: after launch, the bottom-right corner showing the DeepSeek model name means success
    (that is deepseek-v4-flash; if it still shows "Custom", models.json was not loaded)
  - Codex CLI: the startup banner shows model: deepseek-v4-flash

If the logs show "fallback model metadata" or "Unknown model",
models.json was not loaded -- please reinstall.

How to switch / restore
Your original configuration was backed up to C:\Users\Admin\.codex\backup-deepseek
Just run this script again:

  irm https://cdn.deepseek.com/api-docs/codex-deepseek-setup-en.ps1 | iex

  Pick 1/2 to switch between flash / pro, or 3 to restore the pre-install configuration.

提问codeX它的底层模型

💡 后续管理

  • 切换模型 :再次运行安装命令,选 1(Flash)或 2(Pro,如果可用)。
  • 恢复原配置 :再次运行安装命令,选 3,即可一键恢复到安装前的状态(比如 OpenAI 的默认模型)。
相关推荐
蒲公英eric21 小时前
从客户端到服务端:DVWA DOM 型 XSS 模块完整漏洞分析教程
前端·web安全·ai·xss·dvwa·ai安全
kaixin_啊啊1 天前
线性规划与整数规划
ai
VIP_CQCRE1 天前
AceData Cloud MCP:把整个平台能力接入你的 AI 助手
ai·api·mcp·acedatacloud
张忠琳1 天前
【deepseek-harness】Cordis 时空可组合性编程范式 — 三段式精读笔记(四)
ai·agent·deepseek·harness·cordis·dsh
不会写代码的女程序猿1 天前
养生馆采购 AI 四诊仪,5000 元预算怎么选?
大数据·人工智能·科技·ai·健康医疗
俊哥V1 天前
每日 AI 研究简报 · 2026-08-30
人工智能·ai
番茄不是西红柿kk1 天前
GLM-5.3-Flash 20分钟复刻《我的世界》实录
人工智能·ai·aigc·agent·我的世界
认真就输DBA1 天前
一个DBA,把用了16年的两款软件换了
数据库·ai·dba·tabby·笔记软件·obsidian
张忠琳1 天前
【deepseek-harness】Cordis 时空可组合性编程范式 — 三段式精读笔记(五)
ai·agent·deepseek·harness·cordis·dsh
kaixin_啊啊1 天前
系统开发实践指南:构建高效可靠的软件系统
ai