### Self Checks / 自检 - [x] I have read the [FAQ](https://github.com/farion1231/cc-switch#faq) section in README. 我已阅读 README 中的[常见问题](https://github.com/farion1231/cc-switch#常见问题)。 - [x] I have searched for [existing issues](https://github.com/farion1231/cc-switch/issues), including closed ones. 我已搜索过[已有的 Issue](https://github.com/farion1231/cc-switch/issues),包括已关闭的。 ### CC Switch Version / 版本号 3.16.3 ### Operating System / 操作系统 Windows ### Related App / 涉及应用 Codex --- 在 config.toml 配置文件中设置了自定义模型参数,但软件在实际发起请求时并未采用配置文件中的模型名称,而是自动转换为了 gpt-5.4 或 gpt-5.4-mini。这导致请求匹配失败,出现大量 502 和 504 错误。 <img width="700" height="318" alt="Image" src="https://github.com/user-attachments/assets/c3cfad2c-acce-4492-8197-ea4ddb71e5e2" /> <img width="2462" height="748" alt="Image" src="https://github.com/user-attachments/assets/4c27e70e-4ed8-4fcf-80b1-09bd3e1a5a59" />
Self Checks / 自检
I have read the FAQ section in README.
我已阅读 README 中的常见问题。
I have searched for existing issues, including closed ones.
我已搜索过已有的 Issue,包括已关闭的。
CC Switch Version / 版本号
3.16.3
Operating System / 操作系统
Windows
Related App / 涉及应用
Codex
在 config.toml 配置文件中设置了自定义模型参数,但软件在实际发起请求时并未采用配置文件中的模型名称,而是自动转换为了 gpt-5.4 或 gpt-5.4-mini。这导致请求匹配失败,出现大量 502 和 504 错误。