Yes — with 4.6 GB to spare

Ornith 1.5 9B at Q4_K_M fits your M1 · 16 GB entirely in unified memory at 8K context, at an estimated 7.2 tokens per second. Past 153K the KV cache pushes it over — quantise the cache to q8_0, or step down a quantisation, to go longer.

Fully in unified memory 8K context Q4_K_M · 5.3 GB MIT Released 19 Aug 2026 New this week

The small Ornith: a coding-agent reasoning build on the Qwen3.5 9B architecture. Same VRAM as its base, thinks before every answer.

What hardware do I need for Ornith 1.5 9B? →

The VRAM budget

weights 5.3 GB
Weights 5.3 GB KV cache @ 8K 0.25 GB Runtime overhead 0.6 GB Free 4.6 GB of 10.7 GB

Quantisation ladder

QuantWeightsTotal @ 8KMax contextTok/sQualityFit
F16 17.5 GB 18.4 GB ~2.2 Reference 7.7 GB over
Q8_0 9.3 GB 10.2 GB 25K 4.1 −0.1% ppl Long context
Q6_K 7.2 GB 8.0 GB 93K 5.3 −0.4% ppl Long context
Q5_K_M 6.2 GB 7.1 GB 124K 6.1 −0.8% ppl Long context
Q4_K_M 5.3 GB 6.1 GB 153K 7.2 −1.9% ppl Recommended
Q3_K_M 4.3 GB 5.1 GB 186K 8.9 −5.4% ppl Long context
Q2_K 3.7 GB 4.5 GB 205K 10 −15% ppl Long context

Quality is the published perplexity delta against f16 weights. Max context assumes an f16 KV cache; q8_0 roughly doubles it. Only 8 of its 32 blocks keep a per-token KV cache; the rest are linear-attention, Mamba or convolution blocks with a fixed-size state.

How to run it

terminal
$ pip install mlx-lm
$ mlx_lm.generate --model mlx-community/Ornith-1.5-9B-4bit \
    --max-tokens 512 --prompt "Hello"

Apple's own array framework. The fastest path on Apple Silicon. More on MLX.

01Download is 5.3 GB. Keep it on an SSD — a first load off a spinning disk takes minutes.
02macOS caps what the GPU may wire down at about 10.7 GB of 16 GB. Raising it with iogpu.wired_limit_mb is possible, and risky.
03There is room to go to 153K context on this card.
See all models for this rig Compare with another model