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
Speaker videospeakerVideo

Asset input for the speakerVideo slot.

Type
string
Default
Allowed
video · asset, https, data
Speaker imagespeakerImage

Asset input for the speakerImage slot.

Type
string
Default
Allowed
image · asset, https, data
Speech audio*speechAudio

Asset input for the speechAudio slot.

Type
string
Default
Allowed
voiceover · asset, https, data
providerOptionsproviderOptions
Type
object
Default
Allowed
object

Cost

12 tokens/s
Video-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

Modesvideo_editimage_to_video
Asset slotsspeakerVideo:videospeakerImage:imagespeechAudio:voiceover*

Run Sync Lipsync v3

Get an API key and the same request shape will work across every model in the catalog.

Where to use this model