Skip to content

FLUX1.1 [pro]

FLUX1.1 [pro] is the iterative successor to FLUX.1 Pro with quicker renders, tighter prompt adherence, and preserved aesthetic consistency. It's built for teams running high-volume digital image pipelines at standard resolutions.

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

Playground

Try out FLUX1.1 [pro] by Black Forest Labs. 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.

Providers

Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.

Provider
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
ZDR
No Training
Release Date
Black Forest Labs
Legal:Terms
Privacy
10/01/2024

More models by Black Forest Labs

Model
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
Providers
ZDR
No Training
Release Date
512
bfl logo
06/01/2025
512
bfl logo
prodia logo
06/01/2025
bfl logo
10/01/2024
bfl logo
bfl logo
bfl logo

About FLUX1.1 [pro]

FLUX1.1 [pro] shipped on October 1, 2024 as a targeted refinement of FLUX.1 Pro. The underlying architecture and prompt contract didn't change. The improvements are render speed and output fidelity at standard resolutions.

Render velocity matters for production pipelines. Every queued image completes sooner than on the original Pro, and that margin compounds across thousands of generations. Studios cycling through advertising variants, catalog photography, or social-media assets translate per-image savings directly into shorter pipeline runs.

Prompt fidelity improved alongside speed. Descriptions with multiple subjects, explicit spatial arrangements, and targeted lighting conditions resolve with greater consistency. The FLUX.1 visual signature carries over intact, so calibrated prompts and LoRAs trained on FLUX.1 outputs transfer without rework.

This model generates at standard pixel dimensions. If your workflow requires higher resolution output, raw file formats, or the expanded density needed for print and physical media, use the Ultra variant in the same generation.

What To Consider When Choosing a Provider

  • Configuration: Teams migrating from the original FLUX.1 Pro should validate prompt behavior on their specific use cases. Iterative improvements can subtly shift aesthetic outputs.
  • Zero Data Retention: AI Gateway does not currently support Zero Data Retention for this model. See the documentation for models that support ZDR.
  • Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.

When to Use FLUX1.1 [pro]

Best For

  • High-volume digital asset production: Web banners, social cards, product shots, and advertising permutations where standard pixel dimensions suffice and per-image cost governs architecture decisions
  • Smooth FLUX.1 Pro migration: Swap the model identifier, keep everything else. Same prompt syntax, improved results, quicker turnaround
  • Multi-subject scene composition: Tighter prompt fidelity means scenes with several objects, spatial cues, and lighting directives land more reliably

Consider Alternatives When

  • Physical media is the deliverable: The higher-tier FLUX 1.1 variant provides expanded pixel dimensions and raw file output for print and large-format work
  • Multi-reference conditioning is required: The FLUX.2 generation supports simultaneous reference images in ways FLUX.1 does not
  • Sub-second interactive previews are needed: FLUX.2 Klein's distilled architecture targets real-time rendering

Conclusion

FLUX1.1 [pro] occupies the pragmatic center of the FLUX.1 lineup. It's quicker and sharper than the original Pro, priced for volume, and scoped to standard digital resolutions. It's the right default for teams that need reliable, cost-effective image generation before stepping up to premium pixel-density tiers.

Frequently Asked Questions

  • What does FLUX1.1 [pro] cost per image?

    Check the pricing panel on this page for today's numbers. AI Gateway tracks rates across every provider that serves FLUX1.1 [pro].

  • What pixel dimensions does FLUX1.1 [pro] produce?

    Standard FLUX.1 resolutions for this slug. See N/A for dimensions and quality tiers. Workflows that need higher resolution or raw file output should use the Ultra variant in the same generation.

  • Do existing FLUX.1 Pro prompts carry over?

    Yes. Identical prompt syntax, negative-prompt support, and generation parameters carry over. Spot-check critical prompts since quality refinements may shift outputs subtly.

  • How much quicker is it than the original FLUX.1 Pro?

    Per-image render time dropped measurably. Exact gains depend on provider infrastructure and requested dimensions. Consult available providers for provider-published benchmark figures.

  • Should a new project start here or on FLUX.2 Pro?

    If the project requires multi-reference conditioning, VLM-based scene understanding, or 4MP resolution, begin with FLUX.2 Pro. If the priority is efficient, high-volume standard-resolution generation with an established prompt ecosystem, FLUX1.1 [pro] is more economical.

  • How do I invoke FLUX1.1 [pro] through AI Gateway?

    Pass the identifier bfl/flux-pro-1.1 to generateImage from the AI SDK. The request format is shared across FLUX models on the gateway.