Seedance 2.5
Preview-версия Seedance для генерации роликов из текста, изображений и референсов видео/аудио. 480p/720p, 4–15 секунд; контракт Preview может измениться.
Стоимость
от 13,5 токенов/с
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* 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 · до 9 · asset, https, data |
promptGeneration prompt describing the scene, action and direction.
- Тип
- string
- По умолчанию
- —
- Допустимо
- string
aspectRatio- Тип
- string
- По умолчанию
- 9:16
- Допустимо
- 16:9, 1:1, 21:9, 3:4, 4:3, 9:16
resolution- Тип
- string
- По умолчанию
- 720p
- Допустимо
- 480p, 720p
duration- Тип
- number
- По умолчанию
- 5
- Допустимо
- 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
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
Стоимость
от 13,5 токенов/сВариант подбирается по полям запроса автоматически — указывать его не нужно.
Возможности
video_referencetext_image_to_videoimage_to_videotext_to_videoreferenceVideo:videoreferenceVideo2:videoreferenceVideo3:videospeechAudio:voiceoverspeechAudio2:voiceoverspeechAudio3:voiceoverreferenceAssetUris:image[]<=9Запустить Seedance 2.5
Получи API-ключ — и этот же запрос заработает для любой модели каталога.