
Parameters
Required Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt_text | string | "" | Text prompt describing video content and scenes |
| negative_prompt | string | "" | Elements to exclude from the video |
| seed | integer | 0 | Random seed for generation |
| ingredients_mode | select | ”creative” | Image combination mode |
| resolution | select | API default | Output video resolution |
| duration | select | API default | Output video length |
| aspect_ratio | float | 1.7777777777777777 (16:9) | Video aspect ratio, range 0.4-2.5 |
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
| image_ingredient_1 | image | First scene image |
| image_ingredient_2 | image | Second scene image |
| image_ingredient_3 | image | Third scene image |
| image_ingredient_4 | image | Fourth scene image |
| image_ingredient_5 | image | Fifth scene image |
Output
| Output | Type | Description |
|---|---|---|
| VIDEO | video | Generated video |