browser-use / bu-30b-a3b-preview

huggingface.co
Total runs: 2.0K
24-hour runs: 22
7-day runs: -276
30-day runs: 417
Model's Last Updated: April 04 2026
image-text-to-text

Introduction of bu-30b-a3b-preview

Model Details of bu-30b-a3b-preview

BU-30B-A3B-Preview

Shows a black Browser Use Logo in light color mode and a white one in dark color mode.

Meet BU-30B-A3B-Preview — bringing SoTA Browser Use capabilities in a small model that can be hosted on a single GPU.

This model is heavily trained to be used with browser-use OSS library and provides comprehensive browsing capabilities with superior DOM understanding and visual reasoning.

Quickstart (BU Cloud)

You can directly use this model at BU Cloud. Simply

  1. Get your API key from BU Cloud
  2. Set environment variable: export BROWSER_USE_API_KEY="your-key"
  3. Install the browser-use library following the instructions here and run
from dotenv import load_dotenv
from browser_use import Agent, ChatBrowserUse
load_dotenv()

llm = ChatBrowserUse(
    model='browser-use/bu-30b-a3b-preview',  # BU Open Source Model!!
)

agent = Agent(
    task='Find the number of stars of browser-use and stagehand. Tell me which one has more stars :)',
    llm=llm,
    flash_mode=True
)
agent.run_sync()
Quickstart (vLLM)

We recommend using this model with vLLM .

Installation

Make sure to install vllm >= 0.12.0 :

pip install vllm --upgrade
Serve

A simple launch command is:

vllm serve browser-use/bu-30b-a3b-preview \
  --max-model-len 32768 \
  --host 0.0.0.0 \
  --port 8000

which will create an OpenAI compatible endpoint at localhost that you can use with.

from dotenv import load_dotenv
from browser_use import Agent, ChatOpenAI
load_dotenv()

llm = ChatOpenAI(
    base_url='http://localhost:8000/v1',
    model='browser-use/bu-30b-a3b-preview',
    temperature=0.6,
    top_p=0.95,
    dont_force_structured_output=True, # speed up by disabling structured output
)

agent = Agent(
    task='Find the number of stars of browser-use and stagehand. Tell me which one has more stars :)',
    llm=llm,
)
agent.run_sync()
Model Details
Property Value
Base Model Qwen/Qwen3-VL-30B-A3B-Instruct
Parameters 30B total, 3B active (MoE)
Context Length 32,768 tokens
Architecture Vision-Language Model (Mixture of Experts)
Links

Runs of browser-use bu-30b-a3b-preview on huggingface.co

2.0K
Total runs
22
24-hour runs
-352
3-day runs
-276
7-day runs
417
30-day runs

More Information About bu-30b-a3b-preview huggingface.co Model

bu-30b-a3b-preview huggingface.co

bu-30b-a3b-preview huggingface.co is an AI model on huggingface.co that provides bu-30b-a3b-preview's model effect (), which can be used instantly with this browser-use bu-30b-a3b-preview model. huggingface.co supports a free trial of the bu-30b-a3b-preview model, and also provides paid use of the bu-30b-a3b-preview. Support call bu-30b-a3b-preview model through api, including Node.js, Python, http.

bu-30b-a3b-preview huggingface.co Url

https://huggingface.co/browser-use/bu-30b-a3b-preview

browser-use bu-30b-a3b-preview online free

bu-30b-a3b-preview huggingface.co is an online trial and call api platform, which integrates bu-30b-a3b-preview's modeling effects, including api services, and provides a free online trial of bu-30b-a3b-preview, you can try bu-30b-a3b-preview online for free by clicking the link below.

browser-use bu-30b-a3b-preview online free url in huggingface.co:

https://huggingface.co/browser-use/bu-30b-a3b-preview

bu-30b-a3b-preview install

bu-30b-a3b-preview is an open source model from GitHub that offers a free installation service, and any user can find bu-30b-a3b-preview on GitHub to install. At the same time, huggingface.co provides the effect of bu-30b-a3b-preview install, users can directly use bu-30b-a3b-preview installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

bu-30b-a3b-preview install url in huggingface.co:

https://huggingface.co/browser-use/bu-30b-a3b-preview

Url of bu-30b-a3b-preview

bu-30b-a3b-preview huggingface.co Url

Provider of bu-30b-a3b-preview huggingface.co

browser-use
ORGANIZATIONS

Other API from browser-use