Skip to content

Commit 01b2dad

Browse files
kathaylToriLindsay
andauthored
Update pricing.mdx (#24048)
* Update pricing.mdx better explain concurrency calc * Wording upate and detail formatting --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent 5b2d15a commit 01b2dad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/content/docs/browser-rendering/platform/pricing.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Pricing
44
sidebar:
55
order: 31
66
---
7+
import { Details } from "~/components"
78

89
Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on August 20, 2025.
910

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:
1112
- [**REST API**](/browser-rendering/rest-api/): Charged for **Duration** only ($/browser hour)
1213
- [**Workers Bindings**](/browser-rendering/workers-bindings/): Charged for both **Duration** and **Concurrency** ($/browser hour and # of concurrent browsers)
1314

@@ -16,7 +17,13 @@ There are two ways to use Browser Rendering. Depending on the method you use, he
1617
| **Workers Free** | 10 minutes per day | 3 concurrent browsers | N/A |
1718
| **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 |
1819

20+
<Details header="Where can I monitor my usage?">
1921
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+
<Details header="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.
26+
</Details>
2027

2128
### Examples of Workers Paid pricing
2229
<br/>

0 commit comments

Comments
 (0)