Model catalog /
F

FLUX 3

APINew
$0.17per video
Checked 19m ago
Listed 12 Sep 2026On Allocate $0.18
  • Price first checked
  • Listed on Allocate

FLUX 3 is a video model from Black Forest Labs. Provider list price is $0.17 per video; on Allocate you pay $0.18. It is a closed model served over API; the weights are not published.

What a real workload costs

Generating 100 clips costs 100 × $0.17 = $17 at list (T2V @ 720p is $0.17/s, T2V @ 1080p is $0.29/s, V2V @720 is $0.43/s, V2V @1080p is $0.54/s), or $18.19 billed on Allocate.

Example usage

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

Common questions

How much does FLUX 3 cost?

Provider list price is $0.17 per video (T2V @ 720p is $0.17/s, T2V @ 1080p is $0.29/s, V2V @720 is $0.43/s, V2V @1080p is $0.54/s). On Allocate you pay $0.18.

Can I fine-tune FLUX 3?

No. FLUX 3 is a closed model served over API; the weights are not published. If you want a model you can train and own, start from an open-weights base in the catalog and fine-tune that.

Has the price of FLUX 3 changed?

Allocate has checked the provider list price hourly since 12 Sep 2026. It has not changed in that time. The price history chart on this page shows every change.

How do I call FLUX 3 on Allocate?

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