Sync Lipsync v3
Синхронизирует видео или фото спикера с выбранной озвучкой с помощью модели sync-3 от sync.
Стоимость
12 токенов/с
ВидеоПровайдер: Sync
Запустить генерацию
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":"sync-lipsync-v3","input":{"prompt":"кинематографичный пролёт дрона над ночным городом","speechAudio":"asset://asset_..."}}'Входные поля
* — обязательное| Поле | Тип | По умолчанию | Допустимо |
|---|---|---|---|
Speaker video speakerVideoAsset input for the speakerVideo slot. | string | — | video · asset, https, data |
Speaker image speakerImageAsset input for the speakerImage slot. | string | — | image · asset, https, data |
Speech audio* speechAudioAsset input for the speechAudio slot. | string | — | voiceover · asset, https, data |
providerOptions providerOptions | object | — | object |
Speaker video
speakerVideoAsset input for the speakerVideo slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- video · asset, https, data
Speaker image
speakerImageAsset input for the speakerImage slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- image · asset, https, data
Speech audio*
speechAudioAsset input for the speechAudio slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- voiceover · asset, https, data
providerOptions
providerOptions- Тип
- object
- По умолчанию
- —
- Допустимо
- object
Стоимость
12 токенов/сВидео → видеопо умолчанию12 тк/с
Фото → видео12 тк/с
Вариант подбирается по полям запроса автоматически — указывать его не нужно.
Возможности
Режимы
video_editimage_to_videoСлоты ассетов
speakerVideo:videospeakerImage:imagespeechAudio:voiceover*Запустить Sync Lipsync v3
Получи API-ключ — и этот же запрос заработает для любой модели каталога.