Skip to content

Commit 87f88fa

Browse files
committed
Wording upate and detail formatting
1 parent 66450c9 commit 87f88fa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
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,13 +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>
2023

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+
<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>
2627

2728
### Examples of Workers Paid pricing
2829
<br/>

0 commit comments

Comments
 (0)