Skip to content

FLUX.1 Kontext Max

FLUX.1 Kontext Max is Black Forest Labs's experimental maximum-fidelity editing tier. It prioritizes typography accuracy, precise prompt adherence, and edit consistency for tasks where exact instruction fidelity is the primary requirement.

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