Unlimited Open Source Models

Get Plan
Skip to main content
Imagen

fal.ai Pricing 2026 and the Real Monthly Bill

Last updated · By ModelsLab Engineering

fal.ai charges $0.025 per megapixel for FLUX.1 [dev] and $0.003 for FLUX.1 [schnell] (checked September 23, 2026). So 100,000 dev images at 1024x1024 cost about $2,500 a month on fal. On the ModelsLab $149/month Open Source Unlimited plan, the same volume has no per-image charge.

fal.ai Prices, Checked September 23, 2026

Read on fal.ai's own model pages. fal bills images per megapixel and rounds up to the nearest megapixel.

fal.ai modelBilling unitListed price1024x1024 image
FLUX.1 [schnell]Per megapixel$0.003 / MP~$0.003
FLUX.1 [dev]Per megapixel$0.025 / MP~$0.025
FLUX1.1 [pro]Per megapixel$0.04 / MP~$0.04
FLUX.1 Kontext [pro]Per image$0.04 / image$0.04
Wan 2.5 text-to-videoPer second of video$0.05 (480p), $0.10 (720p), $0.15 (1080p)
Kling 2.5 Turbo ProPer clip + per second$0.35 for 5 s, then $0.07/s
H100 GPUPer hour$4.50/h list, as low as $1.89/h

Source: the fal.ai model page linked for each row in Sources below, read 2026-09-23. A 1024x1024 image is 1.05 megapixels; the monthly table below counts it as one megapixel. If fal rounds it up to two, every fal figure doubles.

What 10k, 100k and 1M Images a Month Cost

1024x1024 images. fal at its listed per-megapixel rate; ModelsLab at the plan that covers the volume.

Images / monthfal FLUX.1 [schnell]fal FLUX.1 [dev]fal FLUX1.1 [pro]ModelsLab FLUX.1 dev
10,000$30$250$400$47 (Standard, 10,000 calls)
100,000$300$2,500$4,000$149 (Open Source Unlimited)
1,000,000$3,000$25,000$40,000$149 (Open Source Unlimited)

ModelsLab plan prices from the live plans table, 2026-09-23. FLUX.1 dev (model_id flux) is self-hosted, so it is included in Open Source Unlimited. That plan runs up to 15 generations in parallel: 1M images a month needs about 0.39 images per second, which fits if each image takes under about 38 seconds. FLUX1.1 [pro] is hosted by Black Forest Labs, so it bills per image on ModelsLab and is not part of the unlimited allowance.

How fal.ai Bills, in Four Rules

1. Images are billed per megapixel

fal prices most image models per megapixel and says images are billed by rounding up to the nearest megapixel. Size therefore changes the bill: a 2048x2048 render is four megapixels and costs four times a 1024x1024 one. Kontext [pro] is the exception on this page; it is priced per image.

2. Video is billed per second of output

Wan 2.5 costs $0.05 to $0.15 per second by resolution, and Kling 2.5 Turbo Pro costs $0.35 for five seconds plus $0.07 for each extra second. A ten-second 1080p Wan clip is $1.50.

3. GPUs are billed per hour

fal lists an H100 at $4.50 per hour, with lower rates on commitment ("as low as $1.89/h"). That is the price for running your own model on fal hardware, not for calling its hosted endpoints.

4. Credits expire

fal's terms of service say purchased credits expire 365 days from the date of purchase, and promotional credits expire in 90 days. A prepaid balance you do not spend within a year is lost.

Where fal.ai Bills Surprise Buyers

Complaints from public review sites and fal's own SDK tracker. Each quote links to its source; we have not verified the individual accounts. Read on 2026-09-23.

