Luminet Image

Image generation, production-ready.

FLUX.1, Stable Diffusion 3.5, SDXL Lightning — all served on optimized inference paths with ControlNet, LoRA, and IP-Adapter support. Batched throughput for content pipelines, single-image speed for interactive apps.

SDXL Lightning 1024²
0.3 s
batched 1024² / GPU-min
48
cheapest per image
$0.002

Models

ModelTypeResolutionPriceSpeed
FLUX.1 Pro
image/flux-1-pro
DiffusionUp to 2048×2048$0.045 / image1.2 s
FLUX.1 Schnell
image/flux-1-schnell
Distilled diffusionUp to 1024×1024$0.003 / image0.4 s
Stable Diffusion 3.5 Large
image/sd-3.5-large
DiffusionUp to 1536×1536$0.025 / image0.9 s
SDXL Lightning
image/sdxl-lightning
1-step distilled1024×1024$0.002 / image0.3 s
ControlNet Union v3
image/controlnet-union-v3
ConditioningMatches base+$0.005 / image+0.1 s

Familiar API surface

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.luminet.ai/v1",
  apiKey: process.env.LUMINET_API_KEY,
});

const resp = await client.images.generate({
  model: "image/flux-1-schnell",
  prompt: "A neon cyberpunk skyline at dusk, ultra-detailed",
  size: "1024x1024",
  n: 4,                           // batched
});

// resp.data[i].b64_json or resp.data[i].url

Bring your own LoRA / ControlNet

Upload your fine-tuned LoRA, IP-Adapter, or ControlNet checkpoint. Mix and match per request — same multi-LoRA serving runtime as the LLM stack.