Skip to content

FLUX.2 [max]

FLUX.2 [max] is Black Forest Labs's quality ceiling in the FLUX.2 family. It delivers 4 MP resolution, high visual fidelity, and multi-reference input for up to 10 images in professional commercial image generation workflows.

Image Gen
index.ts
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({
model: 'bfl/flux-2-max',
prompt: 'A red balloon on a wooden table.'
});