chore: update OpenAPI spec from monorepo (#415)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
openrouter-docs-sync[bot]
2026-07-09 17:27:10 +00:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent 9b7ee68d76
commit c382f8fbc0
+13
View File
@@ -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'