Skip to main content
POST
Wan 2.5 Image to Video Preview
Wan 2.5 Preview Image-to-Video API converts static images into dynamic short videos. It preserves the identity features and style of the original image while adding realistic animation effects and perspective changes, making it ideal for portraits, product showcases, and creative storytelling. The model supports generating videos up to 10 seconds in 1080P resolution with synchronized audio generation.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

string
required
Enum: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

object
required
Input parameters, including the source image and text prompt.
string
Model name for video generation. Available models include: wan2.5-i2v-preview (supports audio), wan2.6-i2v-flash, wan2.6-i2v.
object
Optional parameters for controlling video generation quality and characteristics.

Response

string
Use the task_id to call the Get Async Task Result API to retrieve the generated output.
string
Unique request identifier from the service provider, used for debugging and tracing.