From 54def78a2281ed818eeb4dca82d09bdaba83afdb Mon Sep 17 00:00:00 2001 From: Lucas Kim <45152028+Raptors65@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:15:14 -0500 Subject: [PATCH] docs: fix gpt-5.2 typo in config.md (#8079) Fix small typo in docs/config.md: `gpt5-2` -> `gpt-5.2` --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 0b0d13d19a..364298c2b5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -190,7 +190,7 @@ model = "mistral" ### model_reasoning_effort -If the selected model is known to support reasoning (for example: `o3`, `o4-mini`, `codex-*`, `gpt-5.1-codex-max`, `gpt-5.1`, `gpt-5.1-codex`, `gpt5-2`), reasoning is enabled by default when using the Responses API. As explained in the [OpenAI Platform documentation](https://platform.openai.com/docs/guides/reasoning?api-mode=responses#get-started-with-reasoning), this can be set to: +If the selected model is known to support reasoning (for example: `o3`, `o4-mini`, `codex-*`, `gpt-5.1-codex-max`, `gpt-5.1`, `gpt-5.1-codex`, `gpt-5.2`), reasoning is enabled by default when using the Responses API. As explained in the [OpenAI Platform documentation](https://platform.openai.com/docs/guides/reasoning?api-mode=responses#get-started-with-reasoning), this can be set to: - `"minimal"` - `"low"`