Sync Lipsync v3
Sync Lipsync v3 is a video generation model from sync available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.
Cost
12 tokens/s
VideoProvider: Sync
Run generation
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":"cinematic drone shot over a city at night","speechAudio":"asset://asset_..."}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
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.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
Speaker image
speakerImageAsset input for the speakerImage slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
Speech audio*
speechAudioAsset input for the speechAudio slot.
- Type
- string
- Default
- —
- Allowed
- voiceover · asset, https, data
providerOptions
providerOptions- Type
- object
- Default
- —
- Allowed
- object
Cost
12 tokens/sVideo-to-videodefault12 tokens/s
Image-to-video12 tokens/s
The variant is selected automatically from request fields, so you do not need to send it.
Capabilities
Modes
video_editimage_to_videoAsset slots
speakerVideo:videospeakerImage:imagespeechAudio:voiceover*Run Sync Lipsync v3
Get an API key and the same request shape will work across every model in the catalog.