Choose flagship
Use the top model when correctness, reasoning depth, and coding reliability matter more than cost.
Wan collection
Use Wan models for video generation, image-to-video, and reference-video style production workflows.
| Model | Best For | Input | Output | Context | Cached |
|---|---|---|---|---|---|
Wan 2.7 Video | General video generation model for text, image, and reference-driven video tasks. | Text / image / video | Video | Async | Task API |
Use the top model when correctness, reasoning depth, and coding reliability matter more than cost.
Use value models for assistants, automation, support, and workflows that still need strong quality.
Use lightweight models for routing, classification, extraction, and high-volume background tasks.
Unified access
Keep product code stable while changing models, providers, pricing, and channel routes from the platform.
curl https://devnextapiany.mexxxxai.win/api/v1/videos/generations \
-H "Authorization: Bearer $APIANY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-2.7",
"prompt": "A cinematic product reveal with soft studio lighting",
"duration": "5"
}'