Kling 3.0 (Multi-Shot)
Kuaishou Kling 3.0 multi-shot mode – pass a multi_shots array of 2–6 scenes for connected storytelling.
Back to docs
Videokuaishou/kling-mc-3.0$0.1300–$0.1700 / sec
Base URL
https://api.zekron.tech/api/v1Supported modes
multi-shot
Parameters
Pass these inside the input object when creating a task.
| Field | Required |
|---|---|
| multi_shots | required |
| mode | optional |
| aspect_ratio | optional |
| native_audio | optional |
multi_shotsrequired
modeoptional
aspect_ratiooptional
native_audiooptional
Example request
bash
curl -X POST https://api.zekron.tech/api/v1/tasks \
-H "Authorization: Bearer zk_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "kuaishou/kling-mc-3.0",
"input": {
"multi_shots": [
{
"prompt": "hero reveal – product on a clean white surface",
"duration": 4
},
{
"prompt": "feature highlight – close-up detail shot",
"duration": 4
},
{
"prompt": "closing card – brand logo fade-in",
"duration": 4
}
],
"aspect_ratio": "16:9",
"mode": "std",
"native_audio": true
}
}'Example response
json
{
"id": "zk_task_8f3a2b1c9d",
"model": "kuaishou/kling-mc-3.0",
"status": "processing",
"created_at": "2026-06-10T12:00:00Z"
}Poll GET https://api.zekron.tech/api/v1/tasks/{id} until status is success or failed.
Pricing
This model is billed at $0.1300–$0.1700 / sec. You are only charged for successful generations — failed tasks are never billed. Generated outputs are retained for 30 days before they expire.