ImageBlack Forest Labsv2.0· Released 2025-09-10
FLUX 2 Pro
Next-generation FLUX with enhanced realism and native image editing capabilities.
FLUX 2 Pro is the second generation of Black Forest Labs' flagship model, combining text-to-image generation with native image editing capabilities. On Oakgen it costs about 8 credits per image (~$0.03) and generates in 5–8 seconds with enhanced realism over FLUX 1.1.
Capabilities at a glance
- Enhanced realism over FLUX 1.1 Pro
- Native image editing — inpainting and style transfer
- Text-to-image and image-to-image in one model
- 5–8 second generation
- Turbo and Max variants available
Specs
- Starting price
- $0.03 / generation
- Generation time
- 5–8 seconds
- Max resolution
- 2048×2048
- Inputs → outputs
- text, image → image
How to use FLUX 2 Pro
- 1Use as a text-to-image upgradeFLUX 2 Pro produces sharper details and more realistic materials than FLUX 1.1 at a lower credit cost.
- 2Edit existing imagesUpload an image and describe changes — FLUX 2 Pro can inpaint, restyle, or modify specific regions.
API access
curl -X POST https://api.oakgen.ai/v1/generate/image \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "flux-2-pro",
"prompt": "A cozy reading nook with warm afternoon light, photorealistic"
}'Compared to other models
vs. flux-pro-1-1 — realism and cost
FLUX 2 Pro offers better realism than FLUX 1.1 Pro at a lower credit cost (~$0.03 vs $0.18). It also adds native editing capabilities.
License & commercial use
Licensed through Black Forest Labs' commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does FLUX 2 Pro cost on Oakgen?
FLUX 2 Pro starts at $0.03 per generation on Oakgen. Most generations complete in 5–8 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 641 generations per month.
Can I use FLUX 2 Pro commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
FLUX 2 Pro supports up to 2048×2048.
Does Oakgen provide API access to FLUX 2 Pro?
Yes. Oakgen's REST API exposes FLUX 2 Pro under the model slug 'flux-2-pro'. See the API snippet below for an example request.