infery
← All models

Flux 2 Max

flux-2-max

Image generationby Black Forest Labs

FLUX.2 [max] is Black Forest Labs' highest-fidelity image model with top editing consistency and multi-reference support. Use FLUX.2 [max] with an API.

images

Details

Accepts
text + image

Pricing

Price
8.75 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

approximate

Input

FieldTypeDescription
promptrequiredstringThe text prompt.
seedThe seed to use for the generation.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_sizeThe size of the generated image. If `auto`, the size will be determined by the model.
image_urlsarrayList of URLs of input images for editing
output_formatstringenum: jpeg, pngThe format of the generated image.
safety_tolerancestringenum: 1, 2, 3, 4, 5The safety tolerance level for the generated image. 1 being the most strict and 5 being the most permissive.
enable_safety_checkerbooleanWhether to enable the safety checker. Disabling it requires account authorization; unauthorized requests are always checked.

Output

FieldTypeDescription
imagesarrayGenerated images ([{ url }]).