Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/docs/browser-rendering/platform/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ There are two ways to use Browser Rendering. Depending on the method you use, he

You can monitor your Browser Rendering usage in the [Cloudflare dashboard](https://dash.cloudflare.com). Go to **Compute (Workers)** > **Browser Rendering**.

:::note
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**.

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.
:::

### Examples of Workers Paid pricing
<br/>
#### Example: REST API pricing
Expand Down
Loading