Convert images to videos using Qwen wan-2.5-fast model
| Parameter | Type | Required | Default | 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 |
audio | string | ❌ No | "" | URL of the audio file to be added to the generated video. Leave empty for no audio |
negative_prompt | boolean | ❌ No | false | Enable negative prompt to specify what should not appear in the generated video |
resolution | string | ❌ No | "720p" | Video resolution. Available options: 720p, 1080p |
duration | string | ❌ No | "5" | Duration of the generated video in seconds |
enable_prompt_expansion | string | ❌ No | "false" | Enable automatic prompt expansion and optimization. Set to "true" or "false" |
seed | integer | ❌ No | -1 | Random seed for generation reproducibility. Set to -1 for random generation |