Skip to main content
Glama

flux_generate_image

Generate AI images from text prompts using Flux models by Black Forest Labs. Choose from 6 variants including flux-dev for speed or flux-pro for detail. Returns task IDs and image URLs with support for custom sizes.

Instructions

Generate AI images from a text prompt using Flux.

Flux is a family of fast, high-quality image generation models by Black Forest Labs. Different models offer different tradeoffs between speed, quality, and capabilities.

Use this when:

  • You want to create new images from a text description

  • You need high-quality AI-generated artwork or photos

  • You want fast image generation with good prompt following

For editing existing images, use flux_edit_image instead.

Returns: Task ID and generated image information including URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesDescription of the image to generate. Be descriptive about style, subject, lighting, and composition. Examples: 'A majestic mountain landscape at golden hour, photorealistic', 'Cyberpunk street scene with neon lights and rain, cinematic', 'Minimalist logo design of a phoenix, vector art style'
modelNoFlux model to use for generation. Options: - flux-dev: Fast development model, good balance of speed and quality (default) - flux-pro: Higher quality production model - flux-pro-1.1: Improved production model with better prompt following - flux-pro-1.1-ultra: Highest quality, supports aspect ratios instead of pixel sizes - flux-kontext-pro: Context-aware model for editing and style transfer - flux-kontext-max: Maximum context model for complex editing tasksflux-dev
sizeNoImage size. For flux-dev/pro/pro-1.1: pixel dimensions like '1024x1024' (256-1440px, multiples of 32). For flux-pro-1.1-ultra and kontext models: aspect ratios like '1:1', '16:9', '9:16', '4:3', '3:2', '2:3', '4:5', '5:4', '3:4', '21:9', '9:21'. Default varies by model.
countNoNumber of images to generate. Only supported for generate action. Default is 1.
callback_urlNoWebhook callback URL for asynchronous notifications. When provided, the API will POST to this URL when the image is generated.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It discloses return values ('Task ID and generated image information including URLs'), implying asynchronous behavior, but omits operational details like polling requirements (relevant given flux_get_task sibling), rate limits, or error conditions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections (purpose, context, usage conditions, alternatives, returns). Front-loaded with the core action. Slightly verbose on Flux background, but efficiently uses bullet points for usage criteria.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters with full schema coverage and existing output schema, the description provides sufficient context by explaining the Flux model family and summarizing return values. Could be improved by explicitly mentioning the async polling pattern implied by Task ID returns.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description provides high-level context about Flux model tradeoffs but does not add parameter-specific semantics beyond the schema's extensive documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource ('Generate AI images from a text prompt'), immediately clarifies Flux's identity ('family of fast, high-quality image generation models'), and explicitly distinguishes from the sibling tool ('For editing existing images, use flux_edit_image instead').

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit 'Use this when:' criteria with three specific scenarios (creating new images, artwork/photos, fast generation), and explicitly names the alternative tool for editing workflows, giving clear guidance on selection boundaries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MCPFlux'

If you have feedback or need assistance with the MCP directory API, please join our Discord server