You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/pricing.mdx
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,32 @@ sidebar:
6
6
---
7
7
import { DashButton } from"~/components"
8
8
9
+
Browser Rendering requires a Workers plan. Learn more about [Workers plans](/workers/platform/pricing/).
10
+
9
11
There are two ways to use Browser Rendering. Depending on the method you use, here is how billing works:
10
-
-[**REST API**](/browser-rendering/rest-api/): Charged for **Duration** only ($/browser hour)
11
-
-[**Workers Bindings**](/browser-rendering/workers-bindings/): Charged for both **Duration** and **Concurrency** ($/browser hour and # of concurrent browsers)
12
+
-[**REST API**](/browser-rendering/rest-api/): Charged for **browser hours** only
13
+
-[**Workers Bindings**](/browser-rendering/workers-bindings/): Charged for both **browser hours** and **concurrent browsers**
14
+
15
+
Browser hours are shared across both methods (REST API and Workers Bindings).
12
16
13
-
|Plan| Included duration| Included concurrency| Price (beyond included)|
If a Workers paid user uses the Workers Bindings method for 50 hours during the month, and uses 10 concurrent browsers for the first 15 days and 20 concurrent browsers the last 15 days, the estimated cost for the month is as follows.
32
+
If a Workers Paid plan user uses the Workers Bindings method for 50 hours during the month, and uses 10 concurrent browsers for the first 15 days and 20 concurrent browsers the last 15 days, the estimated cost for the month is as follows.
0 commit comments