pixverse 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -59,14 +59,15 @@ This opens a browser where you confirm the authorization. You can also copy the
59
59
  | :---------------------- | :---------------------- | :---------------------------------- | :------------ | :------------------------------------------------- |
60
60
  | PixVerse V6 _(default)_ | `v6` | `360p` `540p` `720p` `1080p` | `1`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `3:2` `2:3` `21:9` |
61
61
  | PixVerse C1 | `pixverse-c1` | `360p` `540p` `720p` `1080p` | `1`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `3:2` `2:3` |
62
+ | Seedance 2.5 | `seedance-2.5` | `480p` `720p` | `4`–`30`s | `auto` `21:9` `16:9` `4:3` `1:1` `3:4` `9:16` |
62
63
  | Seedance 2.0 Standard | `seedance-2.0-standard` | `480p` `720p` `1080p` `2160p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
63
64
  | Seedance 2.0 Fast | `seedance-2.0-fast` | `480p` `720p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
64
65
  | Seedance 2.0 Mini | `seedance-2.0-mini` | `480p` `720p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
65
- | MiniMax H3 | `minimax-h3` | `768p` `1440p` | `5`–`15`s | `auto` `21:9` `16:9` `4:3` `1:1` `3:4` `9:16` |
66
+ | MiniMax H3 | `minimax-h3` | `768p` `1440p` | `5`–`15`s | `auto` `21:9` `16:9` `4:3` `1:1` `3:4` `9:16` |
66
67
  | Google Gemini Omni | `gemini-omni-flash` | `720p` | `3`–`10`s | `16:9` `9:16` |
67
68
  | Happy Horse 1.0 | `happyhorse-1.0` | `720p` `1080p` | `3`–`15`s | `16:9` `9:16` `1:1` `4:3` `3:4` |
68
- | Kling O3 Pro | `kling-o3-pro` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
69
- | Kling O3 Standard | `kling-o3-standard` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
69
+ | Kling O3 Pro | `kling-o3-pro` | `720p` `1080p` | `3`–`15`s | `16:9` `9:16` `1:1` |
70
+ | Kling O3 Standard | `kling-o3-standard` | `720p` `1080p` | `3`–`15`s | `16:9` `9:16` `1:1` |
70
71
  | Kling 3.0 Pro | `kling-3.0-pro` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
71
72
  | Kling 3.0 Standard | `kling-3.0-standard` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
72
73
  | Grok Imagine 1.5 | `grok-imagine-1.5` | `480p` `720p` | `1`–`15`s | _from image_ |
@@ -80,42 +81,46 @@ This opens a browser where you confirm the authorization. You can also copy the
80
81
  | PixVerse v5.5 | `v5.5` | `360p` `480p` `540p` `720p` `1080p` | `1`–`10`s | `16:9` `4:3` `1:1` `3:4` `9:16` `3:2` `2:3` |
81
82
  | PixVerse v5 | `v5` | `360p` `480p` `540p` `720p` `1080p` | `1`–`10`s | `16:9` `4:3` `1:1` `3:4` `9:16` `3:2` `2:3` |
82
83
 
84
+ > Seedance 2.5 defaults to `720p`, 5 seconds, and `16:9` for generation without a reference video. Text-to-video and reference mode accept `--aspect-ratio auto` in addition to the fixed ratios. Reference requests containing a video default to automatic duration and lock the aspect ratio to `auto`; selecting an integer from 4 through 30 unlocks both automatic and fixed aspect ratios. Image-to-video retains its existing fixed-ratio behavior, while transition does not send a user-selected aspect ratio. Generated audio, multi-shot, and off-peak generation are unsupported.
85
+
83
86
  > MiniMax H3 text-to-video defaults to `16:9`. Image-to-video forces `auto`; reference mode with images supports both `auto` and fixed aspect ratios and defaults to `auto`.
84
87
 
88
+ > Reference video editing: V6 accepts up to 10 images and 2 videos (15s total after per-clip rounding); requests with a video lock duration to `auto` and reject fixed values. Seedance 2.5 accepts up to 10 videos (30s total); requests with a video default to `auto` but may select a fixed 4–30 seconds. Gemini Omni accepts up to 5 images and 1 video up to 10s. Kling O3 accepts up to 7 images without video or 4 images with 1 video up to 15s (200MB, 2048px per side). Grok Imagine accepts either 1–7 images or exactly 1 MP4 video up to 8.7s; video mode forces `auto`. Gemini Omni and Grok Imagine derive output duration from the source video when metadata is available.
89
+
85
90
  > Grok Imagine 1.5 is image-to-video only — it requires `--image` and derives its aspect ratio from the input image (the `--aspect-ratio` flag is ignored).
86
91
 
87
92
  > Not all models support all creation modes. See the per-mode support matrix below.
88
93
 
89
94
  #### Per-mode Model Support
90
95
 
91
- | Creation mode | Supported `--model` values |
92
- | :---------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
93
- | `create video` (text-to-video / image-to-video) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `minimax-h3` `gemini-omni-flash` `happyhorse-1.0` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `grok-imagine-1.5` `grok-imagine` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `sora-2-pro` `sora-2` `v5.6` |
94
- | `create extend` | `v6` `grok-imagine` |
95
- | `create reference` (multi-subject reference) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `minimax-h3` `gemini-omni-flash` `kling-o3-pro` `kling-o3-standard` `grok-imagine` `v5.6` |
96
- | `create transition` (2 frames) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `minimax-h3` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `v5.6` |
97
- | `create transition` (3+ frames) | `v5` |
98
- | `create modify` | `v5.5` |
99
- | `create motion-control` | `v5.6` |
96
+ | Creation mode | Supported `--model` values |
97
+ | :---------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
98
+ | `create video` (text-to-video / image-to-video) | `v6` `pixverse-c1` `seedance-2.5` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `minimax-h3` `gemini-omni-flash` `happyhorse-1.0` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `grok-imagine-1.5` `grok-imagine` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `sora-2-pro` `sora-2` `v5.6` |
99
+ | `create extend` | `v6` `grok-imagine` |
100
+ | `create reference` (reference / video editing) | `v6` `pixverse-c1` `seedance-2.5` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `minimax-h3` `gemini-omni-flash` `kling-o3-pro` `kling-o3-standard` `grok-imagine` `v5.6` |
101
+ | `create transition` (2 frames) | `v6` `pixverse-c1` `seedance-2.5` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `minimax-h3` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `v5.6` |
102
+ | `create transition` (3+ frames) | `v5` |
103
+ | `create modify` | `v5.5` |
104
+ | `create motion-control` | `v5.6` |
100
105
 
101
106
  > Audio creation uses separate model families: `create voice` for text-to-speech and `create music` for prompt-to-music.
102
107
 
103
108
  ### Image Models (`--model <value>`)
104
109
 
105
- | Model | `--model` value | Quality | Aspect Ratio |
106
- | :---------------------- | :------------------ | :----------------------------- | :------------------------------------------------------------- |
107
- | GPT Image 2 _(default)_ | `gpt-image-2.0` | `1080p` `1440p` `2160p` | `1:1` `16:9` `9:16` `4:3` `3:4` `3:2` `2:3` `2:1` `1:2` `21:9` |
108
- | Nano Banana 2 | `gemini-3.1-flash` | `512p` `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
110
+ | Model | `--model` value | Quality | Aspect Ratio |
111
+ | :---------------------- | :---------------------- | :----------------------------- | :------------------------------------------------------------- |
112
+ | GPT Image 2 _(default)_ | `gpt-image-2.0` | `1080p` `1440p` `2160p` | `1:1` `16:9` `9:16` `4:3` `3:4` `3:2` `2:3` `2:1` `1:2` `21:9` |
113
+ | Nano Banana 2 | `gemini-3.1-flash` | `512p` `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
109
114
  | Nano Banana 2 Lite | `gemini-3.1-flash-lite` | `1080p` | `auto` `1:1` `16:9` `9:16` + more |
110
- | Qwen-image | `qwen-image` | `720p` `1080p` | `1:1` `16:9` `9:16` `4:3` `3:4` `5:4` `4:5` `3:2` `2:3` `21:9` |
111
- | Nano Banana Pro | `gemini-3.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
112
- | Nano Banana | `gemini-2.5-flash` | `1080p` | `auto` `1:1` `16:9` `9:16` + more |
113
- | Seedream 5.0 Pro | `seedream-5.0-pro` | `1080p` `1440p` | `auto` `1:1` `16:9` `9:16` + more |
114
- | Seedream 5.0 Lite | `seedream-5.0-lite` | `1440p` `1800p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
115
- | Seedream 4.5 | `seedream-4.5` | `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
116
- | Seedream 4.0 | `seedream-4.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
117
- | Kling Image O3 | `kling-image-o3` | `1080p` `1440p` `2160p` | `16:9` `9:16` `1:1` + more |
118
- | Kling Image V3 | `kling-image-v3` | `1080p` `1440p` | `16:9` `9:16` `1:1` + more |
115
+ | Qwen-image | `qwen-image` | `720p` `1080p` | `1:1` `16:9` `9:16` `4:3` `3:4` `5:4` `4:5` `3:2` `2:3` `21:9` |
116
+ | Nano Banana Pro | `gemini-3.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
117
+ | Nano Banana | `gemini-2.5-flash` | `1080p` | `auto` `1:1` `16:9` `9:16` + more |
118
+ | Seedream 5.0 Pro | `seedream-5.0-pro` | `1080p` `1440p` | `auto` `1:1` `16:9` `9:16` + more |
119
+ | Seedream 5.0 Lite | `seedream-5.0-lite` | `1440p` `1800p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
120
+ | Seedream 4.5 | `seedream-4.5` | `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
121
+ | Seedream 4.0 | `seedream-4.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
122
+ | Kling Image O3 | `kling-image-o3` | `1080p` `1440p` `2160p` | `16:9` `9:16` `1:1` + more |
123
+ | Kling Image V3 | `kling-image-v3` | `1080p` `1440p` | `16:9` `9:16` `1:1` + more |
119
124
 
120
125
  ### Voice / TTS Models (`create voice --model <value>`)
121
126
 
@@ -131,10 +136,10 @@ This opens a browser where you confirm the authorization. You can also copy the
131
136
 
132
137
  ### Music Models (`create music --model <value>`)
133
138
 
134
- | Model | `--model` value | Provider | Duration | Notes |
135
- | :---------------------------- | :-------------------- | :--------- | :---------- | :--------------------------------------- |
136
- | MiniMax Music 2.6 _(default)_ | `music-2.6` | MiniMax | `10`-`240`s | Lyrics, auto lyrics, instrumental |
137
- | ElevenLabs Music | `music-v1` | ElevenLabs | `10`-`240`s | Lyrics, auto lyrics, instrumental |
139
+ | Model | `--model` value | Provider | Duration | Notes |
140
+ | :---------------------------- | :-------------------- | :--------- | :---------- | :------------------------------------------------------------------ |
141
+ | MiniMax Music 2.6 _(default)_ | `music-2.6` | MiniMax | `10`-`240`s | Lyrics, auto lyrics, instrumental |
142
+ | ElevenLabs Music | `music-v1` | ElevenLabs | `10`-`240`s | Lyrics, auto lyrics, instrumental |
138
143
  | Google Lyria 3 Pro | `lyria-3-pro-preview` | Google | `10`-`240`s | Auto lyrics, instrumental, image references, no separate `--lyrics` |
139
144
 
140
145
  > Browse the live music model catalog with `pixverse music models`.
@@ -160,6 +165,12 @@ Local image inputs larger than `1920x1920` or `5MB` are automatically resized/co
160
165
 
161
166
  ```bash
