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
+8-1Lines changed: 8 additions & 1 deletion
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,7 +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>
23
+
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