# OpenAI DALL·E 3

Generates images synchronously via OpenAI's DALL·E 3 endpoint. This node takes a text prompt and creates corresponding images using OpenAI's DALL·E 3 model, allowing you to specify image quality, style, and dimensions.

## Inputs

| Parameter | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `prompt` | Text prompt for DALL·E (default: "") | STRING | Yes | - |
| `seed` | Not implemented yet in backend (default: 0) | INT | No | 0 to 2147483647 |
| `quality` | Image quality (default: "standard") | COMBO | No | "standard"<br>"hd" |
| `style` | Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images. (default: "natural") | COMBO | No | "natural"<br>"vivid" |
| `size` | Image size (default: "1024x1024") | COMBO | No | "1024x1024"<br>"1024x1792"<br>"1792x1024" |

## Outputs

| Output Name | Description | Data Type |
|-------------|-------------|-----------|
| `IMAGE` | The generated image from DALL·E 3 | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/OpenAIDalle3/en.md)

---
**Source fingerprint (SHA-256):** `9077628610503d8c0afdd04e30dadac46106bd577d10f2d7aa10864db4430605`
