cli/features.md +6 −1
46 46
47## Models and reasoning47## Models and reasoning
48 48
4949For most tasks in Codex, `gpt-5.4` is the recommended model. It brings the industry-leading coding capabilities of `gpt-5.3-codex` to OpenAI’s flagship frontier model, combining frontier coding performance with stronger reasoning, native computer use, and broader professional workflows. For extra fast tasks, ChatGPT Pro subscribers have access to the GPT-5.3-Codex-Spark model in research preview.For most tasks in Codex, `gpt-5.4` is the recommended model. It brings the
50industry-leading coding capabilities of `gpt-5.3-codex` to OpenAI’s flagship
51frontier model, combining frontier coding performance with stronger reasoning,
52native computer use, and broader professional workflows. For extra fast tasks,
53ChatGPT Pro subscribers have access to the GPT-5.3-Codex-Spark model in
54research preview.
50 55
51Switch models mid-session with the `/model` command, or specify one when launching the CLI.56Switch models mid-session with the `/model` command, or specify one when launching the CLI.
52 57