Blog

FLUX.2 is Now Available in Puter.js

On this page

Puter.js now supports FLUX.2, the state-of-the-art image generation models by Black Forest Labs.

What is FLUX.2?

FLUX.2 is the latest image generation model from Black Forest Labs (BFL), designed to be a practical tool for real-world creative and production workflows rather than just impressive demos.

Key Capabilities

  • Exceptional Text Rendering: Complex typography, infographics, memes, and UI mockups with legible fine text now work reliably in production.
  • Better Prompt Following: Improved adherence to complex, structured instructions, including multi-part prompts and compositional constraints.
  • Grounded World Knowledge: Significantly more grounded in real-world knowledge, lighting, and spatial logic, resulting in more coherent scenes with expected behavior.

Examples

Generating a movie poster

puter.ai.txt2img("A vintage movie poster for 'The Last Voyage', featuring bold art deco typography with the tagline 'An Adventure Beyond Time' and 'Coming Soon 2024' at the bottom", { 
    model: "black-forest-labs/FLUX.2-pro", disable_safety_checker: true
})

Visual Infographic

puter.ai.txt2img("Create an infographic that shows how to make elaichi chai", { 
    model: "black-forest-labs/FLUX.2-pro", disable_safety_checker: true
})

List of FLUX.2 model series

You can access these FLUX.2 model variants with Puter.js:

black-forest-labs/FLUX.2-flex
black-forest-labs/FLUX.2-pro
black-forest-labs/FLUX.2-dev

Get Started Now

Just add one script tag to your HTML:

<script src="https://js.puter.com/v2/"></script>

No API keys and no infrastructure setup. Start building with FLUX.2 immediately.

Learn more:

Free, Serverless AI and Cloud

Start creating powerful web applications with Puter.js in seconds!

Get Started Now

Read the Docs Try the Playground