WAN 2.7 (Text-to-Video)

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

All models
Parameters

Text prompt describing the desired video.

Video length in seconds.

Add a watermark.

Reference audio URL(s); the first is used.

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