@@ -298,7 +298,7 @@ export namespace CreateEvalCompletionsRunDataSource {
298298 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
299299 * support `none`.
300300 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
301- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
301+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
302302 */
303303 reasoning_effort ?: Shared . ReasoningEffort | null ;
304304
@@ -607,7 +607,7 @@ export namespace RunCreateResponse {
607607 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
608608 * support `none`.
609609 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
610- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
610+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
611611 */
612612 reasoning_effort ?: Shared . ReasoningEffort | null ;
613613
@@ -759,7 +759,7 @@ export namespace RunCreateResponse {
759759 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
760760 * support `none`.
761761 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
762- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
762+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
763763 */
764764 reasoning_effort ?: Shared . ReasoningEffort | null ;
765765
@@ -1109,7 +1109,7 @@ export namespace RunRetrieveResponse {
11091109 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
11101110 * support `none`.
11111111 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1112- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1112+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
11131113 */
11141114 reasoning_effort ?: Shared . ReasoningEffort | null ;
11151115
@@ -1261,7 +1261,7 @@ export namespace RunRetrieveResponse {
12611261 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
12621262 * support `none`.
12631263 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1264- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1264+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
12651265 */
12661266 reasoning_effort ?: Shared . ReasoningEffort | null ;
12671267
@@ -1608,7 +1608,7 @@ export namespace RunListResponse {
16081608 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
16091609 * support `none`.
16101610 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1611- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1611+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
16121612 */
16131613 reasoning_effort ?: Shared . ReasoningEffort | null ;
16141614
@@ -1760,7 +1760,7 @@ export namespace RunListResponse {
17601760 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
17611761 * support `none`.
17621762 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
1763- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
1763+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
17641764 */
17651765 reasoning_effort ?: Shared . ReasoningEffort | null ;
17661766
@@ -2118,7 +2118,7 @@ export namespace RunCancelResponse {
21182118 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
21192119 * support `none`.
21202120 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
2121- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
2121+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
21222122 */
21232123 reasoning_effort ?: Shared . ReasoningEffort | null ;
21242124
@@ -2270,7 +2270,7 @@ export namespace RunCancelResponse {
22702270 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
22712271 * support `none`.
22722272 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
2273- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
2273+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
22742274 */
22752275 reasoning_effort ?: Shared . ReasoningEffort | null ;
22762276
@@ -2567,7 +2567,7 @@ export namespace RunCreateParams {
25672567 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
25682568 * support `none`.
25692569 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
2570- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
2570+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
25712571 */
25722572 reasoning_effort ?: Shared . ReasoningEffort | null ;
25732573
@@ -2719,7 +2719,7 @@ export namespace RunCreateParams {
27192719 * - All models before `gpt-5.1` default to `medium` reasoning effort, and do not
27202720 * support `none`.
27212721 * - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
2722- * - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
2722+ * - `xhigh` is supported for all models after `gpt-5.1-codex-max`.
27232723 */
27242724 reasoning_effort ?: Shared . ReasoningEffort | null ;
27252725
0 commit comments