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 的默认模型)。
相关推荐
测试_AI_一辰1 小时前
AI Agent 评测最隐蔽的坑-记忆
人工智能·算法·ai·自动化·ai编程
csdn_aspnet1 小时前
Copilot能换成本地吗?VSCode接本地大模型本地化接入方案
ide·vscode·ai·ollama
努力搬砖的咸鱼2 小时前
AI Agent测试全景图:它到底改变了什么
人工智能·python·ai·集成测试·pytest·agent·ai编程
小七-七牛开发者2 小时前
Codex 实践系列 Vol.04:用 Goal 和 Plan 管住一个长任务
ai·大模型·agent·claude·token·工作流·claudecode·ai coding
张小殊.3 小时前
LoongForge TAOT 训练方案,解决MoE EP不均衡问题
人工智能·python·深度学习·机器学习·ai
蒲公英eric3 小时前
从布尔盲注到参数化查询:DVWA SQL 盲注模块完整漏洞分析教程
sql·web安全·ai·dvwa·ai安全·sql 盲注
chuan.bai3 小时前
Java RAG 实战(第 3 篇):从交互式聊天到多轮上下文
java·人工智能·macos·ai
JaydenAI3 小时前
[基于OpenEvals的自动化评估-12]Agent执行轨迹评估[无LLM参与]
ai·langchain·agent·evaluation·openevals
李燚5 小时前
Checkpoint 源码:Agent 执行到一半怎么保存(第80篇-E66)
人工智能·ai·aigc·agent·checkpoint·rag·eino