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
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| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptGeneration prompt describing the scene, action and direction. | string | — | string |
aspectRatio aspectRatio | string | 9:16 | 16:9, 1:1, 21:9, 3:4, 4:3, 9:16 |
resolution resolution | string | 720p | 480p, 720p |
duration duration | number | 5 | 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 |
Reference video referenceVideoAsset input for the referenceVideo slot. | string | — | video · asset, https, data |
Reference video 2 referenceVideo2Asset input for the referenceVideo2 slot. | string | — | video · asset, https, data |
Reference video 3 referenceVideo3Asset input for the referenceVideo3 slot. | string | — | video · asset, https, data |
Speech audio speechAudioAsset input for the speechAudio slot. | string | — | voiceover · asset, https, data |
Speech audio 2 speechAudio2Asset input for the speechAudio2 slot. | string | — | voiceover · asset, https, data |
Speech audio 3 speechAudio3Asset input for the speechAudio3 slot. | string | — | voiceover · asset, https, data |
Reference images referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs. | array | — | image · up to 9 · asset, https, data |
promptGeneration prompt describing the scene, action and direction.
- Type
- string
- Default
- —
- Allowed
- string
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 16:9, 1:1, 21:9, 3:4, 4:3, 9:16
resolution- Type
- string
- Default
- 720p
- Allowed
- 480p, 720p
duration- Type
- number
- Default
- 5
- Allowed
- 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
referenceVideoAsset input for the referenceVideo slot.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
referenceVideo2Asset input for the referenceVideo2 slot.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
referenceVideo3Asset input for the referenceVideo3 slot.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
speechAudioAsset input for the speechAudio slot.
- Type
- string
- Default
- —
- Allowed
- voiceover · asset, https, data
speechAudio2Asset input for the speechAudio2 slot.
- Type
- string
- Default
- —
- Allowed
- voiceover · asset, https, data
speechAudio3Asset input for the speechAudio3 slot.
- Type
- string
- Default
- —
- Allowed
- voiceover · asset, https, data
referenceAssetUrisOptional 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/sThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
video_referencetext_image_to_videoimage_to_videotext_to_videoreferenceVideo:videoreferenceVideo2:videoreferenceVideo3:videospeechAudio:voiceoverspeechAudio2:voiceoverspeechAudio3:voiceoverreferenceAssetUris:image[]<=9Run Seedance 2.5
Get an API key and the same request shape will work across every model in the catalog.