Skip to main content
POST
Wan 2.7 — Image to Video
Generate image to video outputs with Alibaba+‘s Wan 2.7 model. Submitted as an asynchronous job and delivered via webhook or polling.

Request Body

string
required
Model slug. Use alibaba-plus/wan-2.7/image-to-video for image to video generation.
object
required
Input parameters for image to video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 150,000 micro-cents per second ($0.15/sec)
Default cost: 1080p resolution, 5 duration = 150,000 × 1.5 × 5 = 1,125,000 micro-cents ($1.125)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples