You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/in.openapi.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10871,6 +10871,8 @@ components:
10871
10871
stream:
10872
10872
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.'
10873
10873
type: 'boolean'
10874
+
trace:
10875
+
$ref: '#/components/schemas/TraceConfig'
10874
10876
user:
10875
10877
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.'
10876
10878
example: 'end-user-abc123'
@@ -24431,6 +24433,8 @@ components:
24431
24433
example: 1
24432
24434
format: 'double'
24433
24435
type: 'number'
24436
+
trace:
24437
+
$ref: '#/components/schemas/TraceConfig'
24434
24438
user:
24435
24439
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
24941
24947
example: 'user-1234'
@@ -27071,6 +27077,8 @@ components:
27071
27077
description: 'Exact pixel dimensions of the generated video in "WIDTHxHEIGHT" format (e.g. "1280x720"). Interchangeable with resolution + aspect_ratio.'
27072
27078
example: '1280x720'
27073
27079
type: 'string'
27080
+
trace:
27081
+
$ref: '#/components/schemas/TraceConfig'
27074
27082
upscale_factor:
27075
27083
description: 'Upscale factor for video upscaling models only. This parameter is not supported by video generation models.'
- description: 'Provider routing preferences for the request.'
31455
+
trace:
31456
+
$ref: '#/components/schemas/TraceConfig'
31447
31457
user:
31448
31458
description: 'A unique identifier for the end-user'
31449
31459
example: 'user-1234'
@@ -39053,6 +39063,8 @@ paths:
39053
39063
example: 3
39054
39064
minimum: 1
39055
39065
type: 'integer'
39066
+
trace:
39067
+
$ref: '#/components/schemas/TraceConfig'
39056
39068
user:
39057
39069
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
0 commit comments