πŸ“‹ Model Description


pipeline_tag: image-text-to-text library_name: transformers language:
  • en
base_model:
  • Qwen/Qwen3-VL-30B-A3B-Instruct
tags:
  • browser_use

bu-30b-a3b-preview GGUF Models

Model Generation Details

This model was generated using llama.cpp at commit 8872ad212.


Quantization Beyond the IMatrix

I've been experimenting with a new quantization approach that selectively elevates the precision of key layers beyond what the default IMatrix configuration provides.

In my testing, standard IMatrix quantization underperforms at lower bit depths, especially with Mixture of Experts (MoE) models. To address this, I'm using the --tensor-type option in llama.cpp to manually "bump" important layers to higher precision. You can see the implementation here:
πŸ‘‰ Layer bumping with llama.cpp

While this does increase model file size, it significantly improves precision for a given quantization level.

I'd love your feedbackβ€”have you tried this? How does it perform for you?



Click here to get info on choosing the right GGUF model format


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 BROWSERUSEAPIKEY="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 65536 \
  --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,
dontforcestructured_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

PropertyValue
Base ModelQwen/Qwen3-VL-30B-A3B-Instruct
Parameters30B total, 3B active (MoE)
Context Length65,536 tokens
ArchitectureVision-Language Model (Mixture of Experts)

Links


πŸš€ If you find these models useful

Help me test my AI-Powered Quantum Network Monitor Assistant with quantum-ready security checks:

πŸ‘‰ Quantum Network Monitor

The full Open Source Code for the Quantum Network Monitor Service available at my github repos ( repos with NetworkMonitor in the name) : Source Code Quantum Network Monitor. You will also find the code I use to quantize the models if you want to do it yourself GGUFModelBuilder

πŸ’¬ How to test:
Choose an AI assistant type:
- TurboLLM (GPT-4.1-mini)
- HugLLM (Hugginface Open-source models)
- TestLLM (Experimental CPU-only)

What I’m Testing

I’m pushing the limits of small open-source models for AI network monitoring, specifically:
  • Function calling against live network services
  • How small can a model go while still handling:
- Automated Nmap security scans - Quantum-readiness checks - Network Monitoring tasks

🟑 TestLLM – Current experimental model (llama.cpp on 2 CPU threads on huggingface docker space):

  • βœ… Zero-configuration setup
  • ⏳ 30s load time (slow inference but no API costs) . No token limited as the cost is low.
  • πŸ”§ Help wanted! If you’re into edge-device AI, let’s collaborate!

Other Assistants

🟒 TurboLLM – Uses gpt-4.1-mini :
  • It performs very well but unfortunatly OpenAI charges per token. For this reason tokens usage is limited.
  • Create custom cmd processors to run .net code on Quantum Network Monitor Agents
  • Real-time network diagnostics and monitoring
  • Security Audits
  • Penetration testing (Nmap/Metasploit)

πŸ”΅ HugLLM – Latest Open-source models:

  • 🌐 Runs on Hugging Face Inference API. Performs pretty well using the lastest models hosted on Novita.

πŸ’‘ Example commands you could test:

  1. "Give me info on my websites SSL certificate"
  2. "Check if my server is using quantum safe encyption for communication"
  3. "Run a comprehensive security audit on my server"
  4. '"Create a cmd processor to .. (what ever you want)" Note you need to install a Quantum Network Monitor Agent to run the .net code on. This is a very flexible and powerful feature. Use with caution!

Final Word

I fund the servers used to create these model files, run the Quantum Network Monitor service, and pay for inference from Novita and OpenAIβ€”all out of my own pocket. All the code behind the model creation and the Quantum Network Monitor project is open source. Feel free to use whatever you find helpful.

If you appreciate the work, please consider buying me a coffee β˜•. Your support helps cover service costs and allows me to raise token limits for everyone.

I'm also open to job opportunities or sponsorship.

Thank you! 😊

πŸ“‚ GGUF File List

πŸ“ Filename πŸ“¦ Size ⚑ Download
bu-30b-a3b-preview-bf16_q8_0.gguf
LFS Q8
36.01 GB Download
bu-30b-a3b-preview-f16_q8_0.gguf
LFS Q8
36.01 GB Download
bu-30b-a3b-preview-imatrix.gguf
LFS
116.38 MB Download
bu-30b-a3b-preview-iq1_m.gguf
LFS
9.24 GB Download
bu-30b-a3b-preview-iq1_s.gguf
LFS
8.47 GB Download
bu-30b-a3b-preview-iq2_s.gguf
LFS Q2
10.18 GB Download
bu-30b-a3b-preview-iq2_xs.gguf
LFS Q2
10.16 GB Download
bu-30b-a3b-preview-iq2_xxs.gguf
LFS Q2
9.09 GB Download
bu-30b-a3b-preview-iq3_s.gguf
LFS Q3
14.24 GB Download
bu-30b-a3b-preview-iq3_xxs.gguf
LFS Q3
12.72 GB Download
bu-30b-a3b-preview-iq4_nl.gguf
LFS Q4
16.05 GB Download
bu-30b-a3b-preview-iq4_xs.gguf
LFS Q4
15.33 GB Download
bu-30b-a3b-preview-q4_0.gguf
Recommended LFS Q4
16.04 GB Download
bu-30b-a3b-preview-q4_1.gguf
LFS Q4
17.82 GB Download
bu-30b-a3b-preview-q4_k_m.gguf
LFS Q4
17.59 GB Download
bu-30b-a3b-preview-q4_k_s.gguf
LFS Q4
16.85 GB Download
bu-30b-a3b-preview-q5_0.gguf
LFS Q5
19.59 GB Download
bu-30b-a3b-preview-q5_1.gguf
LFS Q5
21.37 GB Download
bu-30b-a3b-preview-q8_0.gguf
LFS Q8
30.25 GB Download