From 3618c76fdb3a7c9ed673b67d425b25755a13e577 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Mon, 21 Sep 2026 03:18:46 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index fa05a758..0b5cc3b1 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -28414,6 +28414,7 @@ components: resolution: description: 'Resolution of the generated video' enum: + - '360p' - '480p' - '720p' - '768p' @@ -28621,6 +28622,7 @@ components: description: 'Supported output resolutions' items: enum: + - '360p' - '480p' - '720p' - '768p' @@ -28636,12 +28638,20 @@ components: description: 'Supported output sizes (width x height)' items: enum: + - '360x360' + - '360x480' + - '360x540' + - '360x640' + - '360x840' + - '480x360' - '480x480' - '480x640' - '480x720' - '480x854' - '480x1120' + - '540x360' - '560x752' + - '640x360' - '640x480' - '640x640' - '720x480' @@ -28657,6 +28667,7 @@ components: - '768x1366' - '768x1792' - '834x1112' + - '840x360' - '854x480' - '960x720' - '960x960'