Seedance 2.5

Preview-версия Seedance для генерации роликов из текста, изображений и референсов видео/аудио. 480p/720p, 4–15 секунд; контракт Preview может измениться.

Стоимость

от 13,5 токенов/с

ВидеоПровайдер: BytePlus
Запустить генерацию
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":"кинематографичный пролёт дрона над ночным городом","aspectRatio":"9:16","resolution":"720p","duration":5,"referenceAssetUris":["asset://asset_..."]}}'

Входные поля

* — обязательное
prompt*prompt

Generation prompt describing the scene, action and direction.

Тип
string
По умолчанию
Допустимо
string
aspectRatioaspectRatio
Тип
string
По умолчанию
9:16
Допустимо
16:9, 1:1, 21:9, 3:4, 4:3, 9:16
resolutionresolution
Тип
string
По умолчанию
720p
Допустимо
480p, 720p
durationduration
Тип
number
По умолчанию
5
Допустимо
4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
Reference videoreferenceVideo

Asset input for the referenceVideo slot.

Тип
string
По умолчанию
Допустимо
video · asset, https, data
Reference video 2referenceVideo2

Asset input for the referenceVideo2 slot.

Тип
string
По умолчанию
Допустимо
video · asset, https, data
Reference video 3referenceVideo3

Asset input for the referenceVideo3 slot.

Тип
string
По умолчанию
Допустимо
video · asset, https, data
Speech audiospeechAudio

Asset input for the speechAudio slot.

Тип
string
По умолчанию
Допустимо
voiceover · asset, https, data
Speech audio 2speechAudio2

Asset input for the speechAudio2 slot.

Тип
string
По умолчанию
Допустимо
voiceover · asset, https, data
Speech audio 3speechAudio3

Asset input for the speechAudio3 slot.

Тип
string
По умолчанию
Допустимо
voiceover · asset, https, data
Reference imagesreferenceAssetUris

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

Тип
array
По умолчанию
Допустимо
image · до 9 · asset, https, data

Стоимость

от 13,5 токенов/с
480p13,5 тк/с
720pпо умолчанию27 тк/с
Video Reference 480p18 тк/с
Video Reference 720p36 тк/с

Вариант подбирается по полям запроса автоматически — указывать его не нужно.

Возможности

Режимыvideo_referencetext_image_to_videoimage_to_videotext_to_video
Слоты ассетовreferenceVideo:videoreferenceVideo2:videoreferenceVideo3:videospeechAudio:voiceoverspeechAudio2:voiceoverspeechAudio3:voiceoverreferenceAssetUris:image[]<=9

Запустить Seedance 2.5

Получи API-ключ — и этот же запрос заработает для любой модели каталога.

Где использовать эту модель