Skip to content

Commit 4966c9e

Browse files
authored
updated pricing on old docs (#3102)
<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Updated the Cloud v1 pricing page to reflect current model step prices and add a limited-time O3 discount. Refreshed the table and examples (e.g., GPT-4.1 $0.025/step, GPT-4.1 mini $0.0075, Gemini 2.5 Flash $0.0075, Pro $0.025; O3 $0.01) and removed outdated models. <!-- End of auto-generated description by cubic. -->
2 parents fd1e5fd + bf0a6d1 commit 4966c9e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

docs/cloud/v1/pricing.mdx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,30 @@ The Browser Use Cloud API pricing consists of two components:
1212

1313
## LLM Model Step Pricing
1414

15+
> **Limited Time Offer**: O3 model pricing reduced from $0.03 to $0.01 per step!
16+
1517
The following table shows the total cost per step for each available LLM model:
1618

1719
| Model | Cost per Step |
1820
| -------------------------------- | ------------- |
19-
| GPT-4o | $0.03 |
20-
| GPT-4o mini | $0.01 |
21-
| GPT-4.1 | $0.03 |
22-
| GPT-4.1 mini | $0.01 |
21+
| GPT-4.1 | $0.025 |
22+
| GPT-4.1 mini | $0.0075 |
2323
| O4 mini | $0.02 |
24-
| O3 | $0.03 |
25-
| Gemini 2.0 Flash | $0.01 |
26-
| Gemini 2.0 Flash Lite | $0.01 |
27-
| Gemini 2.5 Flash Preview (04/17) | $0.01 |
28-
| Gemini 2.5 Flash | $0.01 |
29-
| Gemini 2.5 Pro | $0.03 |
24+
| O3 | $0.01 |
25+
| Gemini 2.5 Flash | $0.0075 |
26+
| Gemini 2.5 Pro | $0.025 |
3027
| Claude 3.7 Sonnet (2025-02-19) | $0.03 |
3128
| Claude Sonnet 4 (2025-05-14) | $0.03 |
3229
| Llama 4 Maverick 17B Instruct | $0.01 |
3330

34-
## Example Cost Calculation
31+
## Example Cost Calculations
3532

36-
For example, using GPT-4.1 for a 10 step task:
33+
**Using GPT-4.1 for a 10 step task:**
34+
- Task initialization: $0.01
35+
- 10 steps × $0.025 per step = $0.25
36+
- **Total cost: $0.26**
3737

38+
**Using O3 for a 10 step task (Limited Time Offer):**
3839
- Task initialization: $0.01
39-
- 10 steps x \$0.03 per step = \$0.30
40-
- **Total cost: $0.31**
40+
- 10 steps × $0.01 per step = $0.10
41+
- **Total cost: $0.11**

0 commit comments

Comments
 (0)