Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28414,6 +28414,7 @@ components:
resolution:
description: 'Resolution of the generated video'
enum:
- '360p'
- '480p'
- '720p'
- '768p'
Expand Down Expand Up @@ -28621,6 +28622,7 @@ components:
description: 'Supported output resolutions'
items:
enum:
- '360p'
- '480p'
- '720p'
- '768p'
Expand All @@ -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'
Expand All @@ -28657,6 +28667,7 @@ components:
- '768x1366'
- '768x1792'
- '834x1112'
- '840x360'
- '854x480'
- '960x720'
- '960x960'
Expand Down
Loading