Seedance 2.0
Отвечает на режиссёрские команды — ракурс, движение камеры, смена планов — через описание, со звуком в одном проходе. Бери для кинематографичных кадров по референсам, вплоть до 1080p.
Стоимость
от 4,5 токенов/с
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","input":{"prompt":"кинематографичный пролёт дрона над ночным городом","aspectRatio":"9:16","resolution":"720p","duration":4,"audioEnabled":true,"referenceAssetUris":["asset://asset_..."]}}'Входные поля
* — обязательное| Поле | Тип | По умолчанию | Допустимо |
|---|---|---|---|
prompt* promptScene / motion description. | string | — | до 20000 симв. |
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 | от 4 · до 15 · шаг 1 seconds |
audioEnabled audioEnabledSeedance генерирует native audio по умолчанию; выключение звука доступно не для всех маршрутов исполнения. | 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 · до 9 · asset, https, data |
promptScene / motion description.
- Тип
- string
- По умолчанию
- —
- Допустимо
- до 20000 симв.
aspectRatio- Тип
- string
- По умолчанию
- 9:16
- Допустимо
- 9:16, 16:9, 1:1, 4:3, 3:4, 21:9
resolution- Тип
- string
- По умолчанию
- 720p
- Допустимо
- 720p, 1080p, 480p
duration- Тип
- number
- По умолчанию
- 4
- Допустимо
- от 4 · до 15 · шаг 1 seconds
audioEnabledSeedance генерирует native audio по умолчанию; выключение звука доступно не для всех маршрутов исполнения.
- Тип
- boolean
- По умолчанию
- true
- Допустимо
- boolean
startImageAsset input for the startImage slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- image · asset, https, data
endImageAsset input for the endImage slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- image · asset, https, data
referenceVideoAsset input for the referenceVideo slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- video · asset, https, data
referenceVideo2Asset input for the referenceVideo2 slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- video · asset, https, data
referenceVideo3Asset input for the referenceVideo3 slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- video · asset, https, data
speechAudioAsset input for the speechAudio slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- voiceover · asset, https, data
speechAudio2Asset input for the speechAudio2 slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- voiceover · asset, https, data
speechAudio3Asset input for the speechAudio3 slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- voiceover · asset, https, data
referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs.
- Тип
- array
- По умолчанию
- —
- Допустимо
- image · до 9 · asset, https, data
Стоимость
от 4,5 токенов/сВариант подбирается по полям запроса автоматически — указывать его не нужно.
Возможности
text_to_videoimage_to_videovideo_to_videoreference_to_videostartImage:imageendImage:imagereferenceVideo:videoreferenceVideo2:videoreferenceVideo3:videospeechAudio:voiceoverspeechAudio2:voiceoverspeechAudio3:voiceoverreferenceAssetUris:image[]<=9Запустить Seedance 2.0
Получи API-ключ — и этот же запрос заработает для любой модели каталога.