You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/platform/pricing.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ title: Pricing
4
4
sidebar:
5
5
order: 31
6
6
---
7
+
import { Details } from"~/components"
7
8
8
9
Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on August 20, 2025.
9
10
10
-
There are two ways to use Browser Rendering. Depending on the method you use, here’s how billing will work:
11
+
There are two ways to use Browser Rendering. Depending on the method you use, here is how billing works:
11
12
-[**REST API**](/browser-rendering/rest-api/): Charged for **Duration** only ($/browser hour)
12
13
-[**Workers Bindings**](/browser-rendering/workers-bindings/): Charged for both **Duration** and **Concurrency** ($/browser hour and # of concurrent browsers)
13
14
@@ -16,13 +17,13 @@ There are two ways to use Browser Rendering. Depending on the method you use, he
16
17
|**Workers Free**| 10 minutes per day | 3 concurrent browsers | N/A |
17
18
|**Workers Paid**| 10 hours per month | 10 concurrent browsers (averaged monthly) |**1. REST API**: $0.09 per additional browser hour <br />**2. Workers Bindings**: $0.09 per additional browser hour <br /> $2.00 per additional concurrent browser |
18
19
20
+
<Detailsheader="Where can I monitor my usage?">
19
21
You can monitor your Browser Rendering usage in the [Cloudflare dashboard](https://dash.cloudflare.com). Go to **Compute (Workers)** > **Browser Rendering**.
22
+
</Details>
20
23
21
-
:::note
22
-
Concurrency is **not billed based on the maximum number of concurrent browsers** you hit in a single moment or day. Instead, we calculate the **daily peak concurrency**, then take the **average across the month**.
23
-
24
-
This means if you briefly spike to 11 concurrent browsers on just one day, you won’t be charged for that full number unless your monthly average ends up over the included amount. We intentionally designed this to avoid penalizing brief spikes.
25
-
:::
24
+
<Detailsheader="How is the number of concurrent browsers calculated?">
25
+
Cloudflare calculates concurrent browsers as the **monthly average of your daily peak usage**. In other words, we record **the peak number of concurrent browsers each day** and then average those values over the month. This approach reflects your typical traffic and ensures you are not disproportionately charged for brief spikes in browser concurrency.
0 commit comments