From 8af8bd4ae33f163d8a81b105f814329b0ff1c663 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Sun, 19 Jul 2026 16:50:16 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 77c80f55..4219d2ad 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -23115,6 +23115,8 @@ components: model: type: 'string' prompt: + description: 'Text prompt describing the video to generate. Optional for models that support generating a video from image input alone; required by all other models.' + example: 'A serene mountain landscape at sunset' type: 'string' provider: description: 'Provider-specific passthrough configuration' @@ -23146,7 +23148,6 @@ components: example: '1280x720' type: 'string' required: - - 'prompt' - 'model' type: 'object' VideoGenerationResponse: