Skip to content

The Two Apple Intelligence Models, and How Your Phone Decides

A plain-English tour of Apple's on-device model, Private Cloud Compute, and the ChatGPT tier, plus the surprising reason your iPhone and an expensive Mac aren't as far apart as you'd think. Part 3 of a 6-part series on local AI.

Editorial illustration of a small model at a desk on a phone, a locked vault of servers behind it, and a distant outside office, in clay-on-paper style.

This is Part 3 of a 6-part series on Apple Intelligence. Start with Part 1: What Is Apple Intelligence? if you missed it.

I went in assuming my Mac would run circles around my iPhone at on-device AI. It has a bigger chip, more room, more everything. Then I looked at the numbers and the part of the chip that actually runs the model is close to a tie. The place they really diverge turned out to be somewhere I didn’t expect: memory.

That starts with the model on the phone.

What’s actually running on your phone

The thing doing the work is small. Apple’s on-device model is about 3 billion parameters (the adjustable knobs a neural network tunes during training), a number Apple has repeated across its 2024, 2025, and 2026 reports. For comparison, the big cloud models are widely believed to be hundreds of billions to over a trillion, though the frontier labs mostly don’t publish exact counts.

The mental picture I keep coming back to is a sharp junior assistant sitting at a desk: fast, always there, works offline, costs nothing to ask, and only walks down the hall to a specialist for the genuinely hard stuff. Getting a capable model down to that desk takes two tricks worth knowing by name.

The first is quantization. Think of it like compressing a photo: you round the millions of tiny numbers in the model to fewer decimal places so the whole thing fits on a phone, and you lose barely any sharpness. Apple has quantized more aggressively each year (roughly 3.5 to 3.7 bits per weight in 2024, a 2-bit decoder in 2025 using training that expects the compression), so the exact number depends on the year you’re asking about.

The second is LoRA adapters. Picture one power drill with a set of snap-on bits: same motor, swapped tip. The base model is the motor, and each adapter (only tens of megabytes) is a bit for a specific job (summarize, proofread, draft a reply). Apple loads and swaps them on the fly, so one small model can specialize on demand without shipping a dozen separate models.

How good is a 3-billion-parameter model, really?

Better than its size suggests, and Apple is refreshingly honest about where it falls short. Here are the numbers from Apple’s 2025 tech report, where higher is better.

On-device model (~3B):

ModelMMLUMMMLUMGSM
Apple on-device67.8560.6074.91
Qwen-2.5-3B66.3756.5364.80
Qwen-3-4B75.1066.5282.97
Gemma-3-4B62.8156.7174.74

Apple’s small model beats Qwen-2.5-3B and Gemma-3-4B on the knowledge benchmarks, and trails the larger Qwen-3-4B. That’s a fair result for something running on your phone with no network.

The cloud story is more humbling. On these three text benchmarks, Apple’s server model trails all three comparators:

ModelMMLUMMMLUMGSM
Apple server80.2074.6087.09
Llama-4-Scout84.8880.2490.34
Qwen-3-235B87.5282.9592.00
GPT-4o85.7084.0090.30

Apple’s server model is good, but it isn’t beating the larger frontier models in Apple’s own table. That’s worth remembering, because Apple’s pitch here is privacy and cost rather than topping a leaderboard.

One more number makes the quantization point concrete. On MMLU, Apple’s compression pass costs the on-device model about 3.4 points and the server model about 0.8 (67.8 to 64.4, and 80.0 to 79.2). You shrink the model to fit the hardware and give up a few points of accuracy for it.

The three tiers, and how your request gets routed

When a request lands, the system decides which of three places should handle it. I used the assistant-at-a-desk picture in Part 1, and it’s worth having in front of you here.

