SeedanceSeedance 2.0 Mini API
Lightweight · Fast · Affordable

Seedance 2.0 Miniis Coming Soon!

ByteDance's fastest AI video model — cinematic quality at a fraction of the cost. Built for high-volume workflows and rapid prototyping.

⚡ <60s first video3× fasterREST APINo GPU setup
4.9 · Trusted by 2,000+ developers

Speed

faster

Cost

$0.076

per second

Res

4K SR

super res

Enter your prompt
TextImageVideoAudio
Generating video...72%
Est. 18s remaining · 4K SR · Native Audio

Faster than Seedance 2.0

generation speed

$0.076

Per second pricing

20% cheaper than full model

4K SR

Super Resolution output

720p · 1080p · 4K

<60s

First video generated

from sign-up to output

Gallery

Seedance 2.0 Mini Show Cases

Same cinematic quality. Half the cost. Twice the speed.

What Makes It Different

Comprehensive Feature Set
of Seedance 2.0 Mini

All the power of Seedance 2.0 — engineered for speed, scale, and cost efficiency.

3× Faster Generation

Optimized inference stack — same cinematic output, one third the wait time.

Native Audio Synthesis

Synchronized ambient sound, dialogue, and music — generated in a single pass.

Multi-Modal Input

Text, image, video, and audio — combine any input type in one API call.

OpenAI-Compatible API

Drop-in replacement — change the base URL, keep your existing SDK code.

Physics Simulation

Cloth, fluid, and hair dynamics rendered with film-accurate precision.

Professional Camera Control

Pan, tilt, dolly, and zoom — director-level camera moves from plain text.

Task Queue

2,847

↑ 12% this hour

Avg. Duration

18s

3× faster

Task List

Product Demo — Sneaker

100%

TikTok Ad — Summer Sale

72%

Game Trailer Cutscene

38%

Total this month

$44:53.00

2,847 videos

Running

Quick Start

How to Use Seedance 2.0 Mini API

From sign-up to your first generated video in under 60 seconds.

01

Create your Atlas Cloud account

Sign up free in seconds. No credit card required — free credits included on registration.

Free to start
02

Get your API key

Copy your key from the Atlas Cloud dashboard. Add it as Authorization: Bearer $ATLASCLOUD_API_KEY in every request.

03

POST to generateVideo

Send your prompt to the generateVideo endpoint. You'll receive a prediction_id in data.id immediately — generation runs async.

04

Poll & download your video

GET /prediction/{id} every 2s until data.status is succeeded. Your video URL is at data.outputs[0].

4K · Native audio · <60s
View Full Docs
import requests
import time

# Step 1: Start video generation
generate_url = "https://api.atlascloud.ai/api/v1/model/generateVideo"
headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer $ATLASCLOUD_API_KEY"
}
data = {
    "model": "bytedance/seedance-2.0-mini/text-to-video",
    "prompt": "A cinematic drone shot over a misty mountain
               valley at dawn, 4K, realistic physics",
    "width": 1280, "height": 720,
    "duration": 5, "fps": 24,
}

generate_response = requests.post(generate_url, headers=headers, json=data)
generate_result = generate_response.json()
prediction_id = generate_result["data"]["id"]

# Step 2: Poll for result
poll_url = f"https://api.atlascloud.ai/api/v1/model/prediction/{prediction_id}"

def check_status():
    while True:
        response = requests.get(poll_url, headers={"Authorization": "Bearer $ATLASCLOUD_API_KEY"})
        result = response.json()
        if result["data"]["status"] in ["completed", "succeeded"]:
            print("Generated video:", result["data"]["outputs"][0]) 
            return result["data"]["outputs"][0]
        elif result["data"]["status"] == "failed":
            raise Exception(result["data"]["error"] or "Generation failed")
        else:
            time.sleep(2)

video_url = check_status()

Response — data.status: succeeded

{
  "data": {
    "status": "succeeded",
    "outputs": [ "https://cdn.atlascloud.ai/videos/sd2.1_a3f9b2c1.mp4" ],
    "error": null
  }
}

Ready? Let's Start with Seedance 2.0 Mini
and Get Awesome Experience

Define unique parameters for each task. Fine-tune the style, pacing, and resolution with Seedance Mini API — the fastest way to scale your video pipeline.

Learn More

Testimonials

What Developers Are Saying
About Seedance Mini

We've integrated Seedance 2.0 Mini into our ad pipeline. The speed is unreal — we're shipping 500+ video variants per day at a cost we never thought possible.

J

James Liu

Head of Growth, ShopEdge

We replaced three different video APIs with just this one. The OpenAI-compatible endpoint made the migration take less than an afternoon.

S

Sofia Reyes

CTO, Promptly AI

The quality-to-cost ratio is honestly absurd. For TikTok content at scale, nothing else comes close.

K

Kai Tanaka

Creator Tools Lead, Hype Studio

4.9 / 5.0 · Downloaded more than 5M+ in a year

Model Family

Meet the Seedance Family

From the foundation model to the next generation — choose the right Seedance for your workflow, budget, and quality bar.

Foundation

Seedance 1.0

The original multi-shot AI video model

Contact sales
Standard

Seedance 2.0

High-fidelity cinematic video with native audio

$0.096per second · Atlas price
⚡ 3× fasterFast

Seedance 2.0 Fast

Same quality as 2.0, built for high-volume workflows

$0.076per second · Atlas price
Coming SoonNext Gen

Seedance 2.0 Mini

Quad-modal input · Director-level control · Real-world physics

TBAearly access available
Feature
Seedance 1.0
Seedance 2.0
Seedance 2.0 Fast
Seedance 2.0 Mini
Text input
Image input
Video input
Audio input
Max assets per call
9 images · 3 clips
9 images · 3 clips
9 images · 3 clips · 3 audio
Output duration
Up to 10s
4 – 60s
4 – 60s
Up to 60s
Max resolution
1080p
720p – 4K SR
720p – 4K SR
Native 4K
Native audio generation
Character consistency
Basic
Advanced
Advanced
Persistent 360°
Camera control
Multi-shot storytelling
Physics simulation
Generation speed
Standard
Standard
3× faster
10× faster
Price (Atlas Cloud)
Contact sales
$0.096/sAtlas price
$0.076/sAtlas price
TBA/searly access available

Prices shown are Atlas Cloud rates. Standard Bytedance API rates may differ. All Seedance 2.0 models available via atlascloud.ai.

Enterprise

Built for production scale.

Enterprise-grade infrastructure, controls, and support — everything your team needs to run Seedance 2.0 Mini at volume.

Custom rate limits & concurrency

Run 100+ simultaneous video generations without hitting shared queue limits. Your concurrency ceiling is negotiated at contract time and dedicated entirely to your account.

100+
Simultaneous generations
Custom
Requests per minute
0
Queue wait time
Dedicated
Capacity allocation

Ready to bring Seedance 2.0 Mini into your production stack?

Response within 1 business day · No commitment required

Talk to sales

FAQ

Frequently
Asked
Questions
about Seedance 2.0 Mini

Everything you need to know about Seedance 2.0 Mini and the Atlas Cloud API.

Seedance 2.0 Mini is ByteDance's latest AI video generation model, delivering approximately 20% better generation quality over Seedance 2.0. While 2.0 established the quad-modal input system and native audio-video sync, Seedance 2.0 Mini pushes further on physics accuracy, character consistency, and cinematic output fidelity — making it the best-in-class model for professional AI video generation workflows.

SeedanceSeedance 2.0 MiniThe fastest lightweight AI video model API — speed, quality, zero GPU overhead.