Skip to main content
Glama

BFL MCP Server

by elhombrejd

generate_image

Create custom images using the FLUX.1 Kontext model by providing a text prompt. Specify aspect ratio, seed, safety tolerance, and output format for tailored visual outputs.

Instructions

Generate an image using FLUX.1 Kontext model based on a text prompt

Input Schema

NameRequiredDescriptionDefault
aspect_ratioNoAspect ratio of the image (e.g., "1:1", "16:9", "9:16")1:1
output_formatNoOutput image formatjpeg
promptYesText description of the image to generate
safety_toleranceNoSafety tolerance level (0-6)
seedNoSeed for reproducible generation

Input Schema (JSON Schema)

{ "properties": { "aspect_ratio": { "default": "1:1", "description": "Aspect ratio of the image (e.g., \"1:1\", \"16:9\", \"9:16\")", "type": "string" }, "output_format": { "default": "jpeg", "description": "Output image format", "enum": [ "jpeg", "png" ], "type": "string" }, "prompt": { "description": "Text description of the image to generate", "type": "string" }, "safety_tolerance": { "description": "Safety tolerance level (0-6)", "maximum": 6, "minimum": 0, "type": "number" }, "seed": { "description": "Seed for reproducible generation", "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from BFL MCP Server

Related Tools

    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/elhombrejd/bfl_mcp'

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