@@ -179,7 +179,7 @@ def create(
179179 - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
180180 support `none`.
181181 - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
182- - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
182+ - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
183183
184184 response_format: Specifies the format that the model must output. Compatible with
185185 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
@@ -341,7 +341,7 @@ def create(
341341 - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
342342 support `none`.
343343 - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
344- - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
344+ - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
345345
346346 response_format: Specifies the format that the model must output. Compatible with
347347 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
@@ -499,7 +499,7 @@ def create(
499499 - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
500500 support `none`.
501501 - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
502- - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
502+ - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
503503
504504 response_format: Specifies the format that the model must output. Compatible with
505505 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
@@ -1633,7 +1633,7 @@ async def create(
16331633 - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
16341634 support `none`.
16351635 - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1636- - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1636+ - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
16371637
16381638 response_format: Specifies the format that the model must output. Compatible with
16391639 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
@@ -1795,7 +1795,7 @@ async def create(
17951795 - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
17961796 support `none`.
17971797 - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1798- - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1798+ - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
17991799
18001800 response_format: Specifies the format that the model must output. Compatible with
18011801 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
@@ -1953,7 +1953,7 @@ async def create(
19531953 - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
19541954 support `none`.
19551955 - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1956- - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1956+ - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
19571957
19581958 response_format: Specifies the format that the model must output. Compatible with
19591959 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
0 commit comments