WAN 2.6 (Image-to-Video)

Alibaba WAN 2.6 video generation via Bailian/DashScope. Text-to-video, image-to-video, and reference-to-video with audio, 720p / 1080p.

All models
On
Off
On
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "wan-2.6-image-to-video",
  "input": {
    "resolution": "1080p",
    "shot_type": "single",
    "prompt_extend": true,
    "watermark": false,
    "duration": 5,
    "audio": true
  }
}'