Three-panel clay illustration of the tiers Apple Intelligence routes a request through: On-device (your phone), Private Cloud Compute (Apple's private servers), and ChatGPT (optional, off by default).

  • The desk (on-device). The ~3B model handles many routine requests right on your phone or Mac, offline and free. This is where Apple wants the work to happen.
  • The locked, audited room (Private Cloud Compute). When a request is too heavy for the desk, it goes to a specialist team behind a locked door, on Apple’s private servers built so your data isn’t stored and no one (by Apple’s design, not even Apple) can look inside. The privacy machinery here is the whole subject of Part 4.
  • The outside consultant (ChatGPT). For open-ended world-knowledge questions, there’s an optional hand-off to ChatGPT, and it behaves like calling in an outsider: by default your phone asks before handing anything over (you can switch off the repeat confirmation for Siri requests, though files and photos always ask).

One distinction that trips people up: ChatGPT is not Apple’s cloud engine. ChatGPT is the opt-in extension for questions that need broad world knowledge. The heavy lifting inside Private Cloud Compute runs on Apple’s foundation models. There’s also a separate wrinkle worth hedging carefully: Bloomberg has reported that Apple is paying Google around a billion dollars a year for a custom model to help power Siri’s cloud reasoning. Apple’s own language is drier, saying only that its top server model was “custom-built in collaboration with Google” and runs on NVIDIA GPUs in Google Cloud. Apple has acknowledged drawing on the technology behind Google’s Gemini models, but it doesn’t brand the model powering Siri “Gemini” or confirm the billion-dollar figure. Treat those specifics as reporting, not Apple’s word (Part 4 digs into what the arrangement means for privacy).

The surprising part is memory

Here’s the thing that flipped my assumption. The chip inside these devices has a dedicated block for AI work called the Neural Engine, measured in TOPS (trillions of operations per second). The iPhone’s A17 Pro and A18 are commonly reported at 35 TOPS. Apple’s base Mac chips: M1 at 11, M3 at 18, M4 at 38. So on raw AI throughput, a recent iPhone rivals or beats a base Mac. The Neural Engine is close to a tie.

Chip (device)Neural Engine (TOPS)Max unified memory
A17 Pro / A18 (iPhone)~358 GB
M11116 GB
M31824 GB
M43832 GB
M1 Ultra22128 GB
M3 Ultra36512 GB

The throughput column stays in a tight band. The memory column runs from 8 GB to 512 GB, about a 64x spread, and that is the gap that actually decides how big a model a device can hold.

Where they pull apart is memory. Apple doesn’t publish iPhone RAM, but teardown and Xcode reporting put the supported iPhones at 8 GB. Supported Apple silicon Macs range from older 8 GB machines up to 512 GB on an M3 Ultra, roughly a 64x spread. Memory bandwidth (how fast the chip can move that data) tells the same story, from about 68 GB/s on an M1 to 800+ GB/s on the Ultra chips, more than a 10x spread.

That matters because a model has to fit in memory to run, and bigger models need more of it. Your available RAM sets a rough ceiling on the size of model you can hold locally. These are conservative practical estimates for always-available local inference (the operating system needs memory too), not hard limits:

Device memoryRough local model ceiling
8 GB (iPhone, base Mac)3B to 4B comfortably
16 GB13B to 14B (compressed)
32 GBaround 32B
64 GBaround 70B
128 GB+100B and up

So the honest phone-versus-Mac story starts with memory more than raw AI math: a maxed-out Mac can hold a model many times larger than anything an iPhone can. Today, Apple mostly doesn’t use that headroom, which is the setup for the interesting question.

Same everyday model on every device (for now)

Right now the everyday on-device model is basically the same ~3B model on every supported device, whether that’s an 8 GB iPhone or a Mac Studio with half a terabyte of memory. The Mac’s extra room mostly sits idle as far as Apple Intelligence is concerned.

Apple has already taken one step away from that. Its 2026 third-generation lineup added a second on-device model, AFM 3 Core Advanced, a 20-billion-parameter sparse model (it activates only 1 to 4 billion parameters at a time) that Apple says is unlocked on its most capable Apple silicon. That’s the first time Apple has gated an on-device model to better hardware.

My prediction, and I’ll flag it clearly as opinion, is that this becomes a wider strategy: Apple stops shipping one identical model to everything and offers more capable local models on higher-end devices, which conveniently also sells higher-end devices. There’s an early hint in the reporting. The Information, via MacRumors, says Apple met with a startup called PrismML that claims it compressed Alibaba’s Qwen 3.6 (27 billion parameters) to run on an iPhone 17 Pro. That’s reporting, not a shipped product, and I get into the full argument in Part 6.

What’s next

That routing design (on-device first, sealed cloud second) is the setup for Part 4, which is all about privacy: what Private Cloud Compute actually guarantees, how you’d verify it, and why “free, private, offline inference” changes what developers can safely build.

If you want the rest as it drops this week, the site has an RSS feed you can point your reader at.

Frequently asked questions

How big is Apple’s on-device AI model? About 3 billion parameters, a figure Apple has repeated across its 2024, 2025, and 2026 model reports. In 2026 Apple added a second, larger on-device model (a 20-billion-parameter sparse model) for its most capable hardware.

Does my iPhone or my Mac run on-device AI better? On raw AI throughput they’re closer than you’d think: a recent iPhone’s Neural Engine (about 35 TOPS) rivals a base Mac chip. The real gap is memory and bandwidth, where Macs range far higher, which lets them hold much larger models. Today, though, Apple ships the same everyday model to both.

What is Private Cloud Compute? It’s Apple’s private server tier for requests too heavy for your device, running on Apple silicon and designed so your data isn’t stored and Apple can’t read it. Part 4 covers how those guarantees work.

Is ChatGPT the same as Apple’s cloud model? No. ChatGPT is an opt-in extension for open-ended world-knowledge questions, and by default your phone asks before handing anything to it (files and photos always require approval). The reasoning inside Private Cloud Compute runs on Apple’s own foundation models (with a reported Google collaboration behind the top server model).

What is quantization? It’s compressing a model by rounding its numbers to fewer decimal places so it fits on smaller hardware, like compressing a photo. You lose a little accuracy (a few points on benchmarks) in exchange for fitting on a phone.

Sources