← All modelsMODEL CHECK

Can I run Qwen3-VL 30B-A3B?

Qwen3-VL 30B-A3B by Alibaba needs around 32 GB of RAM at the recommended 4-bit quantization (18.2 GB download). Your hardware is checked below β€” instantly, nothing leaves your browser. Expect roughly ~192 tok/s on a Apple M-series Max.

Reading your hardware signals…

Real-world notes

Qwen3-VL 30B-A3B is Alibaba's mixture-of-experts vision model, and the headline trick is in the name: 30B total parameters but only 3B active per token. That means it runs at the speed of a tiny model while still needing memory for the whole thing. At a 4-bit quant it lands around 18.2 GB, and you want at least 32 GB of RAM to hold it comfortably. It does not fit on a 12 GB card like an RTX 3060, but an Apple Silicon machine with plenty of unified memory or a 24 GB GPU is its natural home. It is built for people who want image understanding plus chat and reasoning locally.

In daily use the active-3B design pays off: on an RTX 4090 you can see around 471 tokens per second, and even an Apple M Max stays brisk at roughly 192 tok/s, fast enough that vision answers feel instant. On a CPU with DDR5 it drops to about 28 tok/s, usable but no longer snappy. The 256K context window is the marketing ceiling, not a free lunch. Filling it is expensive: at 128K context the model plus cache climbs to about 48.6 GB total, so plan your memory around the context you actually use rather than the maximum on the spec sheet.

Against Gemma 4 31B, the closest related model here, the two sit in similar territory for size, but Gemma 4 is a dense 30.7B that activates every parameter, so Qwen3-VL generally feels faster for its footprint while Gemma tends to be steadier on pure reasoning and coding. Qwen3-VL's standout trait is that vision capability bundled into a model this quick on consumer hardware, which is still uncommon locally. It carries an Apache 2.0 license, so you can use it commercially and in production without provider-specific restrictions. Pull it with the qwen3-vl:30b Ollama tag and go.

Specifications

Parameters30B (3B active)
Context window256K tokens
ProviderAlibaba
LicenseApache 2.0
Released2025-10
Best forVision, Chat, Reasoning

Size by quantization

QuantizationBits/weightDownloadMin RAMQuality
Q2_K3.3512.6 GB24 GBNoticeable loss
Q4_K_MRecommended4.8518.2 GB32 GBRecommended
Q5_K_M5.6521.2 GB32 GBHigh
Q8_08.531.9 GB48 GBNear-original
F161660.0 GB96 GBOriginal

Sizes are estimates from parameter count Γ— bits per weight; real GGUF builds vary slightly. Β· Data updated: 2026-06-11 Β· How we calculate these numbers β†’

Memory needed by context length

ContextKV cache (est.)Total memory (Q4)
4K tokens~1.0 GB~19.2 GB
8K tokens~1.9 GB~20.1 GB
32K tokens~7.6 GB~25.8 GB
128K tokens~30.4 GB~48.6 GB

The KV cache grows with context length β€” a model that fits at 4K can run out of memory at 32K. Estimates assume an FP16 cache with grouped-query attention; actual usage varies by runtime.

Estimated speed by hardware

HardwareBandwidth~Speed
NVIDIA RTX 3060 12GB360 GB/sWon't fit in VRAM
NVIDIA RTX 4090 24GB1008 GB/s~471 tok/s
Apple M-series (base)100 GB/s~47 tok/s
Apple M-series Pro270 GB/s~126 tok/s
Apple M-series Max410 GB/s~192 tok/s
CPU only (dual-channel DDR5)60 GB/s~28 tok/s

Token generation is memory-bandwidth bound: tok/s β‰ˆ bandwidth Γ— 0.85 Γ· model size at Q4. Real-world numbers vary by runtime and context length.

Run it locally

The easiest path is Ollama β€” one command and you're chatting:

ollama run qwen3-vl:30b

Frequently asked questions

Qwen3-VL 30B-A3B System Requirements β€” Can I Run It Locally?