Skip to content

Commit 7af3c28

Browse files
new pricing details
1 parent 4de3672 commit 7af3c28

File tree

1 file changed

+6
-18
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+6
-18
lines changed

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

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,15 @@ import { Render, Plan } from "~/components";
1010

1111
<Plan type="workers-all" />
1212

13-
## Workers Free
14-
15-
| Feature | Limit |
16-
| -------------------------------------- | --------------- |
17-
| Concurrent browsers per account (Workers Binding API only) | 3 per account |
18-
| New browser instances per minute | 3 per minute |
19-
| Browser timeout | 60 seconds [^2] |
20-
| Total requests per min (REST API only) | 6 per minute |
21-
22-
## Workers Paid
13+
| | Workers Free | Workers Paid | Enterprise |
14+
| :-------------------------------------- | :----------------- | :----------------- | :----------------- |
15+
| Browser hours included | 10 minutes per day | 10 hours per month | 10 hours per month |
16+
| Concurrent browsers | 3 | 10 | 10 |
17+
| Price per additional browser hour | N/A | $0.09 / hour | $0.09 / hour |
18+
| Price per additional concurrent browser | N/A | $2 | $2 |
2319

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

26-
| Feature | Limit |
27-
| -------------------------------------- | ------------------- |
28-
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
29-
| New browser instances per minute | 10 per minute [^1] |
30-
| Browser timeout | 60 seconds [^2][^1] |
31-
| Total requests per min (REST API only) | 60 per minute |
32-
3322
[^1]: Contact our team to request increases to this limit.
3423

3524
[^2]: By default, a browser instance gets killed if it does not get any [devtools](https://chromedevtools.github.io/devtools-protocol/) command for 60 seconds, freeing one instance. Users can optionally increase this by using the `keep_alive` [option](/browser-rendering/platform/puppeteer/#keep-alive). `browser.close()` releases the browser instance.
@@ -41,4 +30,3 @@ While the limits above define the maximum number of concurrent browser sessions
4130
## Pricing
4231

4332
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.
44-

0 commit comments

Comments
 (0)