Image generation tools allow AI Agents to create images from text descriptions using various AI models. Each tool offers different capabilities and parameters for fine-tuning the generation process.

Available Tools

Tool NamePlatformDescription
DALL·E Image GeneratorOpenAIHigh-quality image generation with style control
Flux DevBlack Forest LabsAdvanced image generation with detailed parameter control
Flux ProBlack Forest LabsProfessional image generation with extensive customization
Flux Pro 1.1Black Forest LabsUpdated version of Flux Pro with streamlined parameters
Flux SchnellBlack Forest LabsFast and efficient image generation

DALL·E Image Generator

Description

DALL·E Image Generator uses OpenAI’s DALL·E 3 model to create high-quality images from text descriptions. It offers control over image style and dimensions, suitable for creating realistic or artistic images.

System Tool ID and Description

Tool ID: dalle_api_wrapper
Description: Generate image via OpenAI DALL·E 3.

Arguments

NameRequiredTypeDescription
promptRequiredstringA text description of the desired image
sizeOptional (default: “1024x1024”)enumThe size of the generated images. Options: “1024x1024”, “1024x1792”, “1792x1024”
styleOptional (default: “vivid”)enumThe style of the generated images. “vivid” for hyper-real and dramatic images, “natural” for more natural-looking results

Flux Dev

Description

Flux Dev is an advanced image generation tool offering fine-grained control over the generation process through parameters like inference steps and guidance strength.

System Tool ID and Description

Tool ID: bfl_flux_dev
Description: Generate image via Black Forest Labs Flux Dev

Arguments

NameRequiredTypeDescription
promptRequiredstringText prompt for image generation
aspect_ratioOptional (default: “1:1”)enumAspect ratio for the generated image. Options: “1:1”, “16:9”, “2:3”, “3:2”, “4:5”, “5:4”, “9:16”
num_inference_stepsOptional (default: 50)numberNumber of denoising steps (range: 1-50, recommended: 28-50)
guidanceOptional (default: 3.5)numberGuidance for generated image (range: 0-10)
seedOptionalnumberRandom seed for reproducible generation

Flux Pro

Description

Flux Pro provides professional-grade image generation with extensive customization options, including safety controls and interval settings for output variance.

System Tool ID and Description

Tool ID: bfl_flux_pro
Description: Generate image via Black Forest Labs Flux Pro

Arguments

NameRequiredTypeDescription
promptRequiredstringText prompt for image generation
aspect_ratioOptional (default: “1:1”)enumAspect ratio for the generated image. Options: “1:1”, “16:9”, “2:3”, “3:2”, “4:5”, “5:4”, “9:16”
stepsOptional (default: 25)numberNumber of diffusion steps (range: 1-50)
guidanceOptional (default: 3)numberControls prompt adherence vs. image quality (range: 2-5)
intervalOptional (default: 2)numberVariance in possible outputs (range: 1-4)
safety_toleranceOptional (default: 2)numberSafety tolerance level (1: most strict, 5: most permissive)
seedOptionalnumberRandom seed for reproducible generation

Flux Pro 1.1

Description

Flux Pro 1.1 is an updated version of Flux Pro with streamlined parameters, focusing on essential controls while maintaining high-quality output.

System Tool ID and Description

Tool ID: bfl_flux_pro_1_1
Description: Generate image via Black Forest Labs Flux Pro v1.1

Arguments

NameRequiredTypeDescription
promptRequiredstringText prompt for image generation
aspect_ratioOptional (default: “1:1”)enumAspect ratio for the generated image. Options: “1:1”, “16:9”, “2:3”, “3:2”, “4:5”, “5:4”, “9:16”
safety_toleranceOptional (default: 2)numberSafety tolerance level (1: most strict, 5: most permissive)
seedOptionalnumberRandom seed for reproducible generation

Flux Schnell

Description

Flux Schnell is designed for quick and efficient image generation with minimal parameters, ideal for situations requiring fast results.

System Tool ID and Description

Tool ID: bfl_flux_schnell
Description: Generate image using Black Forest Labs Flux Schnell

Arguments

NameRequiredTypeDescription
promptRequiredstringText prompt for image generation
aspect_ratioOptional (default: “1:1”)enumAspect ratio for the generated image. Options: “1:1”, “16:9”, “2:3”, “3:2”, “4:5”, “5:4”, “9:16”
seedOptionalnumberRandom seed for reproducible generation