← All models
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
approximateInput
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text prompt. |
| seed | — | The seed to use for the generation. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| image_size | — | The size of the generated image. If `auto`, the size will be determined by the model. |
| image_urls | array | List of URLs of input images for editing |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| safety_tolerance | stringenum: 1, 2, 3, 4, 5 | The safety tolerance level for the generated image. 1 being the most strict and 5 being the most permissive. |
| enable_safety_checker | boolean | Whether to enable the safety checker. Disabling it requires account authorization; unauthorized requests are always checked. |
Output
| Field | Type | Description |
|---|---|---|
| images | array | Generated images ([{ url }]). |