Kling 3.0

Kuaishou Kling 3.0 video generation. Native audio with cinematic control, 720P/1080P, 3-15 second outputs. · kie

All models
Parameters

std=720P, pro=1080P

Native audio (default false / true in multi-shot)

Single-shot prompt; supports @name refs

1-2 frames; 1 only in multi-shot

Auto-adapts when image_urls set

Pricing
140credits
5s
Per second28 credits/s
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "kling-3.0",
  "input": {
    "mode": "std",
    "duration": 5,
    "multi_shots": false,
    "aspect_ratio": "16:9"
  }
}'