WAN 2.6 (Text-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

Text prompt describing the desired video.

Video length in seconds.

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

Add a watermark.

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

Mapped with resolution to DashScope parameters.size.

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-text-to-video",
  "input": {
    "duration": 5,
    "shot_type": "single",
    "watermark": false,
    "resolution": "1080p",
    "aspect_ratio": "16:9",
    "prompt_extend": true
  }
}'