Image generation
Generate an image based on the given text by employing AI models like stable diffusion, DALL·E, and other pertinent models.
POST
/
v1
/
ai
/
image_generation
Supported values for the size
parameter.
small
= 256x256medium
= 512x512large
= 1024x1024
Body
The prompt to generate the image from. Maximum prompt character length is 1000.
The model to use for the generation. Default is sdxl
sd1.5
- Stable Diffusion v1.5sdxl
- Stable Diffusion XLead1.0
- Anime Diffusionrv1.3
- Realistic Vision v1.3rv3
- Realistic Vision v3rv5.1
- Realistic Vision v5.1ar1.8
- AbsoluteReality v1.8.1
The size of the image. Default is medium
.
- small
- medium
- large
The width of the image.
The height of the image.
Header
Your JigsawStack API key
Response
Was this page helpful?