Kling 2.1 (Image-to-Video)
Kuaishou Kling 2.1 image-to-video alias. Requires start frame; optional end frame for bookending.
Back to docs
Videokuaishou/kling-2.1-image$0.0800–$0.1400 / sec
Base URL
https://api.zekron.tech/api/v1Supported modes
image-to-video
Parameters
Pass these inside the input object when creating a task.
| Field | Required |
|---|---|
| image_url | required |
| prompt | optional |
| end_image_url | optional |
| duration | optional |
| mode | optional |
| generate_audio | optional |
image_urlrequired
promptoptional
end_image_urloptional
durationoptional
modeoptional
generate_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-2.1-image",
"input": {
"image_url": "https://your-app.com/input.png",
"duration": 5,
"mode": "std",
"generate_audio": true
}
}'Example response
json
{
"id": "zk_task_8f3a2b1c9d",
"model": "kuaishou/kling-2.1-image",
"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.0800–$0.1400 / sec. You are only charged for successful generations — failed tasks are never billed. Generated outputs are retained for 30 days before they expire.