W
InfiniteTalk
InfiniteTalk, a lipsync model from WaveSpeed.
lipsyncModelOverride: { model: "wavespeed-ai-infinitetalk" }
WWaveSpeed·Released 2025
Pricing
- List price
- $0.15+ per 5 sec
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Aspect ratios
- 2
- Released
- 2025
- Model string
- wavespeed-ai/infinitetalk
Parameters
Model options, passed in
lipsyncModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
imageImage to be lip synced. | Image URL | — | — |
audioAudio to be lip synced. | Audio URL | — | — |
promptOptional prompt to guide the lip sync. | Prompt | — | — |
resolutionThe resolution of the output video. | Select | 480p | 480p720p |
seed | Seed | -1 | — |
Use this model
await mindstudio.generateLipsync({ imageUrl: "...", audioUrl: "...", lipsyncModelOverride: { model: "wavespeed-ai-infinitetalk", config: { resolution: "480p", }, }, });