Black Forest Labs model

FLUX.2 PRO

FLUX.2 PRO is a Black Forest Labs model listed in the NextModel catalog for image understanding, multimodal chat workloads. Its listed price is $0.075 / image, with a — token context window.

Black Forest LabsPlatform curatedCatalog
StreamingVision
Image price$0.075 / image
BillingPer generated image
Context length— tokens
Max output8.2k tokens

What is FLUX.2 PRO in NextModel?

FLUX.2 PRO is a Black Forest Labs model listed in the NextModel catalog for image understanding, multimodal chat workloads. Its listed price is $0.075 / image, with a — token context window.

Best use cases

  • image understanding
  • multimodal chat

OpenAI-compatible code example

Keep the OpenAI SDK style, set base_url to NextModel, and use the catalog model ID black-forest-labs--FLUX.2-pro.

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="black-forest-labs/FLUX.2-pro",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

Similar alternatives

Black Forest LabsCatalog

Available through the NextModel gateway via Black Forest Labs.

$0.2 / imagePer imageContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingVision
Platform curatedNextModel gateway catalog (Go origin)
View details
AnthropicCatalog

Claude Haiku 4.5 is Anthropic’s fastest and most efficient model, delivering near-frontier intelligence at a fraction of the cost and latency of larger Claude models. Matching Claude Sonnet 4’s performance...

$1 / 1M tokensInput$5 / 1M tokensOutput200kContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingTool callingJSON modeVision
Platform curatedNextModel gateway catalog (Go origin)
View details
AnthropicCatalog

Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive performance across real-world coding and...

$5 / 1M tokensInput$25 / 1M tokensOutput200kContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingTool callingJSON modeVision
Platform curatedNextModel gateway catalog (Go origin)
View details

Reading

Articles that explain FLUX.2 PRO

FAQ

FLUX.2 PRO API questions