Wan 2.1 API — Upgraded to Wan 2.2
Wan 2.1 is now Wan 2.2 on ModelsLab. Same architecture, cheaper per clip.
Wan 2.1 — Alibaba Cloud's video workhorse
Wan 2.1
Alibaba Cloud's video model
Wan 2.1 is Alibaba Cloud's video generation model. Text-to-video and image-to-video from the same API surface, with strong motion realism and subject consistency.
Open-source heritage
Proven community quality
Wan 2.1 is the open-source-friendly release that made Wan popular for bulk video workloads. Lower per-clip cost than Wan 2.2 or 2.7 while still delivering production-ready output.
Text-to-Video
Cinematic generation
Generate short clips from text prompts. Wan 2.1 handles camera movement, subject consistency, and natural physics at 720p-1080p.
Image-to-Video
Animate stills
Turn a single image into motion. Optional motion prompt for direction, speed, and intensity of the animation.
Pricing
Cheapest Wan variant
Wan 2.1 is priced lower than Wan 2.2 / 2.7 — typically ~$0.10 per 5-second clip on ModelsLab. Ideal for high-volume workflows where cost matters.
One API Key
No Alibaba Cloud account
Call Wan via the ModelsLab REST API. Same key works for every other video model (Kling, Seedance, Runway Aleph, Veo).
Webhooks
Async callbacks
Pass a webhook URL — ModelsLab POSTs the MP4 to your endpoint when generation completes.
SDKs
Python & JavaScript
Official SDKs wrap every Wan endpoint. REST + OpenAPI for autogenerated clients.
Examples
See what Wan 2.1 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.
Cheapest Wan variant. Same API.
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 clip, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v7/video-fusion/text-to-video",json={"key": "YOUR_API_KEY","prompt": "a cinematic shot of the subject with natural motion","model_id": "wan-2.2-i2v","init_image": "https://example.com/source.jpg","num_frames": 120,"output_type": "mp4"})print(response.json())
Ready to create?
Start generating with Wan 2.1 API — Upgraded to Wan 2.2 on ModelsLab.