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.'
});

About Flux Schnell

Flux Schnell is an image generation model from Prodia, built on Black Forest Labs' FLUX.1 Schnell architecture. It maps text prompts to images with emphasis on generation speed and throughput.

FLUX.1 Schnell is the speed-oriented variant in the FLUX.1 family. Black Forest Labs built it with fewer inference steps than FLUX.1 Pro or Dev while keeping usable output quality. Prodia runs this architecture on its own inference infrastructure and handles scaling, availability, and routing.

That speed shows up in production: real-time previews, tight design loops, batch assets, and any pipeline where latency limits you. You give up some fine detail versus higher-step models, but throughput gains matter for high-volume runs.

Flux Schnell only does text-to-image. You describe the scene, composition, and style in the prompt, and the model returns a matching image. It doesn't take image inputs and doesn't keep conversational context.