mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-19 12:20:17 +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:
|
properties:
|
||||||
effort:
|
effort:
|
||||||
$ref: '#/components/schemas/ReasoningEffort'
|
$ref: '#/components/schemas/ReasoningEffort'
|
||||||
|
mode:
|
||||||
|
$ref: '#/components/schemas/ReasoningMode'
|
||||||
summary:
|
summary:
|
||||||
$ref: '#/components/schemas/ReasoningSummaryVerbosity'
|
$ref: '#/components/schemas/ReasoningSummaryVerbosity'
|
||||||
type: object
|
type: object
|
||||||
@@ -19565,6 +19567,17 @@ components:
|
|||||||
- text: Step by step analysis
|
- text: Step by step analysis
|
||||||
type: summary_text
|
type: summary_text
|
||||||
type: reasoning
|
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:
|
ReasoningSummaryPartAddedEvent:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/components/schemas/BaseReasoningSummaryPartAddedEvent'
|
- $ref: '#/components/schemas/BaseReasoningSummaryPartAddedEvent'
|
||||||
|
|||||||
Reference in New Issue
Block a user