Zekron Image Pro

Photorealistic, high-resolution image generation with strong prompt adherence and fast turnaround. Ideal for product shots, concept art and marketing creative.

Back to docs
Imagezekron/image-pro$0.018 per imagemax prompt 2,000 chars

Supported modes

text-to-imageimage-to-image

Parameters

Pass these inside the input object when creating a task.

FieldRequired
promptrequired
negative_promptoptional
widthoptional
heightoptional
seedoptional
guidanceoptional

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/image-pro",
  "input": {
    "prompt": "a cinematic shot of a lighthouse at golden hour",
    "width": 1024,
    "height": 1024
  }
}'

Example response

json
{
  "id": "zk_task_8f3a2b1c9d",
  "model": "zekron/image-pro",
  "status": "succeeded",
  "output": {
    "image": "https://cdn.zekron.tech/out/zk_task_8f3a2b1c9d.png"
  },
  "cost_usd": 0.018,
  "created_at": "2026-06-10T12:00:00Z",
  "completed_at": "2026-06-10T12:00:42Z"
}

Pricing

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