Wan 2.2

Wan 2.2
Alibaba Cloud · Video Generation
POST /v1/videos/generations

Alibaba’s Wan 2.2 video family with standard and flash tiers, first and last frame interpolation, and 480p to 1080p output at low cost.

At a glance

FieldValue
Model idwan-2-2
Model release date2025-07-28
Input modalitiesText, Image
Output modalitiesVideo
Context window-
Weight precision-
RegionSingapore
Featurestext_to_video, image_to_video
Native inferenceNo
NewNo
Supported endpointsPOST /v1/videos/generations
Alternate model idsalibaba/wan-2.2, wan2.2

Pricing

ChargeSpecRate
Standard 480Pper second$0.02
Standard 1080Pper second$0.10
Flash 480Pper second$0.015
Flash 720Pper second$0.036
Flash 1080Pper second$0.07

Example request

$curl https://api.empiriolabs.ai/v1/videos/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "wan-2-2", "prompt": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyes-Scene description.
modeenumno"auto"Auto detects from attachments. t2v: text-to-video. i2v: animate one image. kf2v: interpolate between a first and last frame (two images). · Allowed: auto, t2v, i2v, kf2v
resolutionenumno"1080p"Standard t2v/i2v supports 480p and 1080p. Flash i2v supports 480p and 720p. First-last frame supports all three. · Allowed: 480p, 720p, 1080p
flash_modebooleannofalseFaster, cheaper i2v at 480p or 720p. Applies to i2v only.
aspect_ratioenumno"16:9"Used for text-to-video; image modes follow the source image. 480p supports 16:9, 9:16, and 1:1 only. · Allowed: 16:9, 9:16, 1:1, 4:3, 3:4
imagestringno-Source image URL. i2v uses one image; kf2v uses two (first and last frame).
negative_promptstringno""What to avoid.
seednumberno-Reproducibility seed.
prompt_extendbooleannotrueLet the service rewrite the prompt for better results.
watermarkbooleannofalseAdd a provenance watermark to the output.

Notes

Clips render 5 seconds without audio. Standard text-to-video and image-to-video output 480p or 1080p. Flash image-to-video outputs 480p or 720p. Two attached images run first and last frame interpolation at Flash rates, up to 1080p.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/wan-2-2.