Skip to content

Commit 2bbe32b

Browse files
authored
Update pricing.mdx (#23933)
better intro/explanation of two methods
1 parent f4b587c commit 2bbe32b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ sidebar:
55
order: 31
66
---
77

8-
Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on August 20, 2025 at the following rates:
8+
Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on August 20, 2025.
9+
10+
There are two ways to use Browser Rendering. Depending on the method you use, here’s how billing will work:
11+
- [**REST API**](/browser-rendering/rest-api/): Charged for **Duration** only ($/browser hour)
12+
- [**Workers Bindings**](/browser-rendering/workers-bindings/): Charged for both **Duration** and **Concurrency** ($/browser hour and # of concurrent browsers)
913

1014
| Plan | Included duration | Included concurrency | Price (beyond included) |
1115
|----------------|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|----------|
@@ -37,4 +41,4 @@ For **concurrent browsers**:
3741
<br/>5 browsers × $2.00 per browser = $10.00
3842

3943
For **browser duration** and **concurrent browsers**:
40-
<br/>$3.60 + $10.00 = $13.60
44+
<br/>$3.60 + $10.00 = $13.60

0 commit comments

Comments
 (0)