Kling 2.6

Kuaishou Kling 2.6 image-to-video. Convert a still image into a 5s or 10s video, with optional native audio. · kie

All models
Parameters

Generate native audio

Text prompt. Up to 2500 chars.

Source image URL(s). JPEG/PNG/WebP, ≤ 10 MB each.

Pricing
110credits
5s
Per second22 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-2.6",
  "input": {
    "sound": false,
    "duration": 5
  }
}'