--- title: "Pricing" description: "Browser Use Cloud API pricing structure and cost breakdown" icon: "dollar-sign" mode: "wide" --- The Browser Use Cloud API pricing consists of two components: 1. **Task Initialization Cost**: $0.01 per started task 2. **Task Step Cost**: Additional cost based on the specific model used for each step ## LLM Model Step Pricing > **Limited Time Offer**: O3 model pricing reduced from $0.03 to $0.01 per step! The following table shows the total cost per step for each available LLM model: | Model | Cost per Step | | -------------------------------- | ------------- | | GPT-4.1 | $0.025 | | GPT-4.1 mini | $0.0075 | | O4 mini | $0.02 | | O3 | $0.01 | | Gemini 2.5 Flash | $0.0075 | | Gemini 2.5 Pro | $0.025 | | Claude 3.7 Sonnet (2025-02-19) | $0.03 | | Claude Sonnet 4 (2025-05-14) | $0.03 | | Llama 4 Maverick 17B Instruct | $0.01 | ## Example Cost Calculations **Using GPT-4.1 for a 10 step task:** - Task initialization: $0.01 - 10 steps × $0.025 per step = $0.25 - **Total cost: $0.26** **Using O3 for a 10 step task (Limited Time Offer):** - Task initialization: $0.01 - 10 steps × $0.01 per step = $0.10 - **Total cost: $0.11**