Desktop app model picker does not show gpt-5.5 even when backend reports it available
Summary
The Codex desktop app model picker does not show gpt-5.5, even though the app backend reports that model as available and the current config is already set to gpt-5.5.
This looks like a desktop UI / model-filtering issue rather than a backend availability problem.
Reproduction
- Start the Codex desktop app.
- Open the model picker before starting a new chat.
- Observe that
gpt-5.5is missing from the selectable models.
Expected behavior
If the backend reports gpt-5.5 in the available model list, the desktop app should display it in the picker and allow selecting it.
Actual behavior
The desktop app picker does not show gpt-5.5, so a new chat falls back to another model (for example gpt-5.4) even when gpt-5.5 is otherwise recognized by the app runtime.
Evidence
- The app backend
model/listresponse includesgpt-5.5. - The app backend
config/readresponse shows the configured model isgpt-5.5. - The desktop picker still does not display
gpt-5.5.
Additional notes
This may be related to the same class of desktop model-filtering / feature-flag issues discussed in:
- CLI-3934
- [#10873](<https://github.com/openai/codex/issues/10873>)
From local inspection, the frontend appears to apply an additional filtering step before rendering the picker, so this may be a UI-side gating/regression rather than a provider/config problem.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