Kling 2.1

Kuaishou Kling 2.1 – image-to-video specialist. Animates a start frame into 5 or 10 s at 720p/1080p. Optional end frame.

Back to docs
Imagekuaishou/kling-o1-image$0.0200 / image

Base URL

https://api.zekron.tech/api/v1

Supported modes

image-to-imagetext-to-image

Parameters

Pass these inside the input object when creating a task.

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-o1-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-o1-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.0200 / image. You are only charged for successful generations — failed tasks are never billed. Generated outputs are retained for 30 days before they expire.