Image Generation
Generate images using quantized Stable Diffusion and other image generation models.
Generate Images
POST
/v1/images/generations{
"model": "mesh/sdxl-turbo-q4",
"prompt": "A futuristic cityscape at sunset",
"n": 1,
"size": "1024x1024",
"steps": 20
}