Container
Container image generations (Beta)
Given a description, the model generates image.
POST
Body
application/json
Adjusts the alignment of the generated image with the input prompt. Higher values (e.g., 8-10) make the output more faithful to the prompt, while lower values (e.g., 1-5) encourage more creative freedom. This parameter may be irrelevant for certain models, such as FLUX.Schnell
.
The number of inference steps to use during image generation. Supported range: [1, 50].
A text description of the desired image.
Routes the request to a specific adapter.
Example:
"(adapter-route)"
The format in which the generated image will be returned. One of raw
and jpeg
.
Available options:
raw
, jpeg
The seed to use for image generation.
Response
200
application/json
Successfully generated image.
The base64-encoded image.
Was this page helpful?