WAN 2.7 (Text-to-Video)

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

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