Kling V3
Kuaishou's Kling 3.0 image-to-video and text-to-video, in Standard, Pro, and 4K tiers, plus native-audio variants.
Image to videoKuaishou$0.15 / secondimage-to-videocinematicaudiokling
$0.15/ second
$0.15 per second. $1 ≈ 6 seconds of video.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/kling-v3-pro-audio/image-to-videorequest
curl https://api.tryinfer.com/v1/inference/kling-v3-pro-audio/image-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "slow cinematic dolly-in, soft breeze, shallow depth of field",
"image_url": "https://example.com/input.jpg"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| prompt | string | Yes | — | — |
| image_url | string (URL) | Yes | — | — |
| aspect_ratio | string | — | 16:9 | 16:99:16 |
| duration_seconds | integer | — | — | 510 |
| last_frame_image_b64 | string (URL) | — | — | — |
| last_frame_image_url | string (URL) | — | — | — |
Authenticate with a bearer token. Get an API key →