162
167
  pixverse create video --prompt "A cat walking on Mars" --model v6 --quality 720p --aspect-ratio 16:9
168
+
169
+ # Seedance 2.5 supports integer durations from 4 through 30 seconds
170
+ pixverse create video --prompt "A slow aerial orbit around an alpine lake" --model seedance-2.5 --quality 720p --duration 12 --aspect-ratio 21:9
171
+
172
+ # Seedance 2.5 can let the model determine the text-to-video aspect ratio
173
+ pixverse create video --prompt "A cinematic landscape revealed through fog" --model seedance-2.5 --aspect-ratio auto
163
174
  ```
164
175
 
165
176
  ### Text inputs: literal, a file, or stdin
@@ -183,6 +194,9 @@ pixverse create music --prompt "Bright synth-pop" --lyrics ./lyrics.txt
183
194
 
184
195
  ```bash
185
196
  pixverse create video --prompt "Slow zoom in" --image ./photo.png
197
+
198
+ # Seedance 2.5 image-to-video preserves an explicitly selected fixed ratio
199
+ pixverse create video --prompt "The subject turns toward the camera" --image ./portrait.png --model seedance-2.5 --aspect-ratio 4:3
186
200
  ```
187
201
 
188
202
  ### Text to Image
@@ -203,6 +217,9 @@ pixverse create image --prompt "Turn this into a watercolor painting" --image ./
203
217
  # Create a transition between keyframes (requires 2+ images)
204
218
  pixverse create transition --images ./frame1.png ./frame2.png ./frame3.png
205
219
 
220
+ # Seedance 2.5 transition requires exactly 2 frames; do not pass --aspect-ratio
221
+ pixverse create transition -m seedance-2.5 --images ./first.png ./last.png --prompt "A seamless transformation"
222
+
206
223
  # Generate speech audio from text (text-to-speech)
207
224
  pixverse create voice --text "Hello world" --voice-id <preset_voice_id> --output ./out.mp3
208
225
  # Browse available models / preset voices:
@@ -229,8 +246,24 @@ pixverse create modify --video <video_id> --prompt "Change the background to a b
229
246
  # Upscale video resolution
230
247
  pixverse create upscale --video <video_id> --quality 2160p
231
248
 
232
- # Generate video with character reference (1–7 images)
233
- pixverse create reference --images ./char1.png ./char2.png --prompt "Two friends walking in a park"
249
+ # Generate video from image references (V6 accepts up to 10 images)
250
+ pixverse create reference -m v6 --images ./char1.png ./char2.png --prompt "Two friends walking in a park"
251
+
252
+ # Edit video with V6 reference media (up to 2 videos, rounded total ≤ 15s)
253
+ pixverse create reference -m v6 --videos ./shot1.mp4 ./shot2.mov --duration auto --prompt "Turn the scene into a rainy night"
254
+
255
+ # Gemini Omni derives output duration from its single source video (up to 10s)
256
+ pixverse create reference -m gemini-omni-flash --images ./style.png --videos ./source.mp4 --prompt "Keep @video1's motion and apply @image1's style"
257
+
258
+ # Kling O3 accepts up to 4 images when a video is present (video ≤ 15s, 200MB, 2048px per side)
259
+ pixverse create reference -m kling-o3-pro --images ./character.png --videos ./motion.mov --quality 1080p --prompt "Use @image1 as the subject in @video1"
260
+
261
+ # Grok Imagine accepts images or one MP4 video, but not both (video ≤ 8.7s)
262
+ pixverse create reference -m grok-imagine --videos ./source.mp4 --prompt "Replace the background with a desert"
263
+
264
+ # Seedance 2.5 reference — up to 50 total inputs: 30 images, 10 videos, and 10 audios;
265
+ # video and audio totals are each limited to 30s, and audio needs an image or video
266
+ pixverse create reference -m seedance-2.5 --images ./char.png --videos ./motion.mp4 --audios ./voice.mp3 --duration auto --aspect-ratio auto --prompt "@image1 follows @video1 and @audio1"
234
267
 
235
268
  # Seedance 2.0 reference — mix images and videos (max 3 videos, total ≤ 15s)
236
269
  pixverse create reference -m seedance-2.0-standard --images ./char.png --videos ./motion.mp4 --prompt "@image1 follows the motion in @video1"
@@ -269,6 +302,8 @@ These flags are available across most `create` subcommands:
269
302
  | `--no-wait` | Return immediately without waiting for completion |
270
303
  | `--timeout <sec>` | Polling timeout in seconds (default 300) |
271
304
 
305
+ > Model-specific support still applies. Seedance 2.5 does not support `--audio`, `--multi-shot`, or `--off-peak`. Its `--audios` values in `create reference` are input references, not a generated-audio toggle.
306
+
272
307
  ### MiniApps
273
308
 
274
309
  MiniApps are preset, single-purpose generators from the PixVerse web app (Magic
@@ -482,16 +517,16 @@ pixverse asset download "$VID" --dest ./output/
482
517
 
483
518
  ### Exit Codes
484
519
 
485
- | Code | Meaning |
486
- | :--- | :--------------------------------------------------------- |
487
- | `0` | Success |
488
- | `1` | General error |
489
- | `2` | Timeout |
490
- | `3` | Authentication error |
491
- | `4` | Credit / subscription limit |
492
- | `5` | Generation failed |
493
- | `6` | Validation error |
494
- | `7` | Concurrent generation limit; wait for a slot and retry |
520
+ | Code | Meaning |
521
+ | :--- | :----------------------------------------------------- |
522
+ | `0` | Success |
523
+ | `1` | General error |
524
+ | `2` | Timeout |
525
+ | `3` | Authentication error |
526
+ | `4` | Credit / subscription limit |
527
+ | `5` | Generation failed |
528
+ | `6` | Validation error |
529
+ | `7` | Concurrent generation limit; wait for a slot and retry |
495
530
 
496
531
  ## All Commands
497
532
 
@@ -508,7 +543,7 @@ pixverse asset download "$VID" --dest ./output/
508
543
  | `create extend` | Extend video duration |
509
544
  | `create modify` | Modify an existing video |
510
545
  | `create upscale` | Upscale video resolution |
511
- | `create reference` | Generate video with character references |
546
+ | `create reference` | Create or edit a video with reference media |
512
547
  | `create motion-control` | Motion control with character image + reference video |
513
548
  | `create template` | Create from a template/effect |
514
549
  | `template categories` | List template categories |
@@ -518,7 +553,7 @@ pixverse asset download "$VID" --dest ./output/
518
553
  | `voice models` | List voice/TTS providers, models, and supported languages |
519
554
  | `voice presets` | List preset voices (filterable by model / language / provider) |
520
555
  | `music models` | List music providers, models, and capabilities |
521
- | `task status` | Check one ID or batch with space-separated IDs / `--ids id1,id2,...` |
556
+ | `task status` | Check one ID or batch with space-separated IDs / `--ids id1,id2,...` |
522
557
  | `task wait` | Wait for task completion |
523
558
  | `asset list` | List assets (`--source create\|upload`, `--type video\|image\|audio`, `--off-peak`) |
524
559
  | `asset upload` | Upload a local file or HTTPS URL to asset library |
@@ -5,7 +5,7 @@
5
5
  "cli": {
6
6
  "name": "pixverse",
7
7
  "package": "pixverse",
8
- "version": "1.3.0",
8
+ "version": "1.3.2",
9
9
  "binary": "pixverse",
10
10
  "node": ">=20",
11
11
  "description": "PixVerse CLI - generate videos and images from the command line"
@@ -124,7 +124,7 @@
124
124
  "-m, --model <model>": "Video model",
125
125
  "-d, --duration <seconds>": "Duration in seconds",
126
126
  "-q, --quality <quality>": "Video quality",
127
- "--aspect-ratio <ratio>": "Aspect ratio",
127
+ "--aspect-ratio <ratio>": "Aspect ratio, or auto for model-determined framing where supported",
128
128
  "--seed <number>": "Random seed",
129
129
  "--count <number>": "Number of generations",
130
130
  "--audio": "Enable audio generation",
@@ -295,19 +295,19 @@
295
295
  },
296
296
  {
297
297
  "cmd": "pixverse create reference",
298
- "desc": "Multi-subject character reference video",
298
+ "desc": "Create or edit a video with reference media",
299
299
  "run": true,
300
300
  "auth": true,
301
301
  "effect": "creates_remote_media_asset",
302
302
  "options": {
303
- "--images <inputs...>": "Image inputs: file paths, HTTPS URLs, image IDs, or media paths (1-7, up to 9 for seedance-2.0 and minimax-h3, max 5 for gemini-omni-flash; local oversized images are auto-resized to fit 1920x1920)",
304
- "--videos <inputs...>": "Video reference inputs (seedance-2.0 and minimax-h3): file paths, HTTPS URLs, video IDs, or media paths (max 3; seedance total duration 15s)",
305
- "--audios <inputs...>": "Audio reference inputs (seedance-2.0 and minimax-h3): file paths, HTTPS URLs, audio IDs, or media paths (max 3; seedance clips must be 2–15s and total 15s; requires at least one image or video reference)",
303
+ "--images <inputs...>": "Image references: file paths, HTTPS URLs, image IDs, or media paths (model-specific limits; local oversized images are auto-resized to fit 1920x1920)",
304
+ "--videos <inputs...>": "Video references: file paths, HTTPS URLs, video IDs, or media paths (supported by V6, Seedance, MiniMax H3, Gemini Omni, Kling O3, and Grok Imagine; model-specific limits apply)",
305
+ "--audios <inputs...>": "Audio reference inputs (Seedance and minimax-h3): file paths, HTTPS URLs, audio IDs, or media paths (seedance-2.5: max 10 and ≤30s total; others: max 3, seedance-2.0 clips 2–15s and ≤15s total; requires an image or video)",
306
306
  "--prompt <text>": "Prompt text",
307
307
  "-m, --model <model>": "Video model",
308
308
  "-q, --quality <quality>": "Video quality",
309
- "--aspect-ratio <ratio>": "Aspect ratio",
310
- "-d, --duration <seconds>": "Duration in seconds",
309
+ "--aspect-ratio <ratio>": "Aspect ratio, or auto for model-determined framing where supported",
310
+ "-d, --duration <seconds|auto>": "Duration in seconds, or auto (locked for V6 video references; default for Seedance 2.5 video references)",
311
311
  "--count <number>": "Number of generations",
312
312
  "--seed <number>": "Random seed",
313
313
  "--audio": "Enable audio generation",