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. Browse our full model catalog to see all supported models, or use the Models API to list available models programmatically.Estimate costs before generating
Add?dryRun=true to any request to get a cost estimate without generating the image. The response includes pricing in micros (1/1,000,000 of a dollar). See Cost estimation for details and response format.