参数
| 参数名 | 描述 | 类型 | 必填 | 枚举值 |
|---|---|---|---|---|
| prompt | Video generation prompt. | string | 是 | - |
| aspect_ratio | Video aspect ratio. | string | 否 | 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 | 否 | 5, 10 |
| images | Optional reference image list. In current production behavior, image-guided generation without videos only supports duration=5 or duration=10. |
string[] | 否 | - |
| mode | Generation mode. | string | 否 | std, pro |
| multi_shot | Enable intelligent multi-shot generation. | boolean | 否 | true, false |
| shot_type | Required when multi_shot is true. Only intelligence is supported in the public API. |
string | 否 | intelligence |
| sound | Audio generation switch. Must remain off whenever videos is provided. |
string | 否 | on, off |
| videos | Optional reference video list. When provided, sound must be off and duration must be omitted. |
string[] | 否 | - |
价格
单位: $/sec
| 维度 | 价格 |
|---|---|
| mode: std | 0.1500 |
| mode: pro | 0.2000 |
