Zekron Video Fast

Generate short, high-quality video clips from a text prompt or a reference image. Smooth motion, cinematic framing, predictable cost per second.

Back to docs
Videozekron/video-fast$0.120 per secondmax prompt 1,500 chars

Supported modes

text-to-videoimage-to-video

Parameters

Pass these inside the input object when creating a task.

FieldRequired
promptrequired
image_urloptional
durationoptional
resolutionoptional
aspect_ratiooptional

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-fast",
  "input": {
    "prompt": "a cinematic shot of a lighthouse at golden hour",
    "duration": 5,
    "aspect_ratio": "16:9",
    "resolution": "1080p"
  }
}'

Example response

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

Pricing

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