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. · alibaba

All models
Parameters

Whether to generate audio. Supported by wan2.6-i2v-flash.

Text prompt guiding the animation.

Video length in seconds.

single or multi-shot output. multi requires prompt_extend=true.

Add a watermark.

Optional driving audio URL(s); the first is forwarded as audio_url.

Exactly one public HTTP(S) first-frame image URL. Base64 is not supported.

Enable prompt rewriting.

Negative prompt.

Pricing
200credits
5s
Per second40 credits/s
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": {
    "audio": true,
    "duration": 5,
    "shot_type": "single",
    "watermark": false,
    "resolution": "1080p",
    "prompt_extend": true
  }
}'