Seedance 2.0 Relaxed
Less strict moderation mode for Seedance 2.0, useful when the standard check blocks complex character and reference scenes with images, video, or audio. Native audio and clips up to 1080p.
Cost
from 5.5 tokens/s
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-relaxed","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"9:16","resolution":"720p","duration":4,"audioEnabled":true,"referenceAssetUris":["asset://asset_..."]}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptScene / motion description. | string | — | up to 20000 chars |
aspectRatio aspectRatio | string | 9:16 | 9:16, 16:9, 1:1, 4:3, 3:4, 21:9 |
resolution resolution | string | 720p | 720p, 1080p, 480p |
duration duration | number | 4 | from 4 · up to 15 · step 1 seconds |
audioEnabled audioEnabledRelaxed mode generates native audio by default; disabling audio is not available on every execution route. | boolean | true | boolean |
Start image startImageAsset input for the startImage slot. | string | — | image · asset, https, data |
End image endImageAsset input for the endImage slot. | string | — | image · asset, https, data |
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 |
promptScene / motion description.
- Type
- string
- Default
- —
- Allowed
- up to 20000 chars
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 9:16, 16:9, 1:1, 4:3, 3:4, 21:9
resolution- Type
- string
- Default
- 720p
- Allowed
- 720p, 1080p, 480p
duration- Type
- number
- Default
- 4
- Allowed
- from 4 · up to 15 · step 1 seconds
audioEnabledRelaxed mode generates native audio by default; disabling audio is not available on every execution route.
- Type
- boolean
- Default
- true
- Allowed
- boolean
startImageAsset input for the startImage slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
endImageAsset input for the endImage slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
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 5.5 tokens/sThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
text_to_videoimage_to_videovideo_to_videoreference_to_videostartImage:imageendImage:imagereferenceVideo:videoreferenceVideo2:videoreferenceVideo3:videospeechAudio:voiceoverspeechAudio2:voiceoverspeechAudio3:voiceoverreferenceAssetUris:image[]<=9Run Seedance 2.0 Relaxed
Get an API key and the same request shape will work across every model in the catalog.