Convert images to videos using Qwen wan-2.2-plus model
| Parameter | Type | Required | Default | Range | Description |
|---|---|---|---|---|---|
image | string | ✅ Yes | - | - | URL of the input image to be used as the starting frame for video generation |
prompt | string | ✅ Yes | - | - | Text description for the video generation, describing the desired scene, actions, and style |
duration | integer | ❌ No | 5 | - | Duration of the generated video in seconds |
resolution | string | ❌ No | "1080p" | 1080p, 480p | Video resolution. Available options: 1080p for high definition or 480p for standard definition |
enable_sync_mode | boolean | ❌ No | false | - | Enable synchronous mode. When set to true, the API will wait for the video generation to complete before returning the response |
seed | integer | ❌ No | -1 | -1 ~ 2147483647 | Random seed for generation reproducibility. Set to -1 for random generation |