What AI models can the Apple M1 run?
The Apple M1 pairs 8GB of unified memory with 68 GB/s of bandwidth — and bandwidth is what sets local LLM speed. Here's exactly what it can run, how fast, and at which quantization. Every number below is computed, not guessed.
At a glance
Top picks for this card
Every model on the Apple M1
| Model | Fit | Best quant | Memory | Speed |
|---|---|---|---|---|
| Llama 3.2 3B 3.2B · Llama | Recommended | Q5_K_M | 3.6 GB | 21.3 tok/s |
| Qwen3 4B 4B · Qwen | Recommended | Q4_K_M | 3.9 GB | 19.5 tok/s |
| Mistral 7B v0.3 7.2B · Mistral | Recommended | Q2_K | 3.9 GB | 19.3 tok/s |
| Qwen2.5-Coder 7B 7B · Qwen | Recommended | Q2_K | 3.8 GB | 20.2 tok/s |
| Llama 3.1 8B 8B · Llama | Recommended | IQ2_XXS | 3.6 GB | 21.6 tok/s |
| Qwen3 8B 8B · Qwen | Recommended | IQ2_XXS | 3.6 GB | 21 tok/s |
| Gemma 3 12B 12B · Gemma | Works | Q2_K | 5.8 GB | 11.5 tok/s |
| Phi-4 14B 14B · Phi | Works | Q2_K | 6.4 GB | 10.3 tok/s |
| Qwen3 14B 14B · Qwen | Works | Q2_K | 6.4 GB | 10.3 tok/s |
| DeepSeek-R1-Distill 14B 14B · DeepSeek | Works | Q2_K | 6.5 GB | 10.1 tok/s |
| Mistral Small 3 24B 24B · Mistral | Won't run | — | 17 GB | — tok/s |
| Gemma 3 27B 27B · Gemma | Won't run | — | 19 GB | — tok/s |
| Qwen3 30B-A3B (MoE) 30.5B · Qwen | Won't run | — | 20 GB | — tok/s |
| Qwen3 32B 32B · Qwen | Won't run | — | 22 GB | — tok/s |
| Llama 3.3 70B 70B · Llama | Won't run | — | 46 GB | — tok/s |
Fit and speed assume a 8K context on 8GB unified memory with 32GB system RAM for overflow. Tokens/sec is single-stream decode. Click any model for its full hardware requirements.
Frequently asked
How many local LLMs can the Apple M1 run?
10 of the 15 models we test fit on the Apple M1's 8GB of unified memory at a sensible quantization. The largest is Phi-4 14B (14B) at Q2_K, generating about 10.3 tokens/sec.
How fast is the Apple M1 for local AI?
Single-stream generation is memory-bandwidth bound, and the Apple M1 has 68 GB/s. On an 8B model at Q4 that translates to roughly 21 tokens/sec — comfortably faster than reading speed.
What should I run the Apple M1 with?
LM Studio with the MLX backend is fastest on Apple Silicon; Ollama and llama.cpp (Metal) also work great.
Can the Apple M1 run 70B models?
Not fully in unified memory — a 70B model needs ~40GB+ at Q4. You can still run it by spilling into system RAM, but it will be slow. Stick to 8B-class models for a snappy experience.