/v1/videos/generations

Compare 3 video generation models in the Seedance 2.0 family, then call the one that fits your latency, quality, and pricing needs.
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.
Compare the family at a glance, then open a model page for the complete live rate card and parameters.
/v1/videos/generations/v1/videos/generations/v1/videos/generationsSeedance 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 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."
}'See prompt tests, output notes, and comparison runs that mention this model family.
GuidesSeedance 2.0 Mini vs Seedance 2.0 Fast: The Fast Tiers ComparedSeedance 2.0 Mini and Fast are the two fast tiers of Seedance 2.0. We gave both the same starting image and three scenes....
API AccessSeedance 2.0 Mini: The Fast, Low-Cost Video APISeedance 2.0 Mini is the fastest, most affordable tier of Seedance 2.0 on EmpirioLabs: short cinematic clips with native...
GuidesHappyHorse 1.1 vs Seedance 2.0 Pro: Which Video API to UseHappyHorse 1.1 is cheaper up to 1080p with multi-reference character consistency. Seedance 2.0 Pro adds native 4K, audio...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.
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.
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.
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.
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.
Check out our pricing or reach out if you want your own model deployed on our stack.