Wan2.7-t2v-2026-06-12

Alibaba Wan 2.7 text-to-video model

Capabilities
"POST", "endpoint": "/v1/async/video/generations", "protocol": "video-gen", "parameters": {"required": ["model", "prompt"]}, "validation": {"timeout_ms": 600000, "status_codes": [202], "response_path": "id", "must_be_non_empty": true}, "test_request": {"size": "480P", "model": "{{model}}", "prompt": "A small red sphere moving slowly"}}
Input
Text
Output
Video
Regions
cn, global
Last verified
2026-08-15T05:05:43.165701433+00:00
Price
0 IFT / second
Documentation
-

Example

curl https://api.inferlink.ai/v1/chat/completions \
  -H 'Authorization: Bearer $INFERLINK_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"aliyun/aliyun/wan2.7-t2v-2026-06-12","messages":[{"role":"user","content":"Hello"}]}'