Wan 2.2
Alibaba's Wan 2.2 Plus — higher-quality text-to-video.
Text to videoAlibaba$0.13 / secondtext-to-videoalibaba
$0.13/ second
$0.13 per second. $1 ≈ 7 seconds of video.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/wan2.2-plus/text-to-videorequest
curl https://api.tryinfer.com/v1/inference/wan2.2-plus/text-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "A serene mountain lake at golden hour, cinematic lighting"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| prompt | string | Yes | — | — |
| resolution | string | — | 1080p | 480p1080p |
| aspect_ratio | string | — | 16:9 | 16:99:161:1 |
| duration_seconds | integer | — | 5 | — |
Authenticate with a bearer token. Get an API key →