Codex cli 已经可以选择GPT 5.5模型
- 内容介绍
- 文章标签
- 相关推荐
本来还想改 models.json的
codex --model gpt-5.5 的时候出更新提示了
更新之后就好了
@fedora:~/codexCLI$ codex --model gpt-5.5
Updating Codex via `npm install -g @openai/codex`...
changed 2 packages in 23s
🎉 Update ran successfully! Please restart Codex.
@fedora:~/codexCLI$ codex
╭─────────────────────────────────────────────╮
│ >_ OpenAI Codex (v0.125.0) │
│ │
│ model: gpt-5.4 xhigh /model to change │
│ directory: ~/codexCLI │
╰─────────────────────────────────────────────╯
Tip: GPT-5.5 is now available in Codex. It's our strongest agentic coding model yet, built to reason through large codebases, check assumptions with tools, and keep going until the work is done.
Learn more: https://openai.com/index/introducing-gpt-5-5/
Select Model and Effort
Access legacy models by running codex -m <model_name> or in your config.toml
› 1. gp
本来还想改 models.json的
codex --model gpt-5.5 的时候出更新提示了
更新之后就好了
@fedora:~/codexCLI$ codex --model gpt-5.5
Updating Codex via `npm install -g @openai/codex`...
changed 2 packages in 23s
🎉 Update ran successfully! Please restart Codex.
@fedora:~/codexCLI$ codex
╭─────────────────────────────────────────────╮
│ >_ OpenAI Codex (v0.125.0) │
│ │
│ model: gpt-5.4 xhigh /model to change │
│ directory: ~/codexCLI │
╰─────────────────────────────────────────────╯
Tip: GPT-5.5 is now available in Codex. It's our strongest agentic coding model yet, built to reason through large codebases, check assumptions with tools, and keep going until the work is done.
Learn more: https://openai.com/index/introducing-gpt-5-5/
Select Model and Effort
Access legacy models by running codex -m <model_name> or in your config.toml
› 1. gp

