Seedance 2.0 Mini

Seedance 2.0 Mini is a video generation model from byteplus available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

from 1.5 tokens/s

VideoProvider: BytePlus
Run generation
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"video","model":"seedance-2.0-mini","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"9:16","resolution":"480p","duration":5,"audioEnabled":true,"referenceAssetUris":["asset://asset_..."]}}'

Input fields

* required
prompt*prompt

Scene / motion description.

Type
string
Default
Allowed
up to 20000 chars
aspectRatioaspectRatio
Type
string
Default
9:16
Allowed
16:9, 1:1, 21:9, 3:4, 4:3, 9:16
resolutionresolution
Type
string
Default
480p
Allowed
480p, 720p
durationduration
Type
number
Default
5
Allowed
from 4 · up to 15 · step 1 seconds
audioEnabledaudioEnabled

Seedance Mini supports native audio on Givon/Givon; PiAPI Mini fallback does not accept video/audio reference inputs.

Type
boolean
Default
true
Allowed
boolean
Start imagestartImage

Asset input for the startImage slot.

Type
string
Default
Allowed
image · asset, https, data
End imageendImage

Asset input for the endImage slot.

Type
string
Default
Allowed
image · asset, https, data
Reference videoreferenceVideo

Asset input for the referenceVideo slot.

Type
string
Default
Allowed
video · asset, https, data
Reference video 2referenceVideo2

Asset input for the referenceVideo2 slot.

Type
string
Default
Allowed
video · asset, https, data
Reference video 3referenceVideo3

Asset input for the referenceVideo3 slot.

Type
string
Default
Allowed
video · asset, https, data
Speech audiospeechAudio

Asset input for the speechAudio slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Speech audio 2speechAudio2

Asset input for the speechAudio2 slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Speech audio 3speechAudio3

Asset input for the speechAudio3 slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Reference imagesreferenceAssetUris

Optional reference assets as asset:// URIs, HTTPS URLs, or data URIs.

Type
array
Default
Allowed
image · up to 9 · asset, https, data

Cost

from 1.5 tokens/s
480p2.5 tokens/s
720pdefault5 tokens/s
Video Reference 480p1.5 tokens/s
Video Reference 720p3.5 tokens/s

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modestext_image_to_videovideo_reference
Asset slotsstartImage:imageendImage:imagereferenceVideo:videoreferenceVideo2:videoreferenceVideo3:videospeechAudio:voiceoverspeechAudio2:voiceoverspeechAudio3:voiceoverreferenceAssetUris:image[]<=9

Run Seedance 2.0 Mini

Get an API key and the same request shape will work across every model in the catalog.

Where to use this model