Kling 3.0
Latest flagship Kling model. Supports std, pro, and 4K quality modes.
Back to docs
Videokuaishou/kling-3.0$0.0140–$0.0280 / secFeatured
Base URL
https://api.zekron.tech/api/v1Supported modes
text-to-videoimage-to-videostdpro4k
Parameters
Pass these inside the input object when creating a task.
| Field | Required |
|---|---|
| prompt | required |
| image_url | optional |
| duration | optional |
| aspect_ratio | optional |
| mode | optional |
promptrequired
image_urloptional
durationoptional
aspect_ratiooptional
modeoptional
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-3.0",
"input": {
"prompt": "a cinematic shot of a lighthouse at golden hour",
"duration": 5,
"aspect_ratio": "16:9",
"mode": "std"
}
}'Example response
json
{
"id": "zk_task_8f3a2b1c9d",
"model": "kuaishou/kling-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.0140–$0.0280 / sec. You are only charged for successful generations — failed tasks are never billed. Generated outputs are retained for 30 days before they expire.