Zekron Image Flash
Imagezekron/image-flashCost-optimized image model for high-volume generation, drafts and previews. Sub-second latency at a fraction of the price.
$0.0030
per image
Quick start
curl -X POST https://api.zekron.tech/api/v1/task \
-H "Authorization: Bearer zk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"zekron/image-flash","input":{"prompt":"a neon city skyline at dusk, cinematic, ultra detailed"}}'Example response
{
"success": true,
"data": {
"task_id": "zk_task_abc123",
"provider": "zekronai",
"model": "zekron/image-flash",
"status": "completed",
"output": [
"https://cdn.zekron.tech/out/img_abc123.png"
],
"cost": 0.003,
"currency": "USD",
"created_at": "2026-06-10T12:00:00Z"
}
}