Documentation Index
Fetch the complete documentation index at: https://docs.darkbloom.dev/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/images/generations generates images from a text prompt. The endpoint follows the OpenAI Images API format — you send a prompt and receive a response containing the generated image. Providers serving image generation run the image backend on Apple Silicon alongside the text inference process.
Request parameters
A text description of the image you want to generate.
The number of images to generate. Currently
1 is recommended.The dimensions of the generated image. Supported values depend on the provider’s image backend configuration.
Examples
Response
Unix timestamp for when the image was generated.
Array of generated image objects.
Image generation is served by providers that have opted into running the image backend. Availability may be more limited than text inference. If no image providers are online, the request will queue and retry before returning an error.