Skip to content

Flux Schnell

Flux Schnell is Prodia's speed-focused image generation model built on Black Forest Labs' FLUX.1 Schnell architecture. It turns text prompts into images with short generation time, aimed at high-throughput pipelines.

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