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: openapi.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7640,6 +7640,12 @@ components:
7640
7640
enum: ['low', 'medium', 'high']
7641
7641
description: Controls the level of reasoning effort the model should apply when generating responses. Higher values may result in more thoughtful and detailed responses but may take longer to generate.
7642
7642
example: 'medium'
7643
+
reasoning:
7644
+
type: object
7645
+
properties:
7646
+
enabled:
7647
+
type: boolean
7648
+
description: For models that support toggling reasoning functionality, this object can be used to control that functionality.
0 commit comments