Wan2.7-r2v-2026-06-12

Alibaba Wan 2.7 reference-to-video model

能力
"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"}}
输入
Image, Text, Video
输出
Video
区域
cn, global
验证时间
2026-08-15T05:05:43.165696500+00:00
价格
0 IFT / second
文档
-

调用示例

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-r2v-2026-06-12","messages":[{"role":"user","content":"Hello"}]}'