Wan 2.2 API — Text-to-Video & Image-to-Video
Wan 2.2, the successor to Wan 2.1, on ModelsLab GPUs. $0.075 per clip, unlimited on the $149 plan.
Wan 2.2 API: endpoints, output, speed and price
Price first
$0.075 per clip
Wan 2.2 runs on ModelsLab's own GPUs at $0.075 per generation, drawn from your plan's included usage ($21 on Basic, $47 on Standard). The $149 Open Source Unlimited plan has no limit on it.
Text-to-Video
wan-2.2-t2v
POST a prompt to /api/v6/video/text2video_ultra with model_id wan-2.2-t2v. Leave portrait off for a 16:9 clip or turn it on for 9:16.
Image-to-Video
wan-2.2-i2v
POST an init_image and a motion prompt to /api/v6/video/img2video_ultra with model_id wan-2.2-i2v. The subject and framing of the still carry into the clip.
Resolution and length
480p, about 5 seconds
The hosted endpoints render 480p MP4 or MOV. num_frames 82-128 at 16-20 fps gives about 4 to 8 seconds; 92 frames at 18 fps is about 5 seconds.
Generation time
About 45-60 s median
Median wall-clock time on ModelsLab over the last 30 days: about 46 seconds for text-to-video and 61 seconds for image-to-video, queue included. The slowest 10% take 4-5 minutes, so use a webhook or the fetch endpoint.
Wan 2.2 vs Wan 2.1
Drop-in successor
Wan 2.2 keeps the Wan 2.1 architecture and prompts with better motion coherence. model_id wan2.1 is still available on the same text-to-video endpoint.
Wan 2.7 API
Need image edit too?
Wan 2.7 adds text-to-image and image edit to the same family and runs on Alibaba Cloud, so it is billed per call as a third-party model and is not covered by Open Source Unlimited. See the Wan 2.7 API page.
Webhooks
Async callbacks
Pass a webhook URL — ModelsLab POSTs the MP4 to your endpoint when generation completes. Or poll POST /api/v6/video/fetch/{id}.
Endpoints
Multiple endpoints, one model
Wan 2.2 API — Text-to-Video & Image-to-Video is available through 2 specialized endpoints. Choose the one that fits your workflow.
Examples
See what Wan 2.2 can do
Copy any prompt below and try it yourself in the playground.
Cinematic landscape
“a cinematic shot of a red fox walking through snow, depth of field, golden hour light”
Product reveal
“a sleek smartphone rotating on a minimalist pedestal, studio lighting”
Character animation
“a dancer performing fluid contemporary moves in a sunlit studio”
Nature scene
“a waterfall crashing into a pool at dusk, natural ambient motion”
For Developers
A few lines of code.
One prompt, $0.075, about 5 seconds of video.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per generation, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v6/video/text2video_ultra",json={"fps": "18","key": "YOUR_API_KEY","prompt": "a red fox walking through fresh snow at golden hour, shallow depth of field, slow tracking shot","model_id": "wan-2.2-t2v","portrait": false,"num_frames": "92","resolution": "480","output_type": "mp4","negative_prompt": "blurry, low quality, distorted, watermark, text"})print(response.json())
Ready to create?
Start generating with Wan 2.2 API — Text-to-Video & Image-to-Video on ModelsLab.