From b035c604b01824c013c2c032a9fb7cb15d565d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pe=C3=B1a?= Date: Tue, 18 Nov 2025 11:38:45 -0600 Subject: [PATCH] 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. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 6ad0d51ef..72cbdff79 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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.