EdgazeDocsEdgaze Docs
DocumentationAPI Reference
Home
Core
Workflow InputWorkflow FormWorkflow OutputMergeMerge ObjectsTemplateMap
AI
LLM ChatLLM ImageLLM Embeddings
Logic & integration
HTTP RequestWeb ScrapeYouTube TranscriptJSON ParseConditionDelayLoopRun Another Workflow (Remix)

Platform status

Checking platform status
Block reference

LLM Image

Turn a text prompt into a generated image URL for your workflow result.

Audience

Creators building and publishing workflows.

Overview#

LLM Image creates visuals from a prompt using Gemini or OpenAI image models. Default is Nano Banana 2 (Gemini 3.1 Flash Image).

It works best after upstream steps have already shaped a clear, specific prompt, not vague raw customer input.

LLM Image

Press enter or space to select a node. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.

Ports#

  • Input: Prompt: The image description, usually polished text from an upstream LLM or input block.
  • Output: Image URL: A link to the generated image for display or downstream use.

Inspector#

  • Prompt: Fallback description when Prompt input is not connected.
  • Model: Image provider and generation behavior.
  • Aspect ratio: Frame shape. Gemini uses this directly; OpenAI maps to the nearest supported shape.
  • Quality: Low, medium, or high. This applies to OpenAI image models only and is ignored for Gemini.

Tips#

  • Refine the prompt upstream before image generation; this block generates the image.
  • Pick aspect ratio to match the product (square, landscape, portrait).
  • Treat image generation as a late-stage step in the graph.
  • Confirm the run modal shows images correctly when Image URL feeds Workflow Output.

Related#

  • Workflow Studio

Was this useful?

Your response helps us improve the documentation.

More blocks

Workflow Input

Ask the customer one clear question and turn their answer into data your workflow can use.

Workflow Form

Collect several run-modal fields in one grouped form, each with a stable key for downstream steps.

Workflow Output

Define what the customer receives when the workflow finishes.

On this page
OverviewPortsInspectorTipsRelated
© 2026 Edge Platforms, Inc. All rights reserved.