Generates images from text prompts using Azure OpenAI deployment.
Azure deployment ID
Azure API version
Model identifier
Text prompt to generate image
Number of images to generate
1 <= x <= 10Size of the generated image
256x256, 512x512, 1024x1024, 1792x1024, 1024x1792, 1536x1024, 1024x1536, auto Quality of the generated image
standard, hd Style of the generated image
natural, vivid Format of the response. This parameter is not supported for streaming requests.
url, b64_json User identifier for tracking
Whether to stream the response. When true, images are sent as base64 chunks via SSE.
Fallback models to try if primary model fails