modeEnumDefault: "std"
Video generation mode.
`std`: Standard Mode (720P), cost-effective.
`pro`: Professional Mode (1080P), higher quality video output.
Possible values: std, pro
soundEnumDefault: "off"
Generate audio simultaneously when generating videos.
- `on`: Enable audio generation
- `off`: Disable audio generation (silent video)
Possible values: on, off
promptstring
Positive text prompt. Cannot exceed 2500 characters.
Required when `multi_shot` is `false` or when `shot_type` is `intelligence`.
durationEnumDefault: 5
Video length in seconds.
Possible values: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
shot_typeEnum
Shot segmentation method. Required when `multi_shot` is `true`.
- `customize`: Custom shots, requires `multi_prompt`.
- `intelligence`: AI-generated shots, requires `prompt`.
Possible values: customize, intelligence
multi_shotbooleanDefault: false
Whether to generate a multi-shot video.
- `true`: Enable multi-shot mode. `prompt` is ignored; use `shot_type` and `multi_prompt` instead.
- `false`: Single-shot mode (default).
aspect_ratioEnumDefault: "16:9"
The aspect ratio of the generated video frame (width:height).
Possible values: 16:9, 9:16, 1:1
multi_promptlist<multi_prompt>
Shot prompt list for multi-shot videos.
- Max 6 shots, min 1 shot.
- Each shot prompt max 512 characters.
- Each shot duration must not exceed total duration and must be >= 1.
- Sum of all shot durations must equal total task duration.
Required when `multi_shot` is `true` and `shot_type` is `customize`.
negative_promptstring
Negative text prompt. Cannot exceed 2500 characters.