ByteDance's 2026 flagship video model. Generates native synchronized audio together with the video — ambient sound, effects and speech in one pass. Cinematic quality at 480p and 720p, clips up to 30 seconds.
| NovAI | Aggregators | ||
|---|---|---|---|
| 480p | $0.14/s | not yet listed | โ Day-one launch |
| 720p | $0.32/s | not yet listed | โ Day-one launch |
A 5-second 720p clip with audio costs about $1.60. You pay only for finished clips — failures are refunded automatically.
curl -X POST https://api.aiapi-pro.com/v1/video/generations \
-H "Authorization: Bearer $NOVAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seedance-2.5",
"prompt": "A paper boat floating on a quiet pond at dusk, raindrops rippling the water",
"resolution": "720p",
"duration": 5
}'curl -X POST https://api.aiapi-pro.com/v1/video/generations \
-H "Authorization: Bearer $NOVAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seedance-2.5",
"prompt": "Animate this character walking through a busy night market",
"image": "https://example.com/character.jpg",
"resolution": "720p",
"duration": 10
}'curl https://api.aiapi-pro.com/v1/video/generations/{task_id} \
-H "Authorization: Bearer $NOVAI_API_KEY"