FLUX.2 [max]

FLUX.2 [max] is a high-precision text to image and image editing model from Black Forest Labs that generates visuals grounded in real-time information via live web search. It delivers maximum prompt adherence with multi-reference editing and state-of-the-art consistency across identities, objects, and details.
![FLUX.2 [max]](https://assets.runware.ai/covers/bfl-flux-2-max.jpg)
Complete technical specification for integration
Ready-to-use code snippets for common workflows
Editorial Fashion Lookbook

Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:7@1',
positivePrompt: 'Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic',
width: 1024,
height: 1536,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "bfl:7@1",
"positivePrompt": "Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic",
"width": 1024,
"height": 1536,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "cb274f8b-8780-43ce-8db9-e871e8040424",
"model": "bfl:7@1",
"positivePrompt": "Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic",
"width": 1024,
"height": 1536,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}
]'runware run bfl:7@1 \
positivePrompt="Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic" \
width=1024 \
height=1536 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2{
"taskType": "imageInference",
"taskUUID": "cb274f8b-8780-43ce-8db9-e871e8040424",
"model": "bfl:7@1",
"positivePrompt": "Luxury editorial fashion portrait for a premium lookbook, a confident model standing in a minimalist sandstone courtyard at golden hour, tailored ivory suit with intricate fabric texture, sculptural gold jewelry, soft wind moving the jacket hem, cinematic natural light, realistic skin detail, crisp eyes, elegant composition, high-end magazine photography, subtle depth of field, refined color grading, ultra-detailed textiles, clean architectural lines, sophisticated and modern, photorealistic",
"width": 1024,
"height": 1536,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}{
"taskType": "imageInference",
"taskUUID": "cb274f8b-8780-43ce-8db9-e871e8040424",
"imageUUID": "e0514b1d-3e43-4b6a-b923-43538a724b2f",
"imageURL": "https://im.runware.ai/image/os/a18d05/ws/2/ii/e0514b1d-3e43-4b6a-b923-43538a724b2f.jpg",
"seed": 1939063193,
"cost": 0.1
}Breaking News Photoreal Montage

Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:7@1',
positivePrompt: 'Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics',
width: 1536,
height: 1024,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "bfl:7@1",
"positivePrompt": "Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics",
"width": 1536,
"height": 1024,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "47c9dc10-c1d3-4952-bef3-496bec358e45",
"model": "bfl:7@1",
"positivePrompt": "Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics",
"width": 1536,
"height": 1024,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}
]'runware run bfl:7@1 \
positivePrompt="Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics" \
width=1536 \
height=1024 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2{
"taskType": "imageInference",
"taskUUID": "47c9dc10-c1d3-4952-bef3-496bec358e45",
"model": "bfl:7@1",
"positivePrompt": "Photorealistic front-page editorial image of a bustling coastal smart city in 2026 after a major clean-energy breakthrough, sunrise golden light reflecting off modern glass towers, autonomous electric buses, cyclists, pedestrians in contemporary fashion, harbor with offshore wind turbines and sleek cargo ships, large public plaza with interactive climate dashboard screens, subtle news-documentary composition, realistic signage, natural skin tones, crisp architectural detail, atmospheric depth, authentic candid moments, shot like a high-end full-frame press photograph, 35mm lens, ultra-detailed, balanced contrast, globally relevant contemporary aesthetics",
"width": 1536,
"height": 1024,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}{
"taskType": "imageInference",
"taskUUID": "47c9dc10-c1d3-4952-bef3-496bec358e45",
"imageUUID": "ed54c92c-5fe0-4afb-9011-b2320dc4513d",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/2/ii/ed54c92c-5fe0-4afb-9011-b2320dc4513d.jpg",
"seed": 835041428,
"cost": 0.1
}Luxury Timepiece Macro Editorial

Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:7@1',
positivePrompt: 'Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos',
width: 1024,
height: 1024,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "bfl:7@1",
"positivePrompt": "Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos",
"width": 1024,
"height": 1024,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "271a2a9d-7283-4abb-aa97-5fe91241a136",
"model": "bfl:7@1",
"positivePrompt": "Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos",
"width": 1024,
"height": 1024,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}
]'runware run bfl:7@1 \
positivePrompt="Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos" \
width=1024 \
height=1024 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2{
"taskType": "imageInference",
"taskUUID": "271a2a9d-7283-4abb-aa97-5fe91241a136",
"model": "bfl:7@1",
"positivePrompt": "Ultra-detailed luxury wristwatch product editorial, macro close-up on a brushed titanium chronograph watch resting on dark volcanic stone, sapphire crystal reflections, precisely machined bezel markings, visible texture on black rubber strap, subtle water droplets, dramatic studio lighting with soft rim light and controlled specular highlights, premium advertising photography, photorealistic, razor-sharp focus on the watch face, shallow depth of field, elegant negative space for magazine layout, neutral charcoal background, high contrast, refined color grading, extremely realistic materials, no extra objects, no text, no logos",
"width": 1024,
"height": 1024,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}{
"taskType": "imageInference",
"taskUUID": "271a2a9d-7283-4abb-aa97-5fe91241a136",
"imageUUID": "5e8ef17b-637b-4e2d-82cb-8b8c95864e78",
"imageURL": "https://im.runware.ai/image/os/a17d13/ws/2/ii/5e8ef17b-637b-4e2d-82cb-8b8c95864e78.jpg",
"seed": 724078346,
"cost": 0.07
}Editorial Travel Poster

An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bfl:7@1',
positivePrompt: 'An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant',
width: 1024,
height: 1536,
providerSettings: {
bfl: {
promptUpsampling: true,
safetyTolerance: 2
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "bfl:7@1",
"positivePrompt": "An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant",
"width": 1024,
"height": 1536,
"providerSettings": {
"bfl": {
"promptUpsampling": True,
"safetyTolerance": 2
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "510f6463-4270-418a-b9a5-952b76063bff",
"model": "bfl:7@1",
"positivePrompt": "An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant",
"width": 1024,
"height": 1536,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}
]'runware run bfl:7@1 \
positivePrompt="An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant" \
width=1024 \
height=1536 \
providerSettings.bfl.promptUpsampling=true \
providerSettings.bfl.safetyTolerance=2{
"taskType": "imageInference",
"taskUUID": "510f6463-4270-418a-b9a5-952b76063bff",
"model": "bfl:7@1",
"positivePrompt": "An ultra-detailed editorial travel poster for a remote Nordic coastal village in peak summer, dramatic golden-hour sunlight, colorful wooden houses on rocky shoreline, glassy water reflecting the sky, wildflowers in the foreground, distant snow-capped mountains, crisp atmospheric depth, tasteful luxury-magazine aesthetic, photorealistic textures, balanced composition with clear negative space at the top for headline typography, natural color grading, subtle breeze in flags and grasses, high realism, immaculate architectural details, visually striking yet elegant",
"width": 1024,
"height": 1536,
"providerSettings": {
"bfl": {
"promptUpsampling": true,
"safetyTolerance": 2
}
}
}{
"taskType": "imageInference",
"taskUUID": "510f6463-4270-418a-b9a5-952b76063bff",
"imageUUID": "f50d43ff-76ae-42d2-9c8f-30d1c99807f1",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/f50d43ff-76ae-42d2-9c8f-30d1c99807f1.jpg",
"seed": 1598217539,
"cost": 0.1
}