Seedance 2.5

Seedance 2.5 multimodal video generation at 480p, 720p, or 1080p with text, image, video, audio, and first/last-frame inputs.

All models
On
Off
Off
Off
Pricing
290.85credits
5s
Per billable second58.17 credits/s
Resolution720p
Output duration5s
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": "doubao-seedance-2.5",
  "input": {
    "generation_type": "omni_reference",
    "duration": 5,
    "aspect_ratio": "adaptive",
    "resolution": "720p",
    "generate_audio": true,
    "watermark": false,
    "return_last_frame": false,
    "web_search": false,
    "output_format": "mp4"
  }
}'