Seedance 2.5 is live — 30-second cinematic video with native audio & real-person references
All announcements
Release

Seedance 2.0 and 2.5 on reAPI: Up to 38% Below Atlas Cloud

Seedance 2.0 from $0.071/s and Seedance 2.5 from $0.119/s on reAPI, 11% to 38% below Atlas Cloud prices as checked on Sept 4, 2026. Same models, same output.

The same Seedance models, priced lower

Seedance 2.0 and Seedance 2.5 are ByteDance's video models. reAPI and Atlas Cloud both serve them through an API, so the output is the same model's output. What differs is the price per second, and on every tier below reAPI is lower.

reAPI vs Atlas Cloud, prices checked on September 4, 2026

Prices per second of video in USD. Reference-video tiers on both platforms bill on reference seconds plus output seconds. Atlas Cloud's Seedance 2.5 column already includes the 20% promotion it was running on the day of the check.

ModelTierreAPIAtlas CloudreAPI is
Seedance 2.0480P, text or image input$0.071$0.11237% lower
Seedance 2.0480P, with reference video$0.043$0.06938% lower
Seedance 2.0720P, text or image input$0.154$0.24236% lower
Seedance 2.0720P, with reference video$0.094$0.14937% lower
Seedance 2.01080P, text or image input$0.383$0.54430% lower
Seedance 2.01080P, with reference video$0.233$0.33430% lower
Seedance 2.5480P, text or image input$0.119$0.13412% lower
Seedance 2.5720P, text or image input$0.267$0.30011% lower

What a 5-second 720P clip costs

ModelreAPIAtlas Cloud
Seedance 2.0, text or image inputabout $0.77about $1.21
Seedance 2.0, with reference videoabout $0.47about $0.74
Seedance 2.5, text or image inputabout $1.33about $1.50

$1 buys 1,000 credits and credits never expire. A failed task refunds its credits automatically, so you only pay for video that is delivered. One call from you is one generation attempt; nothing is retried silently.

Everything else stays the same

  • Every Seedance 2.0 resolution, 480P to 4K, with text, image, first and last frame, and multimodal reference inputs.
  • Seedance 2.5 up to 30 seconds per clip, 480P, 720P and 1080P, with up to 30 reference images, 10 videos and 10 audio clips.
  • One endpoint for both models. Switching is a change of the model field.

Quick start

curl https://reapi.ai/api/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedance-2.0-face",
    "prompt": "A cinematic drone shot over a coastal town at golden hour, waves rolling onto the beach",
    "resolution": "720p",
    "size": "16:9",
    "duration": 5
  }'

For Seedance 2.5, set model to doubao-seedance-2.5-face.

Links