@@ -291,6 +291,9 @@ export namespace CreateEvalCompletionsRunDataSource {
291
291
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
292
292
* effort can result in faster responses and fewer tokens used on reasoning in a
293
293
* response.
294
+ *
295
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
296
+ * effort.
294
297
*/
295
298
reasoning_effort ?: Shared . ReasoningEffort | null ;
296
299
@@ -592,6 +595,9 @@ export namespace RunCreateResponse {
592
595
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
593
596
* effort can result in faster responses and fewer tokens used on reasoning in a
594
597
* response.
598
+ *
599
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
600
+ * effort.
595
601
*/
596
602
reasoning_effort ?: Shared . ReasoningEffort | null ;
597
603
@@ -736,6 +742,9 @@ export namespace RunCreateResponse {
736
742
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
737
743
* effort can result in faster responses and fewer tokens used on reasoning in a
738
744
* response.
745
+ *
746
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
747
+ * effort.
739
748
*/
740
749
reasoning_effort ?: Shared . ReasoningEffort | null ;
741
750
@@ -1078,6 +1087,9 @@ export namespace RunRetrieveResponse {
1078
1087
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
1079
1088
* effort can result in faster responses and fewer tokens used on reasoning in a
1080
1089
* response.
1090
+ *
1091
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1092
+ * effort.
1081
1093
*/
1082
1094
reasoning_effort ?: Shared . ReasoningEffort | null ;
1083
1095
@@ -1222,6 +1234,9 @@ export namespace RunRetrieveResponse {
1222
1234
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
1223
1235
* effort can result in faster responses and fewer tokens used on reasoning in a
1224
1236
* response.
1237
+ *
1238
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1239
+ * effort.
1225
1240
*/
1226
1241
reasoning_effort ?: Shared . ReasoningEffort | null ;
1227
1242
@@ -1561,6 +1576,9 @@ export namespace RunListResponse {
1561
1576
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
1562
1577
* effort can result in faster responses and fewer tokens used on reasoning in a
1563
1578
* response.
1579
+ *
1580
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1581
+ * effort.
1564
1582
*/
1565
1583
reasoning_effort ?: Shared . ReasoningEffort | null ;
1566
1584
@@ -1705,6 +1723,9 @@ export namespace RunListResponse {
1705
1723
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
1706
1724
* effort can result in faster responses and fewer tokens used on reasoning in a
1707
1725
* response.
1726
+ *
1727
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1728
+ * effort.
1708
1729
*/
1709
1730
reasoning_effort ?: Shared . ReasoningEffort | null ;
1710
1731
@@ -2055,6 +2076,9 @@ export namespace RunCancelResponse {
2055
2076
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
2056
2077
* effort can result in faster responses and fewer tokens used on reasoning in a
2057
2078
* response.
2079
+ *
2080
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2081
+ * effort.
2058
2082
*/
2059
2083
reasoning_effort ?: Shared . ReasoningEffort | null ;
2060
2084
@@ -2199,6 +2223,9 @@ export namespace RunCancelResponse {
2199
2223
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
2200
2224
* effort can result in faster responses and fewer tokens used on reasoning in a
2201
2225
* response.
2226
+ *
2227
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2228
+ * effort.
2202
2229
*/
2203
2230
reasoning_effort ?: Shared . ReasoningEffort | null ;
2204
2231
@@ -2488,6 +2515,9 @@ export namespace RunCreateParams {
2488
2515
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
2489
2516
* effort can result in faster responses and fewer tokens used on reasoning in a
2490
2517
* response.
2518
+ *
2519
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2520
+ * effort.
2491
2521
*/
2492
2522
reasoning_effort ?: Shared . ReasoningEffort | null ;
2493
2523
@@ -2632,6 +2662,9 @@ export namespace RunCreateParams {
2632
2662
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
2633
2663
* effort can result in faster responses and fewer tokens used on reasoning in a
2634
2664
* response.
2665
+ *
2666
+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2667
+ * effort.
2635
2668
*/
2636
2669
reasoning_effort ?: Shared . ReasoningEffort | null ;
2637
2670
0 commit comments