@@ -291,6 +291,9 @@ export namespace CreateEvalCompletionsRunDataSource {
291291 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
292292 * effort can result in faster responses and fewer tokens used on reasoning in a
293293 * response.
294+ *
295+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
296+ * effort.
294297 */
295298 reasoning_effort ?: Shared . ReasoningEffort | null ;
296299
@@ -592,6 +595,9 @@ export namespace RunCreateResponse {
592595 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
593596 * effort can result in faster responses and fewer tokens used on reasoning in a
594597 * response.
598+ *
599+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
600+ * effort.
595601 */
596602 reasoning_effort ?: Shared . ReasoningEffort | null ;
597603
@@ -736,6 +742,9 @@ export namespace RunCreateResponse {
736742 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
737743 * effort can result in faster responses and fewer tokens used on reasoning in a
738744 * response.
745+ *
746+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
747+ * effort.
739748 */
740749 reasoning_effort ?: Shared . ReasoningEffort | null ;
741750
@@ -1078,6 +1087,9 @@ export namespace RunRetrieveResponse {
10781087 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
10791088 * effort can result in faster responses and fewer tokens used on reasoning in a
10801089 * response.
1090+ *
1091+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1092+ * effort.
10811093 */
10821094 reasoning_effort ?: Shared . ReasoningEffort | null ;
10831095
@@ -1222,6 +1234,9 @@ export namespace RunRetrieveResponse {
12221234 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
12231235 * effort can result in faster responses and fewer tokens used on reasoning in a
12241236 * response.
1237+ *
1238+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1239+ * effort.
12251240 */
12261241 reasoning_effort ?: Shared . ReasoningEffort | null ;
12271242
@@ -1561,6 +1576,9 @@ export namespace RunListResponse {
15611576 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
15621577 * effort can result in faster responses and fewer tokens used on reasoning in a
15631578 * response.
1579+ *
1580+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1581+ * effort.
15641582 */
15651583 reasoning_effort ?: Shared . ReasoningEffort | null ;
15661584
@@ -1705,6 +1723,9 @@ export namespace RunListResponse {
17051723 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
17061724 * effort can result in faster responses and fewer tokens used on reasoning in a
17071725 * response.
1726+ *
1727+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1728+ * effort.
17081729 */
17091730 reasoning_effort ?: Shared . ReasoningEffort | null ;
17101731
@@ -2055,6 +2076,9 @@ export namespace RunCancelResponse {
20552076 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
20562077 * effort can result in faster responses and fewer tokens used on reasoning in a
20572078 * response.
2079+ *
2080+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2081+ * effort.
20582082 */
20592083 reasoning_effort ?: Shared . ReasoningEffort | null ;
20602084
@@ -2199,6 +2223,9 @@ export namespace RunCancelResponse {
21992223 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
22002224 * effort can result in faster responses and fewer tokens used on reasoning in a
22012225 * response.
2226+ *
2227+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2228+ * effort.
22022229 */
22032230 reasoning_effort ?: Shared . ReasoningEffort | null ;
22042231
@@ -2488,6 +2515,9 @@ export namespace RunCreateParams {
24882515 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
24892516 * effort can result in faster responses and fewer tokens used on reasoning in a
24902517 * response.
2518+ *
2519+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2520+ * effort.
24912521 */
24922522 reasoning_effort ?: Shared . ReasoningEffort | null ;
24932523
@@ -2632,6 +2662,9 @@ export namespace RunCreateParams {
26322662 * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
26332663 * effort can result in faster responses and fewer tokens used on reasoning in a
26342664 * response.
2665+ *
2666+ * Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
2667+ * effort.
26352668 */
26362669 reasoning_effort ?: Shared . ReasoningEffort | null ;
26372670
0 commit comments