# Create an image — OpenAI Images Botize method — `openai_dalle.create_image` (action). Convert Text into an image. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `prompt` *(string)* — Prompt - `model` *(string, one of: "gpt-image-1.5"; "gpt-image-1"; "gpt-image-1-mini"; "dall-e-3"; "dall-e-2")* — Model - `size` *(string, one of: ""; "1024x1024"; "1536x1024"; "1024x1536"; "256x256"; "512x512"; "1792x1024"; "1024x1792")* — Size - `quality` *(string, one of: ""; "high"; "medium"; "low"; "hd")* — Quality - `background` *(string, one of: ""; "transparent"; "opaque")* — Background - `style` *(string, one of: ""; "vivid"; "natural")* — Style ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{revised_prompt}}` *(text)* — Revised Prompt - `{{image_url}}` *(text)* — Image File URL ## Account Needs a connected OpenAI Images account in Botize: https://botize.com/en/app/openai_dalle/authenticate ## This app Every trigger and action for OpenAI Images: https://botize.com/en/app/openai_dalle.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/openai_dalle/create_image