Files
MagMueller 6f8b0626b6 docs: point bu-30b-a3b-preview at self-hosting instead of Cloud
Browser Use Cloud does not serve `browser-use/bu-30b-a3b-preview`. The gateway
still has the route (cloud `backend/llm_use/gateway/pricing.py` MODAL_MODELS,
`service.py` _call_modal), but the Modal app behind it,
`browser-use-llm-prod` in browser-use/deploy-llm, was last deployed on
2025-12-16 and every production call since returns upstream HTTP 503, which the
gateway reports to the caller as a generic 500.

The weights are public and in use: https://huggingface.co/browser-use/bu-30b-a3b-preview
is a public repo with 2.34k downloads in the last month. So instead of dropping
the model, say what it actually is - open weights you host yourself.

- `examples/models/bu_oss.py` now starts from a vLLM server and talks to it
  through `ChatOpenAI`, so it needs no BROWSER_USE_API_KEY and does not depend
  on the dead Cloud route.
- The `ChatBrowserUse` docstring says Cloud does not serve it.
- The skills model table gains a self-hosting section with the vLLM command
  from the model card, and loses the priceless OSS row.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018oComYHNbeV4e21v22Bbdn
2026-09-12 00:22:16 -07:00
..
2025-09-03 18:11:45 -07:00
2025-10-07 11:08:15 -07:00
2025-09-03 18:11:45 -07:00
2025-11-18 08:31:10 -08:00
2025-09-03 18:11:45 -07:00
2025-09-03 18:11:45 -07:00
2025-09-03 18:11:45 -07:00
2025-11-29 14:42:47 -08:00
2025-09-08 15:16:42 +08:00
2025-11-06 13:49:20 -08:00
2025-08-18 18:57:13 -07:00
2025-09-16 03:03:24 +05:30
2025-09-07 19:25:37 -07:00
2025-11-21 13:46:48 -08:00
2025-12-09 16:39:48 -08:00