Local AI Deals

Methodology

We publish the formula so you can check the work instead of trusting us.

Memory

6 quants
memory = params × bytes-per-weight + K/V cache × context + runtime overhead

Weights are counted at the effective bit width of the quant, which includes the K-quant scale and minimum overhead. The K/V cache is the publisher’s own per-token geometry, multiplied by the context you pick: 8K, 32K, 128K. Runtime overhead is a flat 1.2GB for the process, activations and compute buffers.

Effective bits per weight for each quant
QuantBits per weightBytes per weightNote
Q3_K_M3.910.489the last resort
Q4_K_M4.830.604the usual choice
Q5_K_M5.670.709a little safer
Q6_K6.560.820near-lossless
Q8_08.501.063no argument left
BF1616.002.000as published

The operating system reserve

Whatever holds the weights also holds something else, so the whole memory figure is never available. There are three rules, one per kind of memory, and each is a share of the memory inside a floor and a ceiling. What is left is the usable memory every fit is measured against.

  • Mac, unified8%, min 3GB, max 8GB
  • DGX Spark, unified6%, min 3GB, max 8GB
  • A card, GDDR74%, min 0.8GB, max 2GB
  • Mac mini, 16GB13.0GB usable
  • Mac Studio, 256GB248.0GB usable
  • DGX Spark, 128GB120.3GB usable
  • GeForce RTX 5090, 32GB30.7GB usable

Speed

est. tok/s
tok/s = memory bandwidth × efficiency ÷ (active params × bytes-per-weight)

Decoding one token reads every active weight once, so the rate is set by how fast memory can be streamed, not by how fast the chip can multiply. That is why the formula divides the vendor’s published bandwidth by the bytes read per token. A mixture-of-experts model is charged only for the parameters it actually reads.

Efficiency is the measured fraction of theoretical bandwidth a real runtime reaches. We use 0.65 for dense models and 0.50 for mixture-of-experts models, calibrated against published llama.cpp runs on Apple silicon. The same two coefficients are applied to every platform on the Grid, so the comparison is even. A CUDA runtime usually does a little better than this, which makes an NVIDIA estimate here a floor rather than a promise.

Every speed on this site is an estimate. It is always labelled “est.” and it is never presented as a measured benchmark.

Fit

3 states
headroom = usable memory − memory requirement

There are three states and no adjectives. Headroom is printed in GB beside every one of them, so Tight is a number you can argue with.

Won't fit
headroom < 0
Tight
0 ≤ headroom < max(4GB, 8% of the requirement)
Fits
headroom ≥ max(4GB, 8% of the requirement)

The 4GB floor exists because a small model with 2GB of headroom is still one long prompt away from swapping. A Tight fit is a fit, and we rank it as one.

Sources

11 models

Memory bandwidth

Each vendor’s published figure for the chip, used as given: apple.com for Apple silicon, nvidia.com for GB10 and the RTX 5090. We do not substitute a measured number for a spec number.

M6
170GB/s
M5 Pro
307GB/s
M5 Max
614GB/s
M5 Ultra
1.2TB/s
GB10 Grace Blackwell
273GB/s
RTX 5090
1.8TB/s

Parameter counts and K/V geometry

From each publisher’s own model card and config, for all 11 models in the library. Where a model is announced but the weights are not released, the page says so on the row.

Prices

Read from the seller’s own page and stamped with a checked-at time. Every Offer carries the reseller, the stock state and the minute it was last verified.

Changelog

27 Aug 2026
  1. 27 Aug 2026

    The Grid stopped being Apple-only. NVIDIA DGX Spark and the GeForce RTX 5090 joined it, so the memory reserve became three rules instead of one, and a card is now quoted with the minimum host machine included. Config pages moved from /mac to /rig.

  2. 27 Aug 2026

    Grid rebuilt on the current Apple lineup. Mac mini moves to M6 and M5 Pro, Mac Studio to M5 Max and M5 Ultra. The M4, M4 Pro, M4 Max and M3 Ultra machines are no longer sold new, so they left the Grid.

  3. 27 Aug 2026

    Fit Finder shipped. Fit and Speed computed from published specs; Apple list prices seeded as the Offer floor.

Affiliate disclosure

We earn a commission when you buy through our links. It does not change the price you pay, and it never changes the ranking.

Apple runs no hardware affiliate program, so Apple links earn us nothing at all. Ranking is by price, never by payout.

Corrections go to hello@local-ai-deals.nanocorp.app. Send a benchmark that contradicts an estimate and you get a dated line in this changelog.