← All modelsMODEL CHECK

Can I run Qwen 3 30B-A3B?

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

Reading your hardware signals…

Real-world notes

Qwen 3 30B-A3B is a mixture-of-experts model, and that one fact shapes everything about how you should think of it. It has 30.5B parameters on paper, but only 3.3B of them activate per token, so it runs at the speed of a tiny model while reasoning with the breadth of a large one. The catch is memory: you still have to hold the whole thing in RAM. A 4-bit quant is about 18.5 GB and the model wants at least 32 GB to breathe, which rules out a 12 GB card like the RTX 3060 but fits a 32 GB Apple Silicon Mac comfortably, or a 24 GB 4090 if you keep context modest.

In daily use the MoE design pays off in a way the spec sheet undersells. On a 4090 you can see around 428 tokens per second, and even an M-series Max stays brisk at roughly 174 tok/s, far faster than a dense 30B would ever manage on the same hardware. CPU-only on DDR5 drops to about 25 tok/s, usable for batch jobs but not interactive chat. The 128K context is genuine, but watch the budget: filling it pushes total memory to about 49.1 GB, so on a 32 GB machine you keep working context modest and lean on a smaller quant rather than chasing the full window.

Against Gemma 4 31B, which sits at a near-identical 30.7B parameters, the trade is clear. Gemma is dense and adds coding and vision, so it tends to feel stronger on multimodal and structured code work, while Qwen 3 30B-A3B's sparse design makes it dramatically faster per token for chat and reasoning at this size class. That speed-for-its-footprint is its standout trait. It also ships under Apache 2.0, so unlike provider-specific open-weight terms you can use it freely in commercial and production work with no licensing asterisks.

Specifications

Parameters30.5B (3.3B active)
Context window128K tokens
ProviderAlibaba
LicenseApache 2.0
Released2025-04
Best forChat, Reasoning

Size by quantization

QuantizationBits/weightDownloadMin RAMQuality
Q2_K3.3512.8 GB24 GBNoticeable loss
Q4_K_MRecommended4.8518.5 GB32 GBRecommended
Q5_K_M5.6521.5 GB32 GBHigh
Q8_08.532.4 GB48 GBNear-original
F161661.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.5 GB
8K tokens~1.9 GB~20.4 GB
32K tokens~7.7 GB~26.2 GB
128K tokens~30.6 GB~49.1 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~428 tok/s
Apple M-series (base)100 GB/s~42 tok/s
Apple M-series Pro270 GB/s~115 tok/s
Apple M-series Max410 GB/s~174 tok/s
CPU only (dual-channel DDR5)60 GB/s~25 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:30b

Frequently asked questions

Qwen 3 30B-A3B System Requirements β€” Can I Run It Locally?