Update faq.md section on supported models (#6832)

Update faq.md to recommend usage of GPT-5.1 Codex, the latest Codex
model from OpenAI.
This commit is contained in:
Alejandro Peña
2025-11-18 11:38:45 -06:00
committed by GitHub
parent e9e644a119
commit b035c604b0

View File

@@ -8,7 +8,7 @@ In 2021, OpenAI released Codex, an AI system designed to generate code from natu
### Which models are supported?
We recommend using Codex with GPT-5 Codex, our best coding model. The default reasoning level is medium, and you can upgrade to high for complex tasks with the `/model` command.
We recommend using Codex with GPT-5.1 Codex, our best coding model. The default reasoning level is medium, and you can upgrade to high for complex tasks with the `/model` command.
You can also use older models by using API-based auth and launching codex with the `--model` flag.