@@ -578,8 +578,11 @@ export namespace RunCreateResponse {
578
578
model ?: string | null ;
579
579
580
580
/**
581
- * Optional reasoning effort parameter. This is a query parameter used to select
582
- * responses.
581
+ * Constrains effort on reasoning for
582
+ * [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
583
+ * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
584
+ * effort can result in faster responses and fewer tokens used on reasoning in a
585
+ * response.
583
586
*/
584
587
reasoning_effort ?: Shared . ReasoningEffort | null ;
585
588
@@ -1052,8 +1055,11 @@ export namespace RunRetrieveResponse {
1052
1055
model ?: string | null ;
1053
1056
1054
1057
/**
1055
- * Optional reasoning effort parameter. This is a query parameter used to select
1056
- * responses.
1058
+ * Constrains effort on reasoning for
1059
+ * [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
1060
+ * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
1061
+ * effort can result in faster responses and fewer tokens used on reasoning in a
1062
+ * response.
1057
1063
*/
1058
1064
reasoning_effort ?: Shared . ReasoningEffort | null ;
1059
1065
@@ -1523,8 +1529,11 @@ export namespace RunListResponse {
1523
1529
model ?: string | null ;
1524
1530
1525
1531
/**
1526
- * Optional reasoning effort parameter. This is a query parameter used to select
1527
- * responses.
1532
+ * Constrains effort on reasoning for
1533
+ * [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
1534
+ * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
1535
+ * effort can result in faster responses and fewer tokens used on reasoning in a
1536
+ * response.
1528
1537
*/
1529
1538
reasoning_effort ?: Shared . ReasoningEffort | null ;
1530
1539
@@ -2005,8 +2014,11 @@ export namespace RunCancelResponse {
2005
2014
model ?: string | null ;
2006
2015
2007
2016
/**
2008
- * Optional reasoning effort parameter. This is a query parameter used to select
2009
- * responses.
2017
+ * Constrains effort on reasoning for
2018
+ * [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
2019
+ * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
2020
+ * effort can result in faster responses and fewer tokens used on reasoning in a
2021
+ * response.
2010
2022
*/
2011
2023
reasoning_effort ?: Shared . ReasoningEffort | null ;
2012
2024
@@ -2426,8 +2438,11 @@ export namespace RunCreateParams {
2426
2438
model ?: string | null ;
2427
2439
2428
2440
/**
2429
- * Optional reasoning effort parameter. This is a query parameter used to select
2430
- * responses.
2441
+ * Constrains effort on reasoning for
2442
+ * [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
2443
+ * supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
2444
+ * effort can result in faster responses and fewer tokens used on reasoning in a
2445
+ * response.
2431
2446
*/
2432
2447
reasoning_effort ?: Shared . ReasoningEffort | null ;
2433
2448
0 commit comments