W
Sync Lipsync 3
Sync Lipsync 3, a lipsync model from WaveSpeed.
lipsyncModelOverride: { model: "sync-lipsync-3" }
Sync·served viaPricing
- List price
- $0.135/s
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Released
- 2026
- Model string
- sync/lipsync-3
Parameters
Model options, passed in
lipsyncModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
videoVideo to be lip synced. | Video URL | — | — |
audioAudio to be lip synced. | Audio URL | — | — |
sync_modeHow to handle duration mismatches between the video and audio inputs. | Select | cut_off | cut_offloopbouncesilenceremap |
Use this model
await mindstudio.generateLipsync({ imageUrl: "...", audioUrl: "...", lipsyncModelOverride: { model: "sync-lipsync-3", config: { sync_mode: "cut_off", }, }, });