Skip to content

FLUX1.1 [pro] Ultra

FLUX1.1 [pro] Ultra is Black Forest Labs's highest-resolution tier of the FLUX 1.1 Pro model. It adds raw image format support and expanded resolution capabilities for print, large-format, and photorealistic output use cases.

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