mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: update OpenAPI spec from monorepo (#415)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
9b7ee68d76
commit
c382f8fbc0
@@ -3101,6 +3101,8 @@ components:
|
||||
properties:
|
||||
effort:
|
||||
$ref: '#/components/schemas/ReasoningEffort'
|
||||
mode:
|
||||
$ref: '#/components/schemas/ReasoningMode'
|
||||
summary:
|
||||
$ref: '#/components/schemas/ReasoningSummaryVerbosity'
|
||||
type: object
|
||||
@@ -19565,6 +19567,17 @@ components:
|
||||
- text: Step by step analysis
|
||||
type: summary_text
|
||||
type: reasoning
|
||||
ReasoningMode:
|
||||
description: >-
|
||||
Selects the reasoning mode. `standard` is the default; `pro` engages deeper reasoning on models that support it,
|
||||
billed at standard token rates. Only supported by OpenAI GPT-5.6 and newer.
|
||||
enum:
|
||||
- standard
|
||||
- pro
|
||||
- null
|
||||
example: standard
|
||||
nullable: true
|
||||
type: string
|
||||
ReasoningSummaryPartAddedEvent:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/BaseReasoningSummaryPartAddedEvent'
|
||||
|
||||
Reference in New Issue
Block a user