From c52bc3ea19b63615b6ba1e1481b921bf12248fb9 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Fri, 7 Aug 2026 22:31:00 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 42b6db78..e152c7a0 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -11011,7 +11011,7 @@ components: example: 'text' type: 'string' InputReference: - description: 'A reference asset used to guide video generation. Image references are supported by all providers; audio and video references are only honored by providers that support them (currently BytePlus Seedance 2.0).' + description: 'A reference asset used to guide video generation. Image references are supported by all providers; audio and video references are only honored by providers that support them (including BytePlus Seedance generation 2 and newer).' discriminator: mapping: audio_url: '#/components/schemas/ContentPartAudio' @@ -24699,7 +24699,7 @@ components: example: true type: 'boolean' input_references: - description: 'Reference assets to guide video generation. Accepts image, audio, and video references. Audio and video references are only honored by providers that support them (currently BytePlus Seedance 2.0); other providers use image references and ignore the rest.' + description: 'Reference assets to guide video generation. Accepts image, audio, and video references. Audio and video references are only honored by providers that support them (including BytePlus Seedance generation 2 and newer); other providers use image references and ignore the rest.' items: $ref: '#/components/schemas/InputReference' type: 'array'