Wan2.7 I2v
Qwen
qwen/wan2.7-i2v
Wan image-to-video
Context Window
—
Max Output
—
About this model
Wan 2.7 I2V is Alibaba Bailian's image-to-video model with support for first/last frame control and video continuation.
Access it through Chuizi.AI with a single ck- API key — no separate Alibaba account needed.
Highlights
First/last frame
Video continuation
Chinese prompts
Per-second pricing
Best For
Image to videoShort-form videoCreative animationE-commerce display
2026-04-01
Capabilities
video-gen
Aliases
wan2.7-i2vPricing (per 1M tokens)
| Pricing (per 1M tokens) | / 1M tokens |
|---|---|
| Input / 1M | $0.0000 |
| Output / 1M | $0.0000 |
Final prices shown
Quick Start
main.py
from openai import OpenAI client = OpenAI( base_url="https://api.chuizi.ai/v1", api_key="ck-your-key-here", ) response = client.chat.completions.create( model="qwen/wan2.7-i2v", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)