Skip to content

FLUX1.1 [pro]

FLUX1.1 [pro] is the iterative successor to FLUX.1 Pro with quicker renders, tighter prompt adherence, and preserved aesthetic consistency. It's built for teams running high-volume digital image pipelines at standard resolutions.

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