Wan 2.7 — Text-to-Image, Edit, Video
All four Wan 2.7 checkpoints via one API key — no Alibaba Cloud account.
Four checkpoints, one API surface
Text-to-Image
High-quality image generation
Wan 2.7 T2I produces 1024×1024 images with strong prompt adherence — understands composition, lighting, and spatial relationships.
Image Edit
Instruction-based editing
Swap backgrounds, change subjects, adjust style — all from a single text command via Wan 2.7 I2I.
Text-to-Video
Generate video clips
Wan 2.7 T2V generates short clips with consistent motion and subjects. Preserves identity across frames.
Image-to-Video
Animate still images
Wan 2.7 I2V turns a single image into a short clip with optional motion prompt for direction and speed.
Unified API
One key, four checkpoints
All four Wan 2.7 variants share the same request/response shape. Swap model_id to change capability.
Pricing
3-5x cheaper than Kling
~$0.10–$0.20 per 5s clip — typically 3–5x cheaper than Kling v1.5 or Seedance 2 for comparable workloads.
Examples
See what Wan 2.7 can do
Copy any prompt below and try it yourself in the playground.
Product photography
“a cinematic product shot of a red fox in snow, depth of field, golden hour light”
Background swap
“change the background to a neon-lit Tokyo street, keep the subject and pose identical”
Short clip from text
“a cat gracefully jumping across wooden rooftops at dusk, slow motion”
Animate a product photo
“rotate the product slowly 360 degrees, preserve lighting and background”
For Developers
A few lines of code.
Swap model_id to change capability.
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/v7/images/text-to-image",json={"key": "YOUR_API_KEY","width": 1024,"height": 1024,"prompt": "a cinematic shot of a red fox in snow","samples": 1,"model_id": "wan-2.7-t2i"})print(response.json())
Ready to create?
Start generating with Wan 2.7 — Text-to-Image, Edit, Video on ModelsLab.