@@ -12,29 +12,30 @@ The Browser Use Cloud API pricing consists of two components:
12
12
13
13
## LLM Model Step Pricing
14
14
15
+ > ** Limited Time Offer** : O3 model pricing reduced from $0.03 to $0.01 per step!
16
+
15
17
The following table shows the total cost per step for each available LLM model:
16
18
17
19
| Model | Cost per Step |
18
20
| -------------------------------- | ------------- |
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 |
23
23
| 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 |
30
27
| Claude 3.7 Sonnet (2025-02-19) | $0.03 |
31
28
| Claude Sonnet 4 (2025-05-14) | $0.03 |
32
29
| Llama 4 Maverick 17B Instruct | $0.01 |
33
30
34
- ## Example Cost Calculation
31
+ ## Example Cost Calculations
35
32
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**
37
37
38
+ ** Using O3 for a 10 step task (Limited Time Offer):**
38
39
- 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