This page is for users currently on Wan2.6, explaining the differences between versions and the path to migrate to Wan2.7. New users should start from the Wan Overview.Documentation Index
Fetch the complete documentation index at: https://docs.apiyi.com/llms.txt
Use this file to discover all available pages before exploring further.
Version overview
| Version | Status | Endpoint / protocol | Recommended for |
|---|---|---|---|
| Wan2.7 | ✅ Currently recommended | /wan/api/v1/...video-synthesis | First choice for new integrations, most complete feature set (audio drive, multi-subject reference) |
| Wan2.6 | 🟡 Maintenance | Same as Wan2.7 (change only the model name) | Existing Wan2.6 code, or need the r2v-flash low-latency tier |
Wan2.6 and Wan2.7 share the same DashScope passthrough endpoint and the same request structure. To migrate, just change the
model field from wan2.6-* to wan2.7-* and leave the rest of the body untouched. Exact launch dates and the latest availability are authoritative in the APIYI console model list.Wan2.6 models
| Model ID | Capability | Notes |
|---|---|---|
wan2.6-t2v | Text-to-video | Corresponds to wan2.7-t2v |
wan2.6-i2v | Image-to-video | Corresponds to wan2.7-i2v |
wan2.6-r2v | Reference-to-video | Corresponds to wan2.7-r2v |
wan2.6-r2v-flash | Reference-to-video (low-latency tier) | A fast tier exclusive to Wan2.6: faster generation, lower unit price, ideal for iterating, debugging, and batch previews |
Migration tips
Assess the differences
Wan2.7 is stronger at multi-subject reference, voice reference (
reference_voice), and audio drive. If you only use basic t2v / i2v / r2v, the migration cost is nearly zero.Run a side-by-side comparison
Using the same set of prompts and media assets, submit
wan2.6-* and wan2.7-* tasks separately, compare quality and consistency, and then decide whether to switch.Legacy call example
Billing differences
Pricing and group configuration for both Wan2.6 and Wan2.7 are coming soon and will be added to this page. As a general rule: fast tiers like
r2v-flash have a lower unit price, while higher resolution / longer durations cost more. The latest prices are authoritative on the APIYI console billing page.Related docs
Wan Overview
Async flow, parameter details, best practices
Reference-to-Video
wan2.7-r2v live debugging