Prerequisites
Generate an image
Lumenfall uses an OpenAI-compatible API, so you can use any OpenAI SDK or make direct HTTP requests.Response
The API returns image URLs in the standard OpenAI format:Available models
Lumenfall routes your requests to the best available provider. You can specify any supported model:| Model | Provider | Description |
|---|---|---|
imagen-3 | Google Vertex | Google’s latest image generation model |
imagen-3-fast | Google Vertex | Faster variant with slightly lower quality |
dall-e-3 | OpenAI | OpenAI’s DALL-E 3 |
dall-e-2 | OpenAI | OpenAI’s DALL-E 2 |
flux-pro | Replicate | Black Forest Labs Flux Pro |
flux-schnell | Replicate | Fast Flux variant |
Estimate costs before generating
Add?dryRun=true to any request to get a cost estimate without actually generating the image: