Parameters
| Name | Description | Type | Required | Enums |
|---|---|---|---|---|
| prompt | Video generation prompt. | string | Yes | - |
| aspect_ratio | Video aspect ratio. | string | No | 16:9, 9:16, 1:1 |
| duration | Video duration in seconds. In current production behavior, omit this field when videos is provided. When using prompt/image-guided generation without videos, only 5 and 10 are supported. |
integer | No | 5, 10 |
| images | Optional reference image list. In current production behavior, image-guided generation without videos only supports duration=5 or duration=10. |
string[] | No | - |
| mode | Generation mode. | string | No | std, pro |
| multi_shot | Enable intelligent multi-shot generation. | boolean | No | true, false |
| shot_type | Required when multi_shot is true. Only intelligence is supported in the public API. |
string | No | intelligence |
| sound | Audio generation switch. Must remain off whenever videos is provided. |
string | No | on, off |
| videos | Optional reference video list. When provided, sound must be off and duration must be omitted. |
string[] | No | - |
Pricing
Unit: $/sec
| Dimension | Pricing |
|---|---|
| mode: std | 0.1500 |
| mode: pro | 0.2000 |
