image_sizestring · optionalValue supplied for image size.
Loading tools…
Black Forest Labs
Generate images from text prompts with configurable aspect ratio, resolution and output format.
Create one studio-grade image with FLUX 2 Pro. Scrollport pins safety checks and output format, persists the generated JPEG privately, and prices the first output megapixel separately from additional megapixels.
Agents select this operation with tool ID blackforestlabs.flux-2-pro, then check its current inputs and price before a run.
image_sizestring · optionalValue supplied for image size.
promptstring · requiredInstruction describing the requested generated output.
minLength: 1 · maxLength: 5000
seedinteger · optionalValue supplied for seed.
imagesarrayReturned images value.
notestringReturned note value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
{
"tool_id": "blackforestlabs.flux-2-pro",
"input": {
"prompt": "a premium reusable water bottle on a stone plinth, soft editorial studio light",
"image_size": "landscape_4_3"
}
}{
"note": "images returned as artifacts",
"images": [
{
"width": 1024,
"height": 768,
"content_type": "image/jpeg"
}
]
}invalid_input: prompt is required and custom image dimensions must stay inside the published boundsexample: {"prompt":"a premium reusable water bottle on a stone plinth, soft editorial studio light","image_size":"landscape_4_3"}