Tools
Image Generator
Generate images
Usage Instructions
Integrate Image Generator into the workflow. Can generate images using DALL-E 3 or GPT Image.
Tools
openai_image
Generate images using OpenAI's Image models
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | The model to use (gpt-image-1 or dall-e-3) |
prompt | string | Yes | A text description of the desired image |
size | string | Yes | The size of the generated images (1024x1024, 1024x1792, or 1792x1024) |
quality | string | No | The quality of the image (standard or hd) |
style | string | No | The style of the image (vivid or natural) |
background | string | No | The background color, only for gpt-image-1 |
apiKey | string | Yes | Your OpenAI API key |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Operation success status |
output | object | Generated image data |
Notes
- Category:
tools - Type:
image_generator