Flux Dev

Popular
Replicate
Image Generation

Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.

Examples

See what Flux Dev can generate

Sample output

Landscape

Prompt: "A serene mountain lake at golden hour, with snow-capped peaks reflected perfectly in the still water, pine forests lining the shore, warm amber light casting long shadows across the meadow"

Sample output

Character Design

Prompt: "A cyberpunk street samurai with neon-blue cybernetic arm, wearing a weathered leather jacket, standing in a rain-soaked Tokyo alley with holographic signs reflecting in puddles"

Sample output

Still Life

Prompt: "An elegant flat lay arrangement of artisan coffee beans, a brass hand grinder, a ceramic pour-over dripper, and fresh croissants on a dark walnut table, morning light streaming from the left"

Try Flux Dev

Your generated image will appear here

Sign up free to start generating
Get Started

Pricing

Price per Generation
Per generation€0.50

API Integration

Use our OpenAI-compatible API to integrate Flux Dev into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("flux-dev", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("flux-dev", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Avg. latency
10.0s
Est. duration
10s
Provider
Replicate
Category
Image Generation
Supported Formats
webp
jpg
png
Tags
popular
fast
lora
Try this model

Free credits on sign-up

Start using Flux Dev today

Get started with free credits. No credit card required. Access Flux Dev and 100+ other models through a single API.