WAN 2.1 I2V 720p is an open-source image-to-video generation model that converts static images into 720p videos. It uses a diffusion transformer architecture to create smooth, natural motion from still images.Documentation Index
Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-remove-flash-beta-notification.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Try in playground
Test WAN 2.1 I2V 720p in the Runpod Hub playground.
| Endpoint | https://api.runpod.ai/v2/wan-2-1-i2v-720/runsync |
| Pricing | $0.30 per 5 seconds of video |
| Type | Video generation |
Request
All parameters are passed within theinput object in the request body.
Text description of the desired video motion and content.
URL of the input image to animate.
Elements to exclude from the generated video.
Video resolution in format “width*height”.
Number of denoising steps. Range: 1-50.
How closely to follow the prompt. Range: 0.0-10.0.
Video duration in seconds.
Controls the motion flow in the generated video.
Seed for reproducible results. Set to -1 for random.
Whether to automatically optimize the prompt.
Whether to run safety checks on the output.
Response
Unique identifier for the request.
Request status. Returns
COMPLETED on success, FAILED on error.Time in milliseconds the request spent in queue before processing began.
Time in milliseconds the model took to generate the video.
Identifier of the worker that processed the request.
Cost calculation
WAN 2.1 I2V 720p charges $0.30 per 5 seconds of video. Example costs:| Duration | Cost |
|---|---|
| 5 seconds | $0.30 |
| 10 seconds | $0.60 |
| 15 seconds | $0.90 |