Can It Run?
Homegpt-oss-120b › M1 Max 32GB

Can an M1 Max 32GB Mac run gpt-oss-120b?

M1 Max · 32 GB unified memory · 400 GB/s · MacBook Pro 14" (M1 Max), MacBook Pro 16" (M1 Max)

No — not at Q4_K_M.

gpt-oss-120b needs about 71.3 GiB but an M1 Max 32GB Mac has only ~27.2 GiB available for a model — you are 44.1 GiB short. macOS will swap to SSD and generation will crawl.

Weights
66.6 GiB
116.8B params @ Q4_K_M
KV cache
0.6 GiB
8K context, FP16
Overhead
4.1 GiB
runtime + activations
Total needed
71.3 GiB
of ~27.2 GiB usable
Est. speed
64 tok/s
400 GB/s bandwidth
Max context
n/a
at Q4_K_M

Where the memory goes

Three things occupy memory when a model is loaded: the weights themselves, the KV cache that holds the conversation, and the runtime's own working buffers. Only the first is fixed — the KV cache grows with every token in your context.

QuantisationWeightsTotalTok/sFits?
FP16217.6 GiB229.8 GiB20No
Q8_0115.6 GiB122.7 GiB37No
Q6_K89.7 GiB95.6 GiB48No
Q5_K_M77.5 GiB82.7 GiB55No
Q4_K_M66.6 GiB71.3 GiB64No
Q3_K_M53.0 GiB57.0 GiB80No
Q2_K40.8 GiB44.2 GiB105No

The default. Best quality-per-gigabyte for most people.

How long a context fits

The KV cache is often what breaks a setup that looked fine at load time. Quantising it to 8-bit roughly halves its footprint with little measurable quality cost.

ContextKV cacheTotalFP16 KVQ8 KV
2K0.1 GiB70.7 GiBNoNo
4K0.3 GiB70.9 GiBNoNo
8K0.6 GiB71.3 GiBNoNo
16K1.1 GiB72.2 GiBNoNo
32K2.3 GiB73.9 GiBNoNo
128K9.0 GiB84.3 GiBNoNo

What to run instead on an M1 Max 32GB Mac

These are the largest models that fit comfortably on this machine at Q4_K_M with an 8K context.

ModelSizeTotalTok/s
DeepSeek-R1-Distill-Qwen-32B32.8B22.4 GiB16Yes, comfortably
Qwen2.5 32B32.8B22.4 GiB16Yes, comfortably
Qwen2.5-Coder 32B32.8B22.4 GiB16Yes, comfortably
Qwen3 32B32.8B22.4 GiB16Yes, comfortably
Qwen3 30B-A3B30.5B19.8 GiB99Yes, comfortably
Gemma 3 27B27.4B21.1 GiB19Yes, comfortably

Macs that run gpt-oss-120b comfortably

The smallest configuration that handles it is the M3 Max 128GB (MacBook Pro 16" (M3 Max)).

MacMemoryBandwidthTok/s
M3 Max 128GB128 GB400 GB/s64
M4 Max 128GB128 GB546 GB/s87
M2 Ultra 192GB192 GB800 GB/s128
M3 Ultra 256GB256 GB819 GB/s131
M3 Ultra 512GB512 GB819 GB/s131

Common questions

Can an M1 Max 32GB Mac run gpt-oss-120b?
No. At Q4_K_M it needs about 71.3 GiB, and an M1 Max 32GB Mac has roughly 27.2 GiB available for a model after macOS takes its share.
How fast is gpt-oss-120b on an Mac?
Around 64 tokens per second. Token generation on Apple Silicon is limited by memory bandwidth, and this machine has 400 GB/s. Because this is a mixture-of-experts model only 5.1B of its 116.8B parameters are read per token, which is why it is faster than its size suggests.
How much memory does gpt-oss-120b need?
66.6 GiB for the weights at Q4_K_M, plus 0.6 GiB for an 8K-token KV cache and about 4.1 GiB of runtime overhead — 71.3 GiB in total.