Zekron Video Cine

Our highest-quality video model for cinematic, detailed output with reference-to-video and clip extension support.

Back to docs
Videozekron/video-cine$0.280 per secondmax prompt 2,000 chars

Supported modes

text-to-videoimage-to-videoreference-to-videoextend

Parameters

Pass these inside the input object when creating a task.

FieldRequired
promptrequired
image_urloptional
reference_urlsoptional
durationoptional
resolutionoptional

Example request

bash
curl -X POST https://api.zekron.tech/api/v1/task \
  -H "Authorization: Bearer zk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "zekron/video-cine",
  "input": {
    "prompt": "a cinematic shot of a lighthouse at golden hour",
    "duration": 5,
    "resolution": "1080p"
  }
}'

Example response

json
{
  "id": "zk_task_8f3a2b1c9d",
  "model": "zekron/video-cine",
  "status": "succeeded",
  "output": {
    "video": "https://cdn.zekron.tech/out/zk_task_8f3a2b1c9d.mp4"
  },
  "cost_usd": 0.28,
  "created_at": "2026-06-10T12:00:00Z",
  "completed_at": "2026-06-10T12:00:42Z"
}

Pricing

This model is billed at $0.280 per second. You are only charged for successful generations — failed tasks are never billed. Generated outputs are retained for 21 days before they expire.