generate_image_using_dalle3
Create and save high-quality images from text prompts using DALL-E 3. Specify size, quality, and style, and save the output to an absolute path for efficient image generation.
Instructions
Generate an image using DALL-E 3 (Azure or OpenAI) based on a text prompt and save it to an absolute path.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputPath | Yes | Required. Absolute path to save the generated image (e.g., 'd:/images/output.png'). Relative paths are not allowed. | |
prompt | Yes | Text description of the desired image | |
quality | No | Quality of the generated image. | standard |
size | No | Size of the generated image. | |
style | No | Style of the generated image. | vivid |