๐ŸŽฌ

Seedance 2.0

Watermark notice — Every image model on NovAI is served by a Chinese provider (Zhipu AI, ByteDance, Tencent) and burns a visible AI-generated label such as AI生成 into the corner of the output under China’s labelling rules — NovAI cannot switch it off. Video output varies by model: in our 4 August 2026 tests Seedance 2.0 and CogVideoX-Flash showed no visible label, while Hunyuan Video 1.5 is labelled. Text and chat models are not affected. Which models, and what it rules out →
ByteDance ยท Video Generation

Flagship video generation model. Multi-modal input supports text, images, video and audio references. Native audio generation sync. Cinematic quality from 480p to 4K.

๐Ÿ“Š Specifications

Duration
4-15 seconds
Resolution
480p / 720p / 1080p / 4K
Input
Text + Image + Video + Audio
Audio
Native sync + bgm
Watermark
Optional
Status
โœ… Available

๐Ÿ’ฐ Pricing

NovAIOpenRouter
480p
$0.067/s$0.067/s
720p
$0.163/s$0.199/sโœ… 18% cheaper
1080p
$0.329/s$0.496/sโœ… 34% cheaper
4K
$1.00/s$1.36/sโœ… 26% cheaper

๐Ÿš€ API Usage

Basic Text-to-Video

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.0",
    "prompt": "A cat walking through a sunny garden",
    "resolution": "720p",
    "duration": 5
  }'

With Reference Image

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.0",
    "prompt": "Animate this character dancing happily",
    "image": "https://example.com/character.jpg",
    "resolution": "1080p",
    "duration": 8
  }'

Poll Task Status

curl https://api.aiapi-pro.com/v1/video/generations/{task_id} \
  -H "Authorization: Bearer $NOVAI_API_KEY"
๐Ÿš€ Get Free $2 Creditโ† Compare All Models