generate_image_using_dalle3
Generate high-quality images from text prompts with DALL-E 3, saving them to a specified absolute path. Customize size, quality, and style for tailored visual outputs.
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 |