Seedance 2.0 Mini
Lowest-cost Seedance route for everyday video generation.
The most affordable Seedance route, supporting text-to-video, first and last frame control, and multimodal reference-to-video with image, video, and audio inputs. It renders 480p and 720p clips between 4 and 15 seconds.
Video routes are billed per second of output. Rates follow OpenRouter's token formula, tokens = height x width x duration x 24 / 1024, and generating audio does not change the rate. Passing a video as reference uses a lower rate.
- Modalities
- TextImageVideoAudioVideo
- Price
- from $0.03363/second
- Released
- Aug 12, 2026
MODEL ID
seedance-2.0-miniResolution
480p / 720p
Duration
4-15s
Aspect ratio
1:1 / 3:4 / 9:16 / 4:3 / 16:9 / 21:9 / 9:21
Audio
Included
Playground
Send a real video generation request with your Felo API key, then watch the task until the signed output URL is ready.
Prefer the full reference?
Open the Model API reference for every parameter, response field, and code sample.
Video generation pricing
| Resolution | Per second | Per second (with video input) |
|---|---|---|
| 480p | $0.03363 | $0.02018 |
| 720p | $0.0756 | $0.04536 |
Video routes are billed per second of output. Rates follow OpenRouter's token formula, tokens = height x width x duration x 24 / 1024, and generating audio does not change the rate. Passing a video as reference uses a lower rate.
Per million tokens: $3.50 / $2.10 (with video input)
Video Quick Start
Submit an asynchronous video task, poll until it succeeds, then download the signed output URL.
Submit a video task
curl -X POST "https://openapi.felo.ai/api/v1/videos/generations" \
-H "Authorization: Bearer $FELO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-mini",
"prompt": "a cinematic drone shot over a coastal city at sunrise",
"resolution": "720p",
"duration": 5,
"aspect_ratio": "16:9",
"generate_audio": true
}'Poll the task
curl "https://openapi.felo.ai/api/v1/videos/generations/$TASK_ID" \
-H "Authorization: Bearer $FELO_API_KEY"Download the output
# Poll until "status" is "succeeded", then download the signed URL.
curl -o output.mp4 "$OUTPUT_URL"Frequently asked questions
What is Seedance 2.0 Mini?
The most affordable Seedance route, supporting text-to-video, first and last frame control, and multimodal reference-to-video with image, video, and audio inputs. It renders 480p and 720p clips between 4 and 15 seconds.
How much does Seedance 2.0 Mini cost?
Seedance 2.0 Mini supports $0.03363/second (480p) – $0.0756/second (720p), with video input: $0.02018/second (480p) – $0.04536/second (720p), $3.50/M video tokens (with audio), $2.10/M video tokens (with video input).
What resolutions, clip lengths, and aspect ratios does Seedance 2.0 Mini support?
Seedance 2.0 Mini supports 480p, 720p — 4–15s, 1:1, 3:4, 9:16, 4:3, 16:9, 21:9, 9:21 — Text to video, First and last frame, Multimodal reference, and produces a matching audio track.
What inputs and outputs does Seedance 2.0 Mini support?
Seedance 2.0 Mini accepts Text, Image, Video, Audio and returns Video.
What other video models does ByteDance have?
Seedance 2.5, Seedance 2.0, Seedance 2.0 Fast are other video models from ByteDance.
When was Seedance 2.0 Mini released?
Seedance 2.0 Mini — August 12, 2026.
More models from ByteDance
Compare the other Seedance video routes available on Felo API Platform.
Seedance 2.5
ByteDanceVideoseedance-2.5ByteDance's newest Seedance route, built for long-form storytelling, multimodal reference-based generation, video editing, and video extension. It accepts up to 50 image, video, and audio reference assets, renders clips up to 30 seconds, and supports multilingual audiovisual generation.
Resolution
480p / 720p
Duration
4-30s
Per second
$0.1028/s
Seedance 2.0
ByteDanceVideoseedance-2.0ByteDance's flagship Seedance route for text-to-video, first and last frame control, and multimodal reference-to-video. It is particularly strong at preserving character consistency, visual style, and camera movement from reference material, and it is the only Seedance route here that renders up to 4K.
Resolution
480p / 720p / 1080p / 4K
Duration
4-15s
Per second
$0.06725/s
Seedance 2.0 Fast
ByteDanceVideoseedance-2.0-fastA faster, lower-cost Seedance route for text-to-video, first and last frame control, and multimodal reference-to-video. It prioritizes generation speed and cost over maximum output quality, and renders up to 720p.
Resolution
480p / 720p
Duration
4-15s
Per second
$0.04035/s