it then randomly charges more and starts sending you invoices
Trustpilot review of fal.ai, September 8, 2026
the account did not simply stop at $0. It continued charging and now shows approximately -$11.20
Trustpilot review of fal.ai, September 2, 2026
the remaining balance was wiped … no email, no warning, no communication
Trustpilot review of fal.ai (promotional credits), July 5, 2026
Currently when I generate image/video - I need to calculate manually the price. Can you please return the cost with the prediction?
fal-ai/fal-js issue #177, still open, opened December 21, 2025

When fal.ai is the cheaper choice

  • FLUX.1 [schnell] at low volume: $0.003 per image is below the $0.0047 effective call price of the $47 ModelsLab plan, up to about 50,000 images a month.
  • FLUX pro models: $0.04 on fal is below the $0.06 ModelsLab charges to resell FLUX1.1 [pro] from Black Forest Labs.
  • Custom models on rented GPUs: fal sells H100 time; ModelsLab plans do not include raw GPU hours.

When a flat plan is the cheaper choice

  • FLUX.1 dev at any steady volume: $0.0047 per call on Standard is about a fifth of fal's $0.025.
  • Above ~50,000 images a month of any self-hosted open model: the $149 Open Source Unlimited plan has no per-image charge.
  • When the bill must not move: on a plan, the price for self-hosted models is fixed before the month starts.

The Same FLUX.1 dev Call on ModelsLab

One POST, model_id picks the model. On a plan, the price per call is known before you send it.

curl

curl
1curl -X POST 'https://modelslab.com/api/v7/images/text-to-image' \
2 -H 'Content-Type: application/json' \
3 -d '{
4 "key": "YOUR_API_KEY",
5 "model_id": "flux",
6 "prompt": "studio photo of a ceramic mug on a walnut desk, soft window light",
7 "width": 1024,
8 "height": 1024,
9 "samples": 1
10 }'

Python

Python
1import requests
2
3response = requests.post(
4 "https://modelslab.com/api/v7/images/text-to-image",
5 json={
6 "key": "YOUR_API_KEY",
7 "model_id": "flux",
8 "prompt": "studio photo of a ceramic mug on a walnut desk, soft window light",
9 "width": 1024,
10 "height": 1024,
11 "samples": 1,
12 },
13)
14print(response.json())

Moving off fal? The fal.ai alternative guide maps each endpoint. For the other serverless option, see Replicate pricing; for every FLUX variant side by side, see FLUX API pricing; and for our own plans, see ModelsLab pricing.

Get Expert Support in Seconds

We're Here to Help.

Want to know more? You can email us anytime at support@modelslab.com

View Docs

On fal.ai's own model pages, checked September 23, 2026: FLUX.1 [schnell] costs $0.003 per megapixel, FLUX.1 [dev] $0.025 per megapixel, FLUX1.1 [pro] $0.04 per megapixel and FLUX.1 Kontext [pro] $0.04 per image. A 1024x1024 image is about one megapixel.

At fal.ai's FLUX.1 [dev] rate of $0.025 per megapixel, 10,000 images cost about $250, 100,000 about $2,500 and 1 million about $25,000 a month. On ModelsLab, FLUX.1 dev is covered by the $47 Standard plan up to 10,000 calls and by the $149 Open Source Unlimited plan above that.

Yes. fal.ai's terms of service, read September 23, 2026, say purchased credits expire 365 days from the date of purchase and promotional credits expire in 90 days.

For FLUX.1 [schnell] at low volume, yes: $0.003 per megapixel is below the $0.0047 effective per-call price of the $47 Standard plan. For FLUX.1 [dev], that $0.0047 is about one fifth of fal's $0.025. Above about 50,000 images a month, the $149 Open Source Unlimited plan also costs less than fal's schnell rate.

ModelsLab is paid-only and bills a flat monthly plan instead of prepaid credits. Basic is $21/month for 3,250 API calls, Standard is $47/month for 10,000 calls, and Open Source Unlimited is $149/month with no per-image charge on self-hosted models. The plan price is the ceiling of the bill for self-hosted models.

Sources

Every competitor price and quote on this page, with the date we read it.