Skip to main content
Video Text to Video Kie.ai

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.

FairStack price
$0.0000/clip

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

Cheapest Seedance 2 tier (~$0.0625/s at 720p)
Multi-mode from one model: text, first-frame, first+last-frame, multi-reference
Native audio generation (generate_audio)
Up to 15 seconds per clip
Seven aspect ratios incl. 21:9 and adaptive

What are Seedance 2.0 Mini's strengths?

Lowest-cost Seedance 2 option
Single model handles t2v / i2v / reference
Built-in audio
Flexible aspect ratios

What are Seedance 2.0 Mini's limitations?

Caps at 720p (no 1080p/4K)
Lower fidelity than Seedance 2 Standard
Quality scores estimated, not yet benchmark-verified

What is Seedance 2.0 Mini best for?

Social-media shorts High-volume / budget video Storyboard animation Rapid iteration

How much does Seedance 2.0 Mini cost?

Metric
FairStack
Details
Price per generation
$0.0000
Includes 20% margin
Subscription
None
Pay per generation only

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.

motion quality
74%
visual quality
72%
prompt adherence
78%
temporal coherence
74%
character consistency
70%
camera control
70%

How do I use the Seedance 2.0 Mini API?

curl
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"
  }'
Python
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"])
Node.js
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?

Parameter
Type
Default
Details
duration
integer
5
Range: 4–15
aspect_ratio
enum (optional)
16:9
Options: 1:1, 4:3, 3:4, 16:9, 9:16, 21:9...
resolution
enum
720p
Options: 480p, 720p
generate_audio
boolean (optional)
true
web_search
boolean (optional)
false

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.

Start using Seedance 2.0 Mini today

$0.0000/clip. Full API access. No subscription.

Start Creating