Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
25 changes: 12 additions & 13 deletions src/content/docs/browser-rendering/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ import { Render, Plan } from "~/components";

## Workers Free

| Feature | Limit |
| -------------------------------------- | --------------- |
| Concurrent browsers per account (Workers Binding API only) | 3 per account |
| New browser instances per minute | 3 per minute |
| Browser timeout | 60 seconds [^2] |
| Total requests per min (REST API only) | 6 per minute |
| Feature | Limit |
| ---------------------------------------------------------- | --------------- |
| Concurrent browsers per account (Workers Binding API only) | 3 per account |
| New browser instances per minute | 3 per minute |
| Browser timeout | 60 seconds [^2] |
| Total requests per min (REST API only) | 6 per minute |

## Workers Paid

<Render file="limits-increase" product="browser-rendering" />

| Feature | Limit |
| -------------------------------------- | ------------------- |
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
| New browser instances per minute | 10 per minute [^1] |
| Browser timeout | 60 seconds [^2][^1] |
| Total requests per min (REST API only) | 60 per minute |
| Feature | Limit |
| ---------------------------------------------------------- | ------------------- |
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
| New browser instances per minute | 10 per minute [^1] |
| Browser timeout | 60 seconds [^2][^1] |
| Total requests per min (REST API only) | 60 per minute |

[^1]: Contact our team to request increases to this limit.

Expand All @@ -41,4 +41,3 @@ While the limits above define the maximum number of concurrent browser sessions
## Pricing

Browser Rendering service is currently available at no cost up to the limits specified above **until billing begins**. Pricing to be announced and we will provide advance notice before any billing begins.

19 changes: 19 additions & 0 deletions src/content/docs/browser-rendering/platform/pricing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
pcx_content_type: reference
title: Pricing
sidebar:
order: 30
---

import { Render, Plan } from "~/components";

<Plan type="workers-all" />

Browser rendering is available on all [Workers plans](/workers/platform/pricing/), with usage limits and concurrency varying by tier. The Free plan offers limited daily usage, while the Paid and Enterprise plans include monthly browser hours and support for more concurrent browsers. Additional usage and concurrency can be added as needed.

| | Workers Free | Workers Paid | Enterprise |
| ------------------------------------------- | ------------------ | ------------------ | ------------------ |
| **Browser hours included** | 10 minutes per day | 10 hours per month | 10 hours per month |
| **Concurrent browsers** | 3 | 10 | 10 |
| **Price per additional browser hour** | N/A | $0.09 / hour | $0.09 / hour |
| **Price per additional concurrent browser** | N/A | $2 | $2 |
Loading