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 的默认模型)。
相关推荐
智行合一科技11 分钟前
字节跳动将飞书并入豆包:一场“工具让位AI”的战略重构
ai·字节跳动·豆包
qq_4523962314 分钟前
第二篇:《Codex vs Copilot vs Claude Code:AI 编程工具选型指南》
ai
知无不研43 分钟前
调用模型的API接口与Token详谈
ai·agent·token·api接口
禁默1 小时前
从一行需求到压测波峰:我用 Seed-2.1-pro-0915 从 0 交付了一套分布式任务看板
人工智能·ai·seed-2.1-pro
天远Date Lab1 小时前
零信任架构实战:基于天远手机在网状态V即时版构建自动化通信网关
人工智能·ai·工具分享
不会写代码的女程序猿1 小时前
商用 AI 四诊仪技术拆解|明理 AI 四诊仪多模态采集方案解析
大数据·人工智能·科技·ai·健康医疗
Code_流苏2 小时前
AI 知识库和数据库有什么区别?从“查订单”到“问规则”讲清楚
数据库·ai·agent·知识库
User_芊芊君子2 小时前
让 Claude Code 换上国产大脑:蓝耘元生代上 GLM-5.2 / DeepSeek / Qwen 模型横评实测
人工智能·ai·大模型
Code_流苏2 小时前
如何写好一个 Skills?
ai·agent·技能·skills