Image to Video
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image | string | ✅ Yes | - | The image for generating the output. |
audio | string | ❌ No | - | Audio URL to guide generation (optional). |
prompt | string | ✅ Yes | - | The positive prompt for the generation. |
negative_prompt | string | ✅ Yes | - | The negative prompt for the generation. |
resolution | string | ❌ No | 720p | 480p, 720p, 1080p . The resolution of the generated media. |
duration | integer | ❌ No | 5 | 3, 4, 5, 6, 7, 8, 9, 10 . The duration of the generated media in seconds. |
enable_prompt_expansion | boolean | ❌ No | false | If set to true, the prompt optimizer will be enabled. |
seed | integer | ❌ No | -1 | -1 ~ 2147483647 . The random seed to use for the generation. -1 means a random seed will be used. |