
Parameters
Required Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| image | Image | - | Input image to convert to video |
| prompt | String | "" | Text prompt describing video motion/content |
| negative_prompt | String | "" | Elements to avoid in the video |
| seed | Integer | -1 | Random seed (-1 for random) |
| quality | Select | ”high” | Output video quality level |
| aspect_ratio | Select | ”r16_9” | Output video aspect ratio |
| duration | Select | ”seconds_4” | Length of generated video |
| motion_mode | Select | ”standard” | Video motion style |
Optional Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| pixverse_template | PIXVERSE_TEMPLATE | None | Optional PixVerse template |
Output
| Output | Type | Description |
|---|---|---|
| VIDEO | Video | Generated video |