Seedance 2.0 Mini API

480p और 720p पर देशी ऑडियो, कैमरा नियंत्रण और छवि या वीडियो इनपुट के साथ लघु सिनेमाई क्लिप के लिए सबसे तेज़, सबसे किफायती Seedance 720 स्तर।

ByteDanceवीडियो जनरेशनरिलीज Jun 15, 2026Malaysiaस्वामित्व वाला एंडपॉइंटनया

About Seedance 2.0 Mini

480p और 720p पर देशी ऑडियो, कैमरा नियंत्रण और छवि या वीडियो इनपुट के साथ लघु सिनेमाई क्लिप के लिए सबसे तेज़, सबसे किफायती Seedance 720 स्तर।

इस नाम से भी जाना जाता है Seedance Mini, ByteDance Seedance 2.0 Mini, Seedance-2.0-Mini, seedance-2-0-mini

audio synccamera controlimage to videovideo editing

Seedance 2.0 Mini specs

मॉडल ID
seedance-2-0-mini
प्रदाता
ByteDance
श्रेणी
वीडियो जनरेशन
Released
Jun 15, 2026
इनपुट
TextImageVideoAudio
आउटपुट
Video
रीजन
Malaysia
एंडपॉइंट
POST /v1/videos/generations

Seedance 2.0 Mini API pricing

Live pay-as-you-go rates from the EmpirioLabs catalog. You are billed only for what you use, with no monthly minimum.

प्रकार
स्पेक
दर
T2V/I2V 480P
प्रति सेकंड
$0.070
T2V/I2V 720P
प्रति सेकंड
$0.150
वीडियो इनपुट 480P
प्रति सेकंड
$0.167
वीडियो इनपुट 720P
प्रति सेकंड
$0.359
पूरे कीमत पेज पर तुलना करें

How to call the Seedance 2.0 Mini API

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. 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."
  }'
cURL: poll for the result
curl https://api.empiriolabs.ai/v1/jobs/JOB_ID \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY"
Python
import requests

response = requests.post(
    "https://api.empiriolabs.ai/v1/videos/generations",
    headers={"Authorization": "Bearer YOUR_EMPIRIOLABS_API_KEY"},
    json={
        "model": "seedance-2-0-mini",
        "prompt": "Describe what you want Seedance 2.0 Mini to generate.",
    },
)
job = response.json()

# Generation runs as an async job. Poll until it completes.
import time
while True:
    status = requests.get(
        f"https://api.empiriolabs.ai/v1/jobs/{job['job_id']}",
        headers={"Authorization": "Bearer YOUR_EMPIRIOLABS_API_KEY"},
    ).json()
    if status.get("status") in ("completed", "failed"):
        print(status)
        break
    time.sleep(5)
Full Seedance 2.0 Mini API reference

Seedance 2.0 Mini API parameters

Request parameters supported by the Seedance 2.0 Mini API on EmpirioLabs. Defaults apply when a field is omitted.

पैरामीटरप्रकारडिफॉल्टरेंज / मानविवरण
promptstring--Scene description.
modeenumautoauto, t2v, i2v_first, i2v_both, reference, edit, extendauto: detect from inputs. t2v: text-to-video. i2v_first: animate first frame. i2v_both: morph between start (image) and end (image_end). reference: use image as...
resolutionenum720p480p, 720pVideo generation resolution. Options are model-specific and sourced from the catalog.
aspect_ratioenumadaptiveadaptive, 16:9, 9:16, 1:1, 4:3, 3:4, 21:9Output aspect ratio (1:1, 16:9, 9:16, 4:3, 3:2, etc.).
custom_durationbooleantrue-If false, the model decides clip length.
durationnumber54 to 15Clip length in seconds. Only used when custom_duration=true.
generate_audiobooleantrue-Generate native audio with the video.
imagestring--Reference / first-frame image URL.
image_endstring--End-frame image URL for i2v_both / extend.
videostring--Reference video URL for edit / extend / reference.
negative_promptstring--What to avoid.

जानने योग्य

सीडांस 2.0 परिवार में हल्का, सबसे कम लागत वाला स्तर: सबसे तेज़ और सबसे किफायती विकल्प, ड्राफ्ट और उच्च-मात्रा वाले शॉर्ट-फॉर्म के लिए आदर्श। केवल 480p और 720p (कोई 1080p या 4K नहीं)। टिप - कई इनपुट में सजीव चेहरे के सामंजस्य को लक्षित करते समय पहले संदर्भ छवि के लिए सीड्रीम 5.0 लाइट के साथ जोड़ी बनाएं। अपलोड किया गया मीडिया प्रीप्रोसेसिंग - वीडियो इनपुट संदर्भ, संपादन और वर्कफ़्लो का विस्तार करने के लिए 15 सेकंड तक सीमित हैं। - अपलोड किए गए वीडियो इनपुट को जरूरत पड़ने पर प्रदाता-संगत MP4 में सामान्यीकृत किया जाता है।

Seedance 2.0 Mini API: common questions

How much does the Seedance 2.0 Mini API cost?

On EmpirioLabs, Seedance 2.0 Mini is billed pay as you go: T2V/I2V 480P $0.070 प्रति सेकंड; T2V/I2V 720P $0.150 प्रति सेकंड; वीडियो इनपुट 480P $0.167 प्रति सेकंड. The live rate card on this page always matches what the API charges.

Which endpoint does Seedance 2.0 Mini use?

Seedance 2.0 Mini is served through POST /v1/videos/generations on api.empiriolabs.ai with standard bearer-token authentication.

Can I try Seedance 2.0 Mini in the browser before integrating?

Yes. The EmpirioLabs playground runs Seedance 2.0 Mini in the browser with the same parameters the API exposes, so you can test prompts before writing code.

How do I get a Seedance 2.0 Mini API key?

Create an EmpirioLabs account, then generate a key under API Keys in the dashboard. Billing is pay-as-you-go credits, so you only pay for the requests you make.

Ready to use better endpoints?

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