Wan 2.7 Image To Video
WAN 2.7 converts images into videos (480p/720p) with optional audio, supporting first and last frame control. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.
Key Features
- Alibaba's Wan 2.7 image animation model for smooth video generation from still images.
- Strong motion quality — natural, fluid movement with good temporal coherence.
- Bilingual prompt support — supports both English and Chinese prompts natively.
- Affordable pricing — cost-effective at $0.15 per 5-second clip.
- Multiple resolution support — generate at 480p or 720p.
- Fast generation — approximately 99 seconds per request.
Parameters
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Description of the motion and scene dynamics (English or Chinese). |
| image | Yes | Source image URL to animate. |
| duration | No | Video length in seconds (default: 5). |
| resolution | No | Output resolution: 480p, 720p (default). |
How to Use
- Upload your source image (clear, well-lit frame).
- Write a prompt describing the desired motion — supports English and Chinese.
- Select duration and resolution.
- Generate and download your animated video.
Code Examples
import os
import requests
response = requests.post(
"https://aircube.ai/api/v3/wan-2.7/image-to-video",
headers={
"Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
"Content-Type": "application/json",
},
json={
"prompt": "Gentle waves lapping at the shore, clouds drifting across the sky",
"image": "https://example.com/beach-sunset.jpg",
"duration": 5,
"resolution": "720p"
},
timeout=300,
)
data = response.json()
if data["success"]:
print("ID:", data["data"]["id"], "Status:", data["data"]["status"])
else:
print("Error:", data["error"]["message"])Pricing
| Resolution | Duration | Cost |
|---|---|---|
| 480p | 5s | $0.09 |
| 720p | 5s | $0.15 |
Billing rules
- 480p / 5s: $0.09.
- 720p / 5s: $0.15.
- Failed generations are not charged.
Best Use Cases
- Budget-friendly video production — high volume at low cost.
- Social media content — animate photos for engaging posts.
- Portrait animation — bring still portraits to life.
- Chinese-language projects — native Chinese prompt support.
- Batch processing — affordable pricing enables high-volume workflows.
Pro Tips
- Wan 2.7 supports both English and Chinese prompts natively.
- Use clear, well-lit source images for best motion quality.
- Describe physics-based motion for natural results.
- At $0.15 per clip, it's ideal for volume work — iterate freely.
- Combine with premium models like Seedance for hero content, Wan for volume.
Notes
- Bilingual prompt support: English and Chinese.
- Output in MP4 format.
- Median generation time: approximately 99 seconds.
- Affordable pricing makes it ideal for volume workflows.




