Skip to content

Commit dd12ce9

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#845)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent ea22af5 commit dd12ce9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10871,6 +10871,8 @@ components:
1087110871
stream:
1087210872
description: 'If true, partial images are streamed as SSE events as they become available. Only supported by providers with native streaming (currently OpenAI). Non-streaming providers ignore this flag and return a buffered response.'
1087310873
type: 'boolean'
10874+
trace:
10875+
$ref: '#/components/schemas/TraceConfig'
1087410876
user:
1087510877
description: 'A stable identifier for your end-users. Used to help detect and prevent abuse. Never sent to providers verbatim: for providers whose data policy requires user IDs, it is folded into a hashed, per-account upstream user identifier.'
1087610878
example: 'end-user-abc123'
@@ -24431,6 +24433,8 @@ components:
2443124433
example: 1
2443224434
format: 'double'
2443324435
type: 'number'
24436+
trace:
24437+
$ref: '#/components/schemas/TraceConfig'
2443424438
user:
2443524439
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
2443624440
example: 'user-1234'
@@ -24936,6 +24940,8 @@ components:
2493624940
items:
2493724941
$ref: '#/components/schemas/STTTimestampGranularity'
2493824942
type: 'array'
24943+
trace:
24944+
$ref: '#/components/schemas/TraceConfig'
2493924945
user:
2494024946
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
2494124947
example: 'user-1234'
@@ -27071,6 +27077,8 @@ components:
2707127077
description: 'Exact pixel dimensions of the generated video in "WIDTHxHEIGHT" format (e.g. "1280x720"). Interchangeable with resolution + aspect_ratio.'
2707227078
example: '1280x720'
2707327079
type: 'string'
27080+
trace:
27081+
$ref: '#/components/schemas/TraceConfig'
2707427082
upscale_factor:
2707527083
description: 'Upscale factor for video upscaling models only. This parameter is not supported by video generation models.'
2707627084
example: 2
@@ -31444,6 +31452,8 @@ paths:
3144431452
allOf:
3144531453
- $ref: '#/components/schemas/ProviderPreferences'
3144631454
- description: 'Provider routing preferences for the request.'
31455+
trace:
31456+
$ref: '#/components/schemas/TraceConfig'
3144731457
user:
3144831458
description: 'A unique identifier for the end-user'
3144931459
example: 'user-1234'
@@ -39053,6 +39063,8 @@ paths:
3905339063
example: 3
3905439064
minimum: 1
3905539065
type: 'integer'
39066+
trace:
39067+
$ref: '#/components/schemas/TraceConfig'
3905639068
user:
3905739069
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
3905839070
example: 'user-1234'

0 commit comments

Comments
 (0)