What version of the Codex App are you using (From “About Codex” dialog)?
260205.1301 (554)
What subscription do you have?
None
What issue are you seeing?
I'm using custom model provider for Codex CLI and App. In CLI, /model is available and switching models works as expected. However, in Codex App, this happens (notice the absence of model switcher):
What steps can reproduce the bug?
- set up custom model provider & profile
profile = "internal"
[features]
# remote_models = false
[profiles.internal]
# model = "gpt-5.2"
model_provider = "internal"
model_reasoning_effort = "medium"
[model_providers.internal]
name = "Interal LLM Gateway"
base_url = "http://llms.example.com/v1"
wire_api = "responses"
- launch Codex App
What is the expected behavior?
It should provider the same model switcher as in ChatGPT subscription mode:
Additional information
No response
What version of the Codex App are you using (From “About Codex” dialog)?
260205.1301 (554)
What subscription do you have?
None
What issue are you seeing?
I'm using custom model provider for Codex CLI and App. In CLI,
/modelis available and switching models works as expected. However, in Codex App, this happens (notice the absence of model switcher):What steps can reproduce the bug?
What is the expected behavior?
It should provider the same model switcher as in ChatGPT subscription mode:
Additional information
No response