Parameters
| Name | Description | Type | Required | Enums |
|---|---|---|---|---|
| prompt | Video generation prompt, supports Chinese and English (1-2500 characters) | string | Yes | - |
| images | List of image URLs or Base64 strings (1-4 images). Simplified flattened parameter. | string[] | Yes | - |
| negative_prompt | Negative prompt describing undesired elements (1-2500 characters) | string | No | - |
| aspect_ratio | Video aspect ratio. Supported values: 16:9 (horizontal), 9:16 (vertical), 1:1 (square) | string | No | 16:9, 9:16, 1:1 |
| duration | Video duration in seconds (5 or 10 seconds) | integer | No | 5, 10 |
| mode | Generation mode: std (standard, faster) or pro (professional, higher quality but longer processing) | string | No | std, pro |
Pricing
Unit: $/sec
| Dimension | Pricing |
|---|---|
| mode: pro / duration: 10 | 0.1120 |
| mode: std / duration: 10 | 0.0640 |
| mode: pro / duration: 5 | 0.1120 |
| mode: std / duration: 5 | 0.0640 |
