Codex App: GPT-5.5 fails with X-OpenAI-Internal-Codex-Responses-Lite while GPT-5.4 works
Summary
After updating Codex App on macOS, GPT-5.4 works normally, but GPT-5.5 fails immediately with the following error:
This model is not supported when using X-OpenAI-Internal-Codex-Responses-Lite.
ChatGPT app works normally. The issue only happens in Codex App when selecting GPT-5.5.
Please confirm whether this is a Codex App routing issue or a GPT-5.5 rollout bug.
Environment
- Product: Codex App desktop client
- Platform: macOS
- Codex App version: [26.623.42026]
- macOS version: [26.4.1]
- Model that fails: GPT-5.5
- Model that works: GPT-5.4
- ChatGPT app: Works normally
Steps to reproduce
- Open Codex App on macOS.
- Select model GPT-5.5.
- Send a simple task, for example:
Summarize this repository. Do not edit files.
- The task fails with:
This model is not supported when using X-OpenAI-Internal-Codex-Responses-Lite.
- Switch the model to GPT-5.4.
- Send the same task again.
- The task works normally.
Expected behavior
GPT-5.5 should work in Codex App, or the app should not route GPT-5.5 through an unsupported Lite path.
Actual behavior
GPT-5.5 fails with the internal Lite channel error, while GPT-5.4 works normally.
Additional notes
This started after updating Codex App. The issue appears specific to Codex App and GPT-5.5. ChatGPT app works normally, and Codex App works when using GPT-5.4.
10 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
``
``C:\Users\<你的用户名>\.codex\
model_cache.json文件"use_responses_lite": true改为"use_responses_lite": falseMac上修改model_cache.json 方法行不通,codex desktop启动时会自动覆盖。
你鎖住佢咪得,我已經解決左。
Thanks Bro You Save My Day <33333333
怎么锁住渠道啊 我跟他一样情况 改完 再次打开又自动改回去了
@Wellyfun 没用的,我改成false以后保存,把文件右键属性改为只读,确实是不会改为true了,但是还是报错,现在看下来只能把cc switch共享对话历史的功能关掉
codex exec使用gpt-5.5时,报错This model is not supported when using X-OpenAI-Internal-Codex-Responses-Litemodel_provider = "openai_http"这条通道会走 Lite;在该通道下,gpt-5.5会被服务端拒绝gpt-5.5 + openai_http失败;gpt-5.5 + openai成功;gpt-5.4/gpt-5.4-mini + openai_http也可成功gpt-5.5时,将C:\Users\Administrator\.codex\config.toml中的model_provider切换为openaimodel,还要同时检查model_provider;若必须保留openai_http,则优先改用gpt-5.4或gpt-5.4-mini我试了下,将
model_provider = "openai_https"改成model_provider = "openai",重新打开codex,会报config.toml中的[model_providers.openai_https]下面的节点读取失败。并且原先的会话的都没了found out that you can copy
models_cache.jsontomodel_catalog.jsonto make it persistentthen in your config.toml, add this (use absolute path):
model_catalog_json = "/absolute/path/to/model_catalog.json"