
Parameters
Required Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| first_frame | Image | - | Starting frame image |
| last_frame | Image | - | Ending frame image |
| prompt | String | "" | Text prompt describing video and transition |
| quality | Select | ”PixverseQuality.res_540p” | Output video quality |
| duration_seconds | Select | - | Length of generated video |
| motion_mode | Select | - | Video motion style |
| seed | Integer | 0 | Random seed (range: 0-2147483647) |
Optional Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| negative_prompt | String | "" | Elements to avoid in video |
| pixverse_template | PIXVERSE_TEMPLATE | None | Optional style preset |
Parameter Constraints
- When quality is set to 1080p, motion_mode is forced to normal and duration_seconds to 5 seconds
- When duration_seconds is not 5 seconds, motion_mode is forced to normal
Output
| Output | Type | Description |
|---|---|---|
| VIDEO | Video | Generated video |