Kling 3.0 Omni (Image-to-Video)

Kuaishou Kling 3.0 Omni in image-to-video mode. Pass image_url as the start frame with optional end frame and reference images.

Back to docs
Videokuaishou/kling-3.0-omni-image$0.1300–$0.1800 / sec

Base URL

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

Supported modes

image-to-video

Parameters

Pass these inside the input object when creating a task.

promptrequired
image_urlrequired
end_image_urloptional
reference_urlsoptional
durationoptional
modeoptional
aspect_ratiooptional
countoptional
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-3.0-omni-image",
  "input": {
    "prompt": "a cinematic shot of a lighthouse at golden hour",
    "image_url": "https://your-app.com/input.png",
    "duration": 5,
    "aspect_ratio": "16:9",
    "mode": "std",
    "native_audio": true,
    "count": 1
  }
}'

Example response

json
{
  "id": "zk_task_8f3a2b1c9d",
  "model": "kuaishou/kling-3.0-omni-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.1300–$0.1800 / sec. You are only charged for successful generations — failed tasks are never billed. Generated outputs are retained for 30 days before they expire.