Flux 1.1 Pro

Popular
Replicate
Image Generation

Black Forest Labs' most capable image model. Photorealistic outputs with exceptional text rendering and prompt following.

Try Flux 1.1 Pro

Your generated image will appear here

Sign up free to start generating
Get Started

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate Flux 1.1 Pro 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-1-1-pro", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("flux-1-1-pro", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Provider
Replicate
Category
Image Generation
Tags
photorealistic
text-rendering
premium
Try this model

Free credits on sign-up

Start using Flux 1.1 Pro today

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