@@ -578,8 +578,11 @@ export namespace RunCreateResponse {
578578 model ?: string | null ;
579579
580580 /**
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.
583586 */
584587 reasoning_effort ?: Shared . ReasoningEffort | null ;
585588
@@ -1052,8 +1055,11 @@ export namespace RunRetrieveResponse {
10521055 model ?: string | null ;
10531056
10541057 /**
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.
10571063 */
10581064 reasoning_effort ?: Shared . ReasoningEffort | null ;
10591065
@@ -1523,8 +1529,11 @@ export namespace RunListResponse {
15231529 model ?: string | null ;
15241530
15251531 /**
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.
15281537 */
15291538 reasoning_effort ?: Shared . ReasoningEffort | null ;
15301539
@@ -2005,8 +2014,11 @@ export namespace RunCancelResponse {
20052014 model ?: string | null ;
20062015
20072016 /**
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.
20102022 */
20112023 reasoning_effort ?: Shared . ReasoningEffort | null ;
20122024
@@ -2426,8 +2438,11 @@ export namespace RunCreateParams {
24262438 model ?: string | null ;
24272439
24282440 /**
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.
24312446 */
24322447 reasoning_effort ?: Shared . ReasoningEffort | null ;
24332448
0 commit comments