Image to Video
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | ✅ Yes | - | Video generation prompt describing the desired modifications |
image | string | ✅ Yes | - | Input image URL for image-to-video generation |
last_image | string | ❌ No | - | Optional ending frame image URL |
duration | integer | ❌ No | 5 | Video duration in seconds |
aspect_ratio | string | ❌ No | 1:1 | Video aspect ratio (e.g., 1:1, 16:9, 9:16) |
camera_fixed | boolean | ❌ No | false | Whether camera remains fixed |
resolution | string | ❌ No | 480p | Output video resolution (e.g., 480p, 720p, 1080p) |
seed | integer | ❌ No | -1 | Random seed for reproducible results (-1 for random) |