Skip to content

Commit 5c499f6

Browse files
authored
feat: Add chat completion support for reasoning.enabled (#195)
1 parent 9493135 commit 5c499f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7640,6 +7640,12 @@ components:
76407640
enum: ['low', 'medium', 'high']
76417641
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.
76427642
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.
76437649

76447650
ResponseFormatText:
76457651
type: object

0 commit comments

Comments
 (0)