From 401efec2a9b71977e74879ce7473af03ac5a3e63 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Tue, 15 Sep 2026 21:49:35 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index e77b3ec3e..d6171db26 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -10871,6 +10871,8 @@ components: stream: 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.' type: 'boolean' + trace: + $ref: '#/components/schemas/TraceConfig' user: 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.' example: 'end-user-abc123' @@ -24431,6 +24433,8 @@ components: example: 1 format: 'double' type: 'number' + trace: + $ref: '#/components/schemas/TraceConfig' user: description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.' example: 'user-1234' @@ -24936,6 +24940,8 @@ components: items: $ref: '#/components/schemas/STTTimestampGranularity' type: 'array' + trace: + $ref: '#/components/schemas/TraceConfig' user: description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.' example: 'user-1234' @@ -27071,6 +27077,8 @@ components: description: 'Exact pixel dimensions of the generated video in "WIDTHxHEIGHT" format (e.g. "1280x720"). Interchangeable with resolution + aspect_ratio.' example: '1280x720' type: 'string' + trace: + $ref: '#/components/schemas/TraceConfig' upscale_factor: description: 'Upscale factor for video upscaling models only. This parameter is not supported by video generation models.' example: 2 @@ -31444,6 +31452,8 @@ paths: allOf: - $ref: '#/components/schemas/ProviderPreferences' - description: 'Provider routing preferences for the request.' + trace: + $ref: '#/components/schemas/TraceConfig' user: description: 'A unique identifier for the end-user' example: 'user-1234' @@ -39053,6 +39063,8 @@ paths: example: 3 minimum: 1 type: 'integer' + trace: + $ref: '#/components/schemas/TraceConfig' user: description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.' example: 'user-1234'