| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.11.5 source code.tar.gz | 2026-01-28 | 4.9 MB | |
| 0.11.5 source code.zip | 2026-01-28 | 5.2 MB | |
| README.md | 2026-01-28 | 4.2 kB | |
| Totals: 3 Items | 10.1 MB | 0 | |
<html><head></head><body>
Release: 0.11.5 - Browser Use Model bu-2-0 🚀
We're excited to announce bu-2-0, our latest premium model for browser automation.
What's New
bu-2-0 delivers a significant leap in accuracy while maintaining the speed that made bu-1-0 the fastest web agent:
Metric | bu-1-0 | bu-2-0 -- | -- | -- Accuracy | 74.7% | 83.3% (+12%) Speed | 58s/task | 60s/task (≈ same)Quick Start
from browser_use import Agent, ChatBrowserUse
llm = ChatBrowserUse(model='bu-2-0')
agent = Agent(
task="Your task here",
llm=llm
)
await agent.run()
Environment Setup
export BROWSER_USE_API_KEY=your_api_key_here
Get your API key at cloud.browser-use.com
</body></html>What's Changed
- Added support for new browser use model by @sauravpanda in https://github.com/browser-use/browser-use/pull/3920
- Added browser use 2-0 support by @sauravpanda in https://github.com/browser-use/browser-use/pull/3921
- set default thinking to 0 for gemini-3 models by @sauravpanda in https://github.com/browser-use/browser-use/pull/3922
- feat(cli): add ChatBrowserUse support for BROWSER_USE_API_KEY by @BouquetAntoine in https://github.com/browser-use/browser-use/pull/3914
- feat: added thinking level for gemini 3 pro by @sauravpanda in https://github.com/browser-use/browser-use/pull/3925
- increase char limit for extraction by @laithrw in https://github.com/browser-use/browser-use/pull/3923
- 4096-token prompts for Opus/Haiku 4.5 by @laithrw in https://github.com/browser-use/browser-use/pull/3924
- detect JS event listeners for clickable elements (resolves [#958]) by @laithrw in https://github.com/browser-use/browser-use/pull/3933
- fix: detect label/span wrappers for AntD-style controls by @ditingdapeng in https://github.com/browser-use/browser-use/pull/3854
- fix(#3292): make table rows and cells with role='row'/'cell' interactive by @sudhanshu112233shukla in https://github.com/browser-use/browser-use/pull/3870
- removed duplicate --headed flag from skill cli by @sauravpanda in https://github.com/browser-use/browser-use/pull/3943
- fix(#2867): verify dropdown selection and retry on framework revert by @laithrw in https://github.com/browser-use/browser-use/pull/3944
- fix(#3538): always index scrollable dropdown containers by @laithrw in https://github.com/browser-use/browser-use/pull/3945
- issue 3694 fixed: handling aria combobox options dropdown by @AbhinavMalkoochi in https://github.com/browser-use/browser-use/pull/3698
- set default gemini thinking to auto by @sauravpanda in https://github.com/browser-use/browser-use/pull/3950
- fix(#3889): Draft.js editors lose first character when typing by @laithrw in https://github.com/browser-use/browser-use/pull/3952
- fix(#3889): Draft.js editors lose first character when typing by @Jacky040124 in https://github.com/browser-use/browser-use/pull/3896
- feat: add bu-2-0 pricing by @sauravpanda in https://github.com/browser-use/browser-use/pull/3956
- added bu 2-0 pricing to docs by @sauravpanda in https://github.com/browser-use/browser-use/pull/3958
- Fix/respect use vision in judge fix by @laithrw in https://github.com/browser-use/browser-use/pull/3957
- update browser use version by @sauravpanda in https://github.com/browser-use/browser-use/pull/3960
New Contributors
- @BouquetAntoine made their first contribution in https://github.com/browser-use/browser-use/pull/3914
- @laithrw made their first contribution in https://github.com/browser-use/browser-use/pull/3923
- @ditingdapeng made their first contribution in https://github.com/browser-use/browser-use/pull/3854
- @sudhanshu112233shukla made their first contribution in https://github.com/browser-use/browser-use/pull/3870
- @Jacky040124 made their first contribution in https://github.com/browser-use/browser-use/pull/3896
Full Changelog: https://github.com/browser-use/browser-use/compare/0.11.4...0.11.5