Kling V1 | Pro | AI Avatar
Generate high-quality AI avatar videos by combining a portrait image with audio input. The Pro tier delivers superior lip-sync accuracy and visual fidelity.
Quick Start
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "kling-v1-pro-ai-avatar",
"version": "0.0.1",
"input": {
"audio_url": "https://example.com/speech.mp3",
"image_url": "https://example.com/portrait.jpg",
"prompt": "A professional speaker presenting with natural expressions"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
audio_url |
string | (empty) | The URL of the audio file |
image_url |
string | (empty) | The URL of the image to use as your avatar |
prompt |
string | (empty) | The prompt to use for the video generation |
Output
- Type: video
Examples
Corporate Presentation Avatar
{
"model": "kling-v1-pro-ai-avatar",
"version": "0.0.1",
"input": {
"audio_url": "https://example.com/corporate-speech.mp3",
"image_url": "https://example.com/business-headshot.jpg",
"prompt": "A confident business professional speaking in a modern office setting"
}
}
Casual Talking Avatar
{
"model": "kling-v1-pro-ai-avatar",
"version": "0.0.1",
"input": {
"audio_url": "https://example.com/casual-narration.mp3",
"image_url": "https://example.com/casual-portrait.jpg",
"prompt": "A friendly person chatting naturally with warm expressions"
}
}
Related Models
- Kling V1 Standard AI Avatar - Standard quality avatar generation at lower cost
- EchoMimic V3 - Alternative talking head generation
- Character 3 - Audio-driven character video generation