Seedance 2.0 Mini

Seedance 2.0 Mini
ByteDance · Video Generation
POST /v1/videos/generations

The fastest, most affordable Seedance 2.0 tier for short cinematic clips with native audio, camera control, and image or video inputs at 480p and 720p.

At a glance

FieldValue
Model idseedance-2-0-mini
Model release date2026-06-15
Input modalitiesText, Image, Video, Audio
Output modalitiesVideo
Context window-
Weight precision-
RegionMalaysia
Featuresaudio_sync, camera_control, image_to_video, video_editing
Native inferenceNo
NewYes
Supported endpointsPOST /v1/videos/generations

Pricing

ChargeSpecRate
T2V/I2V 480Pper second$0.070
T2V/I2V 720Pper second$0.150
Video Input 480Pper second$0.167
Video Input 720Pper second$0.359

Example request

$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": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyes-Scene description.
modeenumno"auto"auto: 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 visual reference. edit: edit attached video. extend: extend attached video. · Allowed: auto, t2v, i2v_first, i2v_both, reference, edit, extend
resolutionenumno"720p"Video generation resolution. Options are model-specific and sourced from the catalog. · Allowed: 480p, 720p
aspect_ratioenumno"adaptive"Output aspect ratio (1:1, 16:9, 9:16, 4:3, 3:2, etc.). · Allowed: adaptive, 16:9, 9:16, 1:1, 4:3, 3:4, 21:9
custom_durationbooleannotrueIf false, the model decides clip length.
durationnumberno5Clip length in seconds. Only used when custom_duration=true. · Range: 4 – 15
generate_audiobooleannotrueGenerate native audio with the video.
imagestringno-Reference / first-frame image URL.
image_endstringno-End-frame image URL for i2v_both / extend.
videostringno-Reference video URL for edit / extend / reference.
negative_promptstringno""What to avoid.

Notes

Lightweight, lowest-cost tier in the Seedance 2.0 family: the fastest and most affordable option, ideal for drafts and high-volume short-form. 480p and 720p only (no 1080p or 4K).

Tip

  • Pair with Seedream 5.0 Lite for the reference image first when targeting lifelike-face cohesion across multiple inputs.

Uploaded media preprocessing

  • Video inputs are capped to 15 seconds for reference, edit, and extend workflows.
  • Uploaded video inputs are normalized to provider-compatible MP4 when needed.

Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/seedance-2-0-mini.