Model catalog
F

FLUX1.1 [pro]

Open weights

FLUX1.1 [pro] is a image model from Black Forest Labs. Provider list price is $0.04 per megapixel; on Allocate you pay $0.043 with the 7% transaction fee. The weights are open, so you can fine-tune it and own the result.

Pricing

Provider listOn Allocate
Price, per megapixel$0.04$0.043

Token usage bills at the provider list price plus the 7% transaction fee. Prices checked 2026-07-08.

Price against its peers

Provider list prices per megapixel, FLUX1.1 [pro] against its nearest image peers by price.

What a real workload costs

Generating 1,000 one-megapixel images costs 1,000 × $0.04 = $40 at list, or $42.80 billed on Allocate with the 7% transaction fee included.

FLUX1.1 [pro] is an open-weights model; the catalog does not list its license, so check the lab’s model card before commercial fine-tuning.

Example usage

Point a route at bfl/flux.1.1-pro and the endpoint never changes; swap the model behind it whenever you want.

api.allocate.network
curl https://api.allocate.network/v1/chat/completions \
  -H "Authorization: Bearer $ALLOCATE_KEY" \
  -d '{
    "model": "bfl/flux.1.1-pro",
    "messages": [{"role": "user",
      "content": "Summarise the attached contract."}]
  }'
200 · bfl/flux.1.1-pro · inside your boundary

Common questions

How much does FLUX1.1 [pro] cost?

Provider list price is $0.04 per megapixel. On Allocate you pay list plus the 7% transaction fee: $0.043.

Can I fine-tune FLUX1.1 [pro]?

Yes. FLUX1.1 [pro] is an open-weights model; check the lab’s model card for the exact license terms. Read the license terms before fine-tuning for commercial use. On Allocate the trained weights stay inside your boundary and belong to you.

How do I call FLUX1.1 [pro] on Allocate?

Send bfl/flux.1.1-pro in the model field of the OpenAI-compatible endpoint at api.allocate.network/v1, or point a route name (like prod/support-agent) at it so you can swap the model later without a deploy.