Model catalog
F

FLUX.1 Schnell

Open weights

FLUX.1 Schnell is a image model from Black Forest Labs. Provider list price is $0.0027 per megapixel; on Allocate you pay $0.0029 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.0027$0.0029

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, FLUX.1 Schnell against its nearest image peers by price.

What a real workload costs

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

FLUX.1 Schnell 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-schnell 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-schnell",
    "messages": [{"role": "user",
      "content": "Summarise the attached contract."}]
  }'
200 · bfl/flux.1-schnell · inside your boundary

Common questions

How much does FLUX.1 Schnell cost?

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

Can I fine-tune FLUX.1 Schnell?

Yes. FLUX.1 Schnell 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 FLUX.1 Schnell on Allocate?

Send bfl/flux.1-schnell 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.