W
AI Avatar Standard
AI Avatar Standard, a lipsync model from WaveSpeed.
lipsyncModelOverride: { model: "kwaivgi-kling-v1-ai-avatar-standard" }
KKling·served viaWaveSpeed·Released August 2025
Pricing
- List price
- $0.28+/s (dynamic)
- Per generation
- $0.00010
Specifications
- Context window
- 50,000 tokens
- Aspect ratios
- 2
- Released
- August 2025
- Model string
- kwaivgi/kling-v1-ai-avatar-standard
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: "kwaivgi-kling-v1-ai-avatar-standard", config: { resolution: "480p", }, }, });