Seedance 2.0 APIs

Compare 3 video generation models in the Seedance 2.0 family, then call the one that fits your latency, quality, and pricing needs.

ByteDanceVideo Generation3 models

About Seedance 2.0 APIs

Seedance 2.0 on EmpirioLabs brings together 3 video generation model APIs from ByteDance, including Seedance 2.0 Mini, Seedance 2.0 Fast, Seedance 2.0 Pro. Each model keeps its own dedicated page with live pricing, parameters, docs, and playground access.

Use the same EmpirioLabs API key and endpoint pattern across the family, then switch behavior by changing the model id in your request.

Seedance 2.0 models (3)

Seedance 2.0 API pricing

Compare the family at a glance, then open a model page for the complete live rate card and parameters.

Endpoint
POST/v1/videos/generations
Pricing
Type
Spec
Rate
T2V/I2V 480P
per second
$0.070
T2V/I2V 720P
per second
$0.150
Video Input 480P
per second
$0.167
Video Input 720P
per second
$0.359
Best fit
The fastest, most affordable Seedance 2.0 tier for short cinematic clips with native audio, camera control, and image or video inputs at 480p and 720p.
Endpoint
POST/v1/videos/generations
Pricing
Type
Spec
Rate
T2V/I2V 480P
per second
$0.122
T2V/I2V 720P
per second
$0.260
Video Input 480P
per second
$0.284
Video Input 720P
per second
$0.610
Best fit
Speed-optimized 2.0 video variant for cinematic clips with native audio sync, camera control, and stable motion at lower cost per render.
Endpoint
POST/v1/videos/generations
Pricing
Type
Spec
Rate
T2V/I2V 480P
per second
$0.139
T2V/I2V 720P
per second
$0.300
T2V/I2V 1080P
per second
$0.749
T2V/I2V 4K
per second
$1.555
Video Input 480P
per second
$0.342
Video Input 720P
per second
$0.736
Video Input 1080P
per second
$1.841
Video Input 4K
per second
$3.732
Best fit
Multimodal video model for cinematic output from text, image, audio, or video inputs, with stable motion and consistent characters.
Compare every model on the full pricing page

How to call Seedance 2.0 models

Seedance 2.0 Mini runs through POST /v1/videos/generations. The request returns a job_id right away; poll GET /v1/jobs/{job_id} until the job completes and read the output URLs from the result. For this family, swap the model value for any supported id: seedance-2-0-mini seedance-2-0-fast seedance-2-0-pro. Get an API key from the EmpirioLabs dashboard.

cURL: submit the job
curl https://api.empiriolabs.ai/v1/videos/generations \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2-0-mini",
    "prompt": "Describe what you want Seedance 2.0 Mini to generate."
  }'

Seedance 2.0 examples and comparisons

See prompt tests, output notes, and comparison runs that mention this model family.

Seedance 2.0 APIs: common questions

What is the Seedance 2.0 API?

Seedance 2.0 on EmpirioLabs is a family of 3 Video Generation model APIs from ByteDance: Seedance 2.0 Mini, Seedance 2.0 Fast, Seedance 2.0 Pro. You use one EmpirioLabs API key and choose the model id that fits the request.

Which Seedance 2.0 model should I use?

Start with the model whose dedicated page matches your speed, quality, and pricing needs, then test it in the EmpirioLabs playground. The comparison cards above link to each model's live rate card and quickstart.

Can I switch between Seedance 2.0 models without rebuilding my integration?

Yes. The family is designed around the same EmpirioLabs API pattern, so most integrations switch by changing the model value. Check the model page before shipping if you rely on a model-specific parameter.

How is Seedance 2.0 pricing shown?

Pricing is pay as you go. The cards on this page show a short live-catalog summary, and each model page shows the complete rate card that matches API billing.

Can I try Seedance 2.0 in the browser?

Yes. Open any model page in this family and use its playground link to test prompts and parameters in the browser before integrating the API.

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.