Skip to main content
POST
Wan 2.5 Preview Image to Video
Wan 2.5 Preview Image-to-Video model supports generating videos of 5 or 10 seconds based on the initial frame image and text. New audio capabilities: supports automatic dubbing, or you can provide a custom audio file.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.

Request Headers

string
required
Supports: application/json
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

object
required
Basic input information, such as prompts.
object
Video processing parameters, such as specifying the output video resolution and duration.

Response

string
required
Use the task_id to request the Task Result API to retrieve the generated outputs.
Last modified on January 14, 2026