Blocks

Image Generator

Generate images

Create high-quality images using DALL-E. Configure resolution, quality, style, and other parameters to get exactly the image you need.

Back to Catalog
Toolsimage_generator

Block Preview

Image Generator

Generate images

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the image_generator block with monitoring enabled in production.

Inputs (UI)

Provider

dropdown

Layout: full

Options: DALL-E

Prompt

long-input

Placeholder: A modern office workspace with natural lighting and plants

Layout: full

Model

dropdown

Layout: half

Options: DALL-E 3

Size

dropdown

Layout: half

Options: 1024x1024, 1024x1792, 1792x1024

Quality

dropdown

Layout: half

Options: Standard, HD

Style

dropdown

Layout: half

Options: Vivid, Natural

API Key

short-input

Placeholder: Enter your OpenAI API key

Layout: full

Inputs (API)

provider

string

Required

prompt

string

Required

model

string

Required

size

string

Optional

quality

string

Optional

style

string

Optional

apiKey

string

Required

Outputs

Primary response type:

{
  "content": "string",
  "image": "string",
  "metadata": "json"
}

Tool Access

openai_dalle
Image Generator | NowFlow Blocks