Parameters
| Name | Description | Type | Required | Enums |
|---|---|---|---|---|
| prompt | Video generation prompt | string | No | - |
| image | Starting frame image URL or Base64 | string | Yes | - |
| negative_prompt | Negative prompt | string | No | - |
| static_mask | Static mask image for motion brush (mutually exclusive with image_tail) | string | No | - |
| voice_ids | Voice ID list for audio generation. Simplified flattened parameter. Only supported by V2.6. | string[] | No | - |
| duration | Video duration in seconds | integer | No | 5, 10 |
| image_tail | Ending frame image URL or Base64 (mutually exclusive with motion brush) | string | No | - |
| mode | Generation mode: std or pro | string | No | std, pro |
| sound | Audio generation switch: on (enable) or off (disable). Only supported by V2.6. | string | No | on, off |
Pricing
Unit: $/sec
| Dimension | Pricing |
|---|---|
| sound: off / mode: pro | 0.0820 |
| sound: on / mode: pro | 0.1900 |
| sound: off / mode: std | 0.0500 |
| sound: on / mode: std | 0.0820 |
