Short answer: Drop the "OpenAI → Create Image (DALL-E)" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Prompt prompt | string | Required | Text description of the image to generate |
Model model | options | Optional | gpt-image-1 is OpenAI's current image model and works with any modern (sk-proj-...) API key. DALL-E 3 and DALL-E 2 require the 'DALL-E image generation' permission to be explicitly granted at platform.openai.com → Project → API keys. New project keys do NOT have this by default — if you see 'model does not exist', that's a permissions issue, not the schema. |
Size size | options | Optional | Size must match the chosen model. 1024x1024 is the safe default that works with every model. gpt-image-1 supports 1024x1024 / 1536x1024 / 1024x1536. DALL-E 3 supports 1024x1024 / 1792x1024 / 1024x1792. DALL-E 2 supports 256x256 / 512x512 / 1024x1024. |
{"prompt": "e.g. A sunset over mountains in watercolor style","model": "{{trigger.model}}","size": "{{trigger.size}}"}
{"raw": "<original OpenAI response>","url": "https://ccc.oute.app/MW_TOKEN/.../openai-image-abc123.png","byte_size": 1258624,"image_url": "https://ccc.oute.app/MW_TOKEN/.../openai-image-abc123.png","mime_type": "image/png","expires_at": "2026-05-15T13:59:00.704Z","revised_prompt": "A beautiful sunset..."}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.