You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/snippets/schemas/v3/index.schema.mdx
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2058,6 +2058,16 @@
2058
2058
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
2059
2059
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
2060
2060
},
2061
+
"reasoningEffort": {
2062
+
"type": "string",
2063
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
2064
+
"examples": [
2065
+
"minimal",
2066
+
"low",
2067
+
"medium",
2068
+
"high"
2069
+
]
2070
+
},
2061
2071
"headers": {
2062
2072
"type": "object",
2063
2073
"description": "Optional headers to use with the model.",
@@ -3518,6 +3528,16 @@
3518
3528
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
3519
3529
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
3520
3530
},
3531
+
"reasoningEffort": {
3532
+
"type": "string",
3533
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
3534
+
"examples": [
3535
+
"minimal",
3536
+
"low",
3537
+
"medium",
3538
+
"high"
3539
+
]
3540
+
},
3521
3541
"headers": {
3522
3542
"type": "object",
3523
3543
"description": "Optional headers to use with the model.",
Copy file name to clipboardExpand all lines: docs/snippets/schemas/v3/languageModel.schema.mdx
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,6 +372,16 @@
372
372
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
373
373
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
374
374
},
375
+
"reasoningEffort": {
376
+
"type": "string",
377
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
378
+
"examples": [
379
+
"minimal",
380
+
"low",
381
+
"medium",
382
+
"high"
383
+
]
384
+
},
375
385
"headers": {
376
386
"type": "object",
377
387
"description": "Optional headers to use with the model.",
@@ -1832,6 +1842,16 @@
1832
1842
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
1833
1843
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
1834
1844
},
1845
+
"reasoningEffort": {
1846
+
"type": "string",
1847
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
1848
+
"examples": [
1849
+
"minimal",
1850
+
"low",
1851
+
"medium",
1852
+
"high"
1853
+
]
1854
+
},
1835
1855
"headers": {
1836
1856
"type": "object",
1837
1857
"description": "Optional headers to use with the model.",
Copy file name to clipboardExpand all lines: packages/schemas/src/v3/index.schema.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2057,6 +2057,16 @@ const schema = {
2057
2057
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
2058
2058
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
2059
2059
},
2060
+
"reasoningEffort": {
2061
+
"type": "string",
2062
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
2063
+
"examples": [
2064
+
"minimal",
2065
+
"low",
2066
+
"medium",
2067
+
"high"
2068
+
]
2069
+
},
2060
2070
"headers": {
2061
2071
"type": "object",
2062
2072
"description": "Optional headers to use with the model.",
@@ -3517,6 +3527,16 @@ const schema = {
3517
3527
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
3518
3528
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
3519
3529
},
3530
+
"reasoningEffort": {
3531
+
"type": "string",
3532
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
3533
+
"examples": [
3534
+
"minimal",
3535
+
"low",
3536
+
"medium",
3537
+
"high"
3538
+
]
3539
+
},
3520
3540
"headers": {
3521
3541
"type": "object",
3522
3542
"description": "Optional headers to use with the model.",
Copy file name to clipboardExpand all lines: packages/schemas/src/v3/languageModel.schema.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -371,6 +371,16 @@ const schema = {
371
371
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
372
372
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
373
373
},
374
+
"reasoningEffort": {
375
+
"type": "string",
376
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
377
+
"examples": [
378
+
"minimal",
379
+
"low",
380
+
"medium",
381
+
"high"
382
+
]
383
+
},
374
384
"headers": {
375
385
"type": "object",
376
386
"description": "Optional headers to use with the model.",
@@ -1831,6 +1841,16 @@ const schema = {
1831
1841
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
1832
1842
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
1833
1843
},
1844
+
"reasoningEffort": {
1845
+
"type": "string",
1846
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
1847
+
"examples": [
1848
+
"minimal",
1849
+
"low",
1850
+
"medium",
1851
+
"high"
1852
+
]
1853
+
},
1834
1854
"headers": {
1835
1855
"type": "object",
1836
1856
"description": "Optional headers to use with the model.",
Copy file name to clipboardExpand all lines: schemas/v3/languageModel.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,16 @@
126
126
"pattern": "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$",
127
127
"description": "Use a different URL prefix for API calls. Either this or `resourceName` can be used."
128
128
},
129
+
"reasoningEffort": {
130
+
"type": "string",
131
+
"description": "The reasoning effort to use with the model. Defaults to `medium`. See https://platform.openai.com/docs/guides/reasoning#get-started-with-reasonings",
0 commit comments