---
title: "Create Image"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/openai/image/createimage
markdown: https://docs.nodetool.ai/nodes/openai/image/createimage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/openai/image/createimage.md
---

# Create Image

**Type:** `openai.image.CreateImage`

**Namespace:** `openai.image`

## Description

Generates images from textual descriptions.
    image, t2i, tti, text-to-image, create, generate, picture, photo, art, drawing, illustration

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| prompt | `str` | The prompt to use. | `` |
| model | `enum` | The model to use for image generation. | `gpt-image-1` |
| size | `enum` | The size of the image to generate. | `1024x1024` |
| background | `enum` | The background of the image to generate. | `auto` |
| quality | `enum` | The quality of the image to generate. | `high` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [openai.image](./) namespace.
