跳转到内容

Wan 2.7 Image-to-Video

此内容尚不支持你的语言。

ProviderAlibaba
Model namewan2.7-i2v
Endpoint/v1/videos
Resolution720p, 1080p
Duration3, 5, 8, 10, 15 seconds
Aspect Ratios16:9, 9:16, 1:1, 4:3, 3:4
Credits100 per video
  • Image animation
  • First + Last frame control
  • 720P/1080P output
  • Up to 15 seconds
Terminal window
curl -X POST https://api.hiapi.ai/v1/videos \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan2.7-i2v",
"prompt": "The scene comes alive with gentle wind",
"input_image": "https://example.com/photo.jpg",
"seconds": 5
}'