Wan2.6 I2v Flash
Qwen
qwen/wan2.6-i2v-flash
Wan Flash, lower price
Context Window
—
Max Output
—
About this model
Wan 2.6 I2V Flash is the fast and affordable variant of the Wan series, ideal for speed- and cost-sensitive scenarios.
Access it through Chuizi.AI with a single ck- API key — no separate Alibaba account needed.
Highlights
Ultra-fast
Lowest price
High throughput
Per-second pricing
Best For
Bulk productionRapid iterationCost-firstA/B testing
2025-10-15
Capabilities
Video Gen
Pricing (per 1M tokens)
| Pricing (per 1M tokens) | / 1M tokens |
|---|---|
| Input / 1M | $0 |
| Output / 1M | $0 |
Final prices shown
Quick Start
main.py
import requests payload = { "model": "qwen/wan2.6-i2v-flash", "prompt": "A cinematic product video of a developer dashboard", "image_url": "https://example.com/first-frame.png", "resolution": "1080P", "duration": 5 } response = requests.post( "https://api.chuizi.ai/v1/videos/generations", headers={ "Authorization": "Bearer ck-your-key-here", "Content-Type": "application/json", }, json=payload, ) print(response.json())