Skip to content

FLUX.2 [pro]

FLUX.2 [pro] is the FLUX.2 generation launch model. It pairs a rectified-flow transformer with a Mistral-3 24B vision-language model (VLM), introducing multi-reference image synthesis and exact color matching at up to 4 megapixels.

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