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.
| Model | Tier | reAPI | Atlas Cloud | reAPI is |
|---|---|---|---|---|
| Seedance 2.0 | 480P, text or image input | $0.071 | $0.112 | 37% lower |
| Seedance 2.0 | 480P, with reference video | $0.043 | $0.069 | 38% lower |
| Seedance 2.0 | 720P, text or image input | $0.154 | $0.242 | 36% lower |
| Seedance 2.0 | 720P, with reference video | $0.094 | $0.149 | 37% lower |
| Seedance 2.0 | 1080P, text or image input | $0.383 | $0.544 | 30% lower |
| Seedance 2.0 | 1080P, with reference video | $0.233 | $0.334 | 30% lower |
| Seedance 2.5 | 480P, text or image input | $0.119 | $0.134 | 12% lower |
| Seedance 2.5 | 720P, text or image input | $0.267 | $0.300 | 11% lower |
What a 5-second 720P clip costs
| Model | reAPI | Atlas Cloud |
|---|---|---|
| Seedance 2.0, text or image input | about $0.77 | about $1.21 |
| Seedance 2.0, with reference video | about $0.47 | about $0.74 |
| Seedance 2.5, text or image input | about $1.33 | about $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
modelfield.
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
- Seedance 2.0: reapi.ai/models/seedance-2-0
- Seedance 2.5: reapi.ai/models/seedance-2-5
- API reference: reapi.ai/docs/seedance-2-0 and reapi.ai/docs/seedance-2-5