Submit a request for image generation. Each account can queue up to 25 concurrent requests. If the limit is exceeded, a 429 Too Many Requests error is returned.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional unique UUID v4 for the request. If not provided, a server-generated UUID will be assigned.
The model to use for image generation. Defaults to '[email protected]'.
Level of content moderation applied to the input prompts and images. Defaults to 'medium'.
low, medium, high If true, generated images are scanned for NSFW content.
Compression quality of the output image. Defaults to 95.
1 <= x <= 99Format returned by the API. Defaults to 'url'.
url, base64, dataURI Number of images to generate. Defaults to 1.
1 <= x <= 20Controls how closely the image adheres to the prompt. Defaults to 5.
1 <= x <= 50Number of inference steps for generation. Defaults to 25.
1 <= x <= 50Random seed for reproducibility. If not provided, a random seed is generated.
0 <= x <= 9223372036854776000Scheduler used during image generation. Defaults to the model's default.