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

Playground

Try out Flux Schnell by Prodia. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.