Seedance 2.5

Preview Seedance tier for text, image, video-reference, and audio-reference generation at 480p or 720p for 4–15 seconds. The Preview contract may change; audio references are inputs and no separate output-audio control is documented.

Cost

from 13.5 tokens/s

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

Input fields

* required
prompt*prompt

Generation prompt describing the scene, action and direction.

Type
string
Default
Allowed
string
aspectRatioaspectRatio
Type
string
Default
9:16
Allowed
16:9, 1:1, 21:9, 3:4, 4:3, 9:16
resolutionresolution
Type
string
Default
720p
Allowed
480p, 720p
durationduration
Type
number
Default
5
Allowed
4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
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 13.5 tokens/s
480p13.5 tokens/s
720pdefault27 tokens/s
Video Reference 480p18 tokens/s
Video Reference 720p36 tokens/s

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

Capabilities

Modesvideo_referencetext_image_to_videoimage_to_videotext_to_video
Asset slotsreferenceVideo:videoreferenceVideo2:videoreferenceVideo3:videospeechAudio:voiceoverspeechAudio2:voiceoverspeechAudio3:voiceoverreferenceAssetUris:image[]<=9

Run Seedance 2.5

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

Where to use this model