Seedance 2.0 Mini
Seedance 2.0 Mini costs $0.0000/clip on FairStack — a text to video model for Social-media shorts, High-volume / budget video, Storyboard animation. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is Seedance 2.0 Mini?
Seedance 2.0 Mini is ByteDance’s most affordable Seedance 2 model, built for high-volume video generation where cost matters more than maximum resolution. Like the rest of the Seedance 2 family it is multi-mode from a single endpoint: drive it with a text prompt, a single first frame, first+last frames for interpolation, or up to nine reference images plus video/audio references — FairStack auto-detects the mode from your input. It renders 480p or 720p clips from 4 to 15 seconds with native audio generation, and supports seven aspect ratios (including 21:9 and adaptive). At roughly $0.0625 per second it is the value pick of the Seedance 2 lineup, trading the 1080p/4K ceiling of the standard model for materially lower cost. Best for social-media shorts, rapid iteration, storyboard animation, and any workflow that generates a lot of video. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Seedance 2.0 Mini's strengths?
What are Seedance 2.0 Mini's limitations?
What is Seedance 2.0 Mini best for?
How much does Seedance 2.0 Mini cost?
How does Seedance 2.0 Mini perform across capabilities?
Estimated from the Seedance 2 family (positioned below seedance-2 / seedance-2-fast); not independently benchmark-verified.
How do I use the Seedance 2.0 Mini API?
curl -X POST https://api.fairstack.ai/v1/generations/video \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-mini",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/video",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "seedance-2-mini",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/video",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "seedance-2-mini",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does Seedance 2.0 Mini support?
Frequently Asked Questions
How much does Seedance 2.0 Mini cost?
Seedance 2.0 Mini costs $0.0000/clip on FairStack as of 2026-07-25. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is Seedance 2.0 Mini and what is it best for?
Seedance 2.0 Mini is ByteDance’s most affordable Seedance 2 model, built for high-volume video generation where cost matters more than maximum resolution. Like the rest of the Seedance 2 family it is multi-mode from a single endpoint: drive it with a text prompt, a single first frame, first+last frames for interpolation, or up to nine reference images plus video/audio references — FairStack auto-detects the mode from your input. It renders 480p or 720p clips from 4 to 15 seconds with native audio generation, and supports seven aspect ratios (including 21:9 and adaptive). At roughly $0.0625 per second it is the value pick of the Seedance 2 lineup, trading the 1080p/4K ceiling of the standard model for materially lower cost. Best for social-media shorts, rapid iteration, storyboard animation, and any workflow that generates a lot of video. Available on FairStack at infrastructure cost plus a 20% platform fee. Seedance 2.0 Mini is best for Social-media shorts, High-volume / budget video, Storyboard animation. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Seedance 2.0 Mini have an API?
Yes. Seedance 2.0 Mini is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/video with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does Seedance 2.0 Mini compare to other video models?
Seedance 2.0 Mini excels at Social-media shorts, High-volume / budget video, Storyboard animation. It is a text to video model priced at $0.0000/clip on FairStack. Key strengths: Lowest-cost Seedance 2 option, Single model handles t2v / i2v / reference. Compare all video models at fairstack.ai/models.