Skip to main content
Experiments · Local AI · Buyer's deep dive

Hardware for Qwen — and for the models that come after it

Qwen3.8-27B runs on one consumer graphics card. The question this page answers is what to buy when the goal is not just running that model well, but running whatever open-weight models phase in over the next year — and being able to improve them, not only run them. It also answers a question that sounds simple and is not: why not just buy a workstation, isn't it only a few thousand more?

The decision being made

Verified August 28, 2026 · 12:30

The baseline is a 24 GB-class consumer card. It runs the 4-bit Qwen3.8-27B at roughly 45–70 tokens per second with the model taking ~18 of the 24 GB — which is exactly the problem. A purchase made to run a 27 B model is already full on day one. The real target is three things at once:

GoalWhat it demands from the hardware
1 · Run Qwen3.8-27B well≥ 24 GB of fast memory. Solved by anything on this page; the differences are speed.
2 · Not be capped by next year's modelsThe open-weight frontier of 2026 lives at 100 B–300 B parameters (mixture-of-experts). That is 65–160 GB at 4-bit. This is the number that decides the purchase.
3 · Improve the model, not just run itFine-tuning needs 2–4× the memory of inference and, realistically, CUDA. A 27 B model in full bf16 LoRA wants 60–80 GB; a 70 B in QLoRA wants 46–88 GB.

The workload behind the question: many-hours, unattended, sequential analytical reads over structured financial data — batch throughput and headroom matter more than latency. Nothing here needs a model to answer in under a second.

The three numbers that decide everything

Verified August 28, 2026 · 12:30

Marketing sells cores and TFLOPS. For running language models locally, those are a distant third. The order is:

1. Memory capacity decides what you can run. A model's weights have to sit in fast memory in their entirety, every token. If it doesn't fit, it either doesn't run or it spills to system RAM and slows 5–10×. At 4-bit quantisation the rule of thumb is 0.5–0.6 GB per billion parameters, plus room for context.

2. Memory bandwidth decides how fast. Generating each token means reading every weight from memory once. So the ceiling on tokens per second is simply bandwidth ÷ model size in memory. A 17 GB model on a 1,792 GB/s card cannot exceed ~105 tok/s single-stream no matter what; the same model on a 256 GB/s box cannot exceed ~15. Software (speculative decoding, multi-token prediction) beats that ceiling by guessing several tokens per read — that is where the "tuned" figures below come from.

3. Compute decides prompt processing and batching. Reading a long document in (prefill) and serving many requests at once are compute-bound. This is where a discrete GPU is 3–5× a Mac at the same bandwidth, and it is the number that matters most for fine-tuning.

Ceiling = bandwidth ÷ 17 GB (the 4-bit Qwen3.8-27B in memory). Both numbers appear per machine in the candidates table below, next to what was actually measured.

Why every price on this page is roughly double what it was

Verified August 28, 2026 · 12:30

2026 is a memory-shortage year. Hyperscalers are spending close to $700 billion on AI infrastructure and have bought the entire 2026 output of high-bandwidth memory; every gigabyte of HBM consumes 3–4× the wafer capacity of ordinary DRAM, so ordinary DRAM, GDDR7 and NAND are starved. Memory is more than 80% of the bill of materials on a high-end graphics card. When memory doubled in early 2026, cards followed — and NVIDIA is on its third GeForce price hike of the year. Industry consensus is that the squeeze lasts through 2026 and into 2027; the HBM gap does not close until 2028–29.

ItemLaunchNowDrift
RTX 5090 (32 GB)$1,999 · Jan 2025$4,200–5,100 typical · spikes to $6,8002.1–2.5×
RTX PRO 6000 Blackwell (96 GB)$8,565 · Mar 2025$13,250 → $16,000 NVIDIA MSRP · $14,000 Newegg1.9×
NVIDIA DGX Spark (128 GB)$3,999 · Oct 2025$4,6991.2×
Consumer DDR5 kit (reference)≈$250 · Oct 2025≈$700 · Mar 20262.8×
RTX 5080 SUPER (24 GB) refreshexpected $999–1,199finished, launch "on hold" — 3 GB GDDR7 modules cost ~3×delayed

Two consequences for a buyer. First, waiting is not obviously rewarded — the usual "prices fall after launch" curve has inverted, and the one refresh that would help (a 24 GB RTX 5080 SUPER) is finished but held back because its memory got too expensive to ship at the planned price. Second, the answer to "isn't a workstation only a few thousand more?" has changed underneath the question, which is the next section.

"Why not just buy a workstation?" — answered

Verified August 28, 2026 · 12:30

The intuition comes from 2025, when it was true. A 96 GB RTX PRO 6000 Blackwell pre-ordered below $8,000 while a 32 GB RTX 5090 listed at $2,000 — the pro card cost about $6,000 more and bought three times the memory. That gap is now $9,000–12,000 on the card alone ($13,250–16,000 vs $4,200–5,100), and a workstation is the card plus a platform built to feed it.

What the extra money actually buys, in order of how much it matters for this use:

Workstation traitWhy it matters for local AIMatters here?
96 GB on one cardThe 100 B+ mixture-of-experts class runs on a single card at full speed; a 27 B fine-tunes in bf16 without tricks. This is 90% of the value.Decisive
PCIe lanes and slotsThreadripper / Xeon boards give 2–4 GPUs each a full x16 link and room to add a second card later. Consumer boards give one card real lanes.Yes — the upgrade path
System RAM capacity256 GB–1 TB of RAM lets a model too big for the card spill gracefully instead of dying; also needed to load 200 GB checkpoints for conversion or training.Useful
ECC memory (card and system)Silent bit-flips over a 20-hour training run are real; ECC is why pro cards exist. For inference-only it rarely shows.Nice for training
24/7 duty cycle, power supply, coolingA 600 W card running unattended for months wants a 1,600 W+ supply and a chassis that moves air. Consumer builds throttle or trip.Yes for an always-on reader
Vendor support, driver certificationCertified drivers matter for CAD; for Ollama, vLLM and PyTorch they don't.No

So the honest answer: a workstation is the only NVIDIA path to the 100 B+ class on one card, and it costs about three times a consumer box, not "a few thousand more." What the price shock has done is open a lane that did not exist in 2025 — Apple's 512 GB Mac Studio at roughly $11,000 now holds more model memory than a $35,000 dual-PRO-6000 workstation, at two-thirds of the bandwidth and with far less compute. That trade is the crux of the candidate table.

Where the open models are going

Verified August 28, 2026 · 12:30

The pattern of 2026 is unambiguous: every lab ships one small dense model that fits a desk card (Qwen's 27 B, Gemma's 27 B) and one or more large mixture-of-experts models where only a fraction of the parameters fire per token. MoE is what makes big models viable on unified-memory boxes — a 120 B model with 5 B active reads only ~3 GB per token, so even 256 GB/s feels fine — but all of the weights still have to sit in memory. Capacity, not bandwidth, is what gates the next generation.

ModelParametersMemory at 4-bitWhat runs it
Qwen3.8-27B (Aug 2026)27 B dense17–19 GBAny 24 GB card
Qwen3.5-122B-A10B122 B · 10 B active~70 GB96 GB card · 128 GB unified box
gpt-oss-120B117 B · 5 B active~65 GB96 GB card · 128 GB unified box
Qwen3-235B-A22B235 B · 22 B active~130 GB2× 96 GB cards · 256 GB Mac
DeepSeek V4 Flash284 B · 13 B active~160 GB2× 96 GB cards · 256 GB Mac
Llama 4 Maverick400 B · 17 B active~220 GB512 GB Mac · 3× 96 GB cards
GLM-5.2~753 B MoE~420 GB512 GB Mac (tight)
DeepSeek V4 Pro1.6 T · 49 B active~900 GBMulti-machine cluster
Qwen3.8-Max2.4 T · ~95 B active~1.2 TBCluster — more than two 512 GB Macs
Kimi K3 (Jul 2026)2.8 T · 104 B active~1.6 TBCluster

Read as tiers: 24–32 GB runs the dense 27–32 B class and nothing above it. 96–128 GB is the 100 B–120 B MoE class — the models that are, right now, the strongest thing you can run on one machine. 256–512 GB reaches 235 B–400 B. The trillion-parameter flagships (Qwen3.8-Max, DeepSeek V4 Pro, Kimi K3) are out of reach of any single machine anyone can buy; those are API models regardless of the licence.

Memory figures use 0.55 GB per billion parameters at 4-bit plus context headroom; vendor model sizes from the Wavect open-weight comparison (reviewed Aug 7, 2026), Unsloth docs and the Qwen3.8 release notes. "Runs it" assumes a single machine and 4-bit weights.

Bang for the buck — where capability tapers off

Snapshot August 28, 2026

The question that decides how high to aim: as models get bigger, how much smarter do they get? Capability here is the Artificial Analysis Intelligence Index — one number from nine independent evaluations, on the same scale for every model — plotted against the memory each model needs at 4-bit. The best closed model (not purchasable at any price) is the dashed reference.

Qwen familyOther open-weightClosed frontier (reference)

1 · Capability vs memory needed — the curve is nearly flat above 27 B

Capability (Artificial Analysis Intelligence Index) versus memory needed at 4-bit, log scale01020304050607010 GB20 GB50 GB100 GB200 GB500 GB1 TB2 TBMemory the model needs at 4-bit (log scale)Intelligence Index (0–100)24 GB card32 GB card96 GB card128 GB box512 GB MacClaude Opus 5 · 63.0 (closed, API only)gpt-oss-20B — index 15.2 · ~12 GB at 4-bitgpt-oss-20BQwen3.8-27B — index 52.0 · ~18 GB at 4-bitQwen3.8-27BQwen3.6-27B — index 37.7 · ~17 GB at 4-bitQwen3.6-27BGemma 4 31B — index 29.7 · ~19 GB at 4-bitGemma 4 31Bgpt-oss-120B — index 24.1 · ~65 GB at 4-bitgpt-oss-120BQwen3.5-122B-A10B — index 32.9 · ~70 GB at 4-bitQwen3.5-122B-A10BQwen3.8-Flash-Next 180B-A6B — index 56.0 · ~100 GB at 4-bitQwen3.8-Flash-Next 180B-A6BDeepSeek V4 Flash 284B — index 51.8 · ~160 GB at 4-bitDeepSeek V4 Flash 284BGLM-5.3-Flash 320B — index 57.5 · ~180 GB at 4-bitGLM-5.3-Flash 320BLlama 4 Maverick 400B — index 14.5 · ~220 GB at 4-bitLlama 4 Maverick 400BGLM-5.2 753B — index 53.0 · ~420 GB at 4-bitGLM-5.2 753BDeepSeek V4 Pro 1.6T — index 53.0 · ~900 GB at 4-bitDeepSeek V4 Pro 1.6TQwen3.8-Max 2.4T — index 58.0 · ~1300 GB at 4-bitQwen3.8-Max 2.4TKimi K3 2.8T — index 60.0 · ~1550 GB at 4-bitKimi K3 2.8T

Read it left to right. Qwen3.8-27B sits at 52 on an 18 GB footprint. Everything to its right that needs 3–50× the memory lands between 52 and 60 — DeepSeek V4 Flash (160 GB) is 51.8, GLM-5.2 (420 GB) is 53, DeepSeek V4 Pro (900 GB) is 53. The trillion-parameter flagships add roughly +6 to +8 points for 70× the memory. And the 64–70 GB tier your example sits in — Qwen3.5-122B-A10B and gpt-oss-120B — actually scores lower than the 27 B, because they are a generation older. Size is not the axis that moved the score in 2026; generation is.

2 · Best capability you can buy, by machine price

Best Intelligence Index reachable on one machine versus its price40455055606570$0k$5k$10k$15k$20k$25k$30k$35kComplete machine, US price, August 2026Closed frontier 63 (not purchasable)Qwen3.8-27B on any 24 GB card · 52Strix Halo 128 GB · $1.75k → Qwen3.8-Flash-Next 180B-A6B (index 56.0) · slow: ~15 tok/s ceilingStrix Halo 128 GBQwen3.8-Flash-Next 180B-A6B · 56RTX 5090 PC · $7k → Qwen3.8-27B (index 52.0) · fast: 75–200 tok/sRTX 5090 PCQwen3.8-27B · 52Mac Studio 512 GB · $10.8k → GLM-5.3-Flash 320B (index 57.5) · moderate: ~1.2 TB/sMac Studio 512 GBGLM-5.3-Flash 320B · 57.5RTX PRO 6000 workstation · $20k → Qwen3.8-Flash-Next (tight at 96 GB) (index 56.0) · fast, and it trainsRTX PRO 6000 workstationQwen3.8-Flash-Next (tight at 96 GB) · 562× RTX PRO 6000 workstation · $35k → GLM-5.3-Flash 320B (index 57.5) · fast; 192 GB2× RTX PRO 6000 workstationGLM-5.3-Flash 320B · 57.5

Each point is the strongest open model a complete machine can hold at 4-bit. From a $1,750 mini PC to a $35,000 dual-card workstation the reachable score moves from 56 to 57.5 — about two points for twenty times the money. What the money buys is not capability; it is speed (the $1,750 box runs its 180 B model at a ~15 tok/s ceiling, the workstations at 100+) and the ability to train. That is the trade to decide on, not "bigger model, better answers."

3 · Same shelf, different generation — what actually moved the score

Intelligence Index of open models that fit a 24 GB card versus models that need 64–70 GB0204060gpt-oss-20B (Aug 2025) — index 15.2 · Fits a 24 GB card15.2gpt-oss-20B(Aug 2025)Fits a 24 GB cardGemma 4 31B (2026) — index 29.7 · Fits a 24 GB card29.7Gemma 4 31B(2026)Qwen3.6-27B (Apr 2026) — index 37.7 · Fits a 24 GB card37.7Qwen3.6-27B(Apr 2026)Qwen3.8-27B (Aug 2026) — index 52.0 · Fits a 24 GB card52.0Qwen3.8-27B(Aug 2026)gpt-oss-120B (Aug 2025) — index 24.1 · Needs 64–70 GB24.1gpt-oss-120B(Aug 2025)Needs 64–70 GBQwen3.5-122B-A10B (2026) — index 32.9 · Needs 64–70 GB32.9Qwen3.5-122B-A10B(2026)

On the 24 GB shelf the score went 15 → 30 → 38 → 52 in twelve months, with no change in memory. Meanwhile the 64–70 GB models available today score 24–33. A machine bought for capacity ages with the models that get released into that capacity; a machine bought for the models that exist today is buying last quarter's score.

Where this leaves the "how high to aim" question: the evidence says aim for the shelf the next generation of small-and-mid models will land on, not for today's giants. The 100–180 GB tier already holds two models at 56–57.5 (Qwen3.8-Flash-Next 180B-A6B, GLM-5.3-Flash 320B) — within five points of the closed frontier — and both fit a 128 GB box or a 512 GB Mac, neither of which needs a workstation. The 96 GB card is the fast way to run that tier; the 512 GB Mac is the roomy way. Nothing above 512 GB buys measurable capability today. Index: Artificial Analysis v4.1.1 via artificialanalysis.ai and BenchLM, Snapshot August 28, 2026; memory at 0.55 GB per billion parameters plus headroom. Vendor-reported scores are excluded.

The candidates

Prices verified August 28, 2026 · 12:30

One table, one set of machines. Everything is buyable today or on announced pre-order, US pricing, quoted as card / complete system where both exist — "graphics card only" rows need a PC around them; "complete machine" rows are the whole box. "Ceiling" is bandwidth ÷ 17 GB, the hard single-stream limit for the 4-bit Qwen3.8-27B; the figure under it is what people actually measured. "Class" is the largest model family the machine runs at a usable speed.

MachineWhat it isMemory · bandwidthCeiling / measured, Qwen3.8-27BEst. priceLargest class it runs wellFine-tuning reachVerdict
RTX 5090
Graphics card only
32 GB GDDR7
1,792 GB/s
~105 ceiling
75 stock · 148–200+ tuned
Card $4,200–5,100 · complete PC $6,000–8,000
Dense ≤ 32 B. 70 B only with CPU offload at 14–22 tok/s
QLoRA on a 27 B (fits in ~22 GB). Nothing bigger
Fastest 27 B box. Zero headroom for the 100 B+ class — it is a "today" purchase
2× RTX 5090
Two cards on a workstation platform
64 GB (two pools)
1,792 GB/s each
~105 ceiling
as one 5090
Cards $8,800–9,700 · system $13,000–16,000 (Threadripper, 1,700–2,800 W supply)
70 B at Q4 split across two cards; gpt-oss-120B class does not fit
QLoRA 70 B is marginal; two cards ≠ one 64 GB pool for training
The expensive dead end: pays workstation money for 64 GB when 96 GB on one card exists. Puget ships it only as a 5U rack unit for the heat and 240 V draw
RTX PRO 5000 Blackwell 72 GB
Graphics card only
72 GB GDDR7 ECC
~1,344 GB/s
~80 ceiling
≈ 5090 −20%
Card ~$4,200–5,000 (mid-2026 street) · system $9,000–12,000
70 B at Q4 on one card; the 120 B MoE class at 4-bit fits with little KV room
QLoRA 70 B; LoRA 27 B in bf16
The quiet middle: 300 W, a step of budget below the PRO 6000, but half the compute and prices are drifting up with everything else
RTX PRO 6000 Blackwell 96 GB
Graphics card only
96 GB GDDR7 ECC
1,792 GB/s
~105 ceiling
≈ 5090 (same die, +12% SMs)
Card $13,250–16,000 · workstation $18,000–22,000
gpt-oss-120B at 221 tok/s · Qwen3.5-122B at 98 · 70 B FP8 at 34
LoRA 27 B in full bf16 · QLoRA 70 B comfortably · 96 GB is the single-card fine-tuning ceiling
The "next year" NVIDIA answer: every 100 B-class open model of 2026 runs fast, CUDA everything, and it trains. The price doubled getting here
Mac Studio M5 Ultra
Complete machine
96 → 512 GB unified
1,200 GB/s
~70 ceiling
est. 45–55 (M5 Max measured 23 at half the bandwidth)
$5,499 (96 GB) · ~$10,800 (512 GB) · ships Sept 22, 512 GB config late Oct
235 B–400 B MoE at 4-bit on the 512 GB config — the only sub-$15k machine that can
MLX LoRA works and 512 GB removes the memory wall, but no CUDA and a fraction of the compute — hours become days
The capacity king: 2–3× the memory of anything NVIDIA sells under $20k, at ⅔ the bandwidth. Best if "the biggest open models" matters more than "the fastest 27 B"
NVIDIA DGX Spark
Complete machine
128 GB unified
273 GB/s
~16 ceiling
12 stock · 33–35 tuned
$4,699 · two linked = 256 GB
gpt-oss-120B at 38 tok/s
CUDA, so every training recipe runs — slowly
A development box, not an inference box: 128 GB at a quarter of the Mac's bandwidth. Reviewers call it "way too expensive for the raw performance"
AMD Strix Halo mini PC (Ryzen AI Max+ 395)
Complete machine
128 GB unified (96 GB to GPU)
256 GB/s (~215 real)
~15 ceiling
11–24 chat · 24–36 tuned
$1,500–2,000
gpt-oss-120B at 55 tok/s · 70 B at 30–35
ROCm/Vulkan only; fine-tuning is a hobbyist path
Astonishing capacity per dollar as a second box for big MoE models; too slow on dense 27 B to be the main machine
Used A100 80 GB
Datacenter card only (needs a server chassis)
80 GB HBM2e
2,039 GB/s
~120 ceiling
not measured on Qwen3.8; bandwidth says ≈ 5090
$4,000–9,000 used
70 B and the 120 B MoE class at 4-bit
QLoRA 70 B; the card these recipes were written on
Contrarian value: 80 GB of 2 TB/s memory for a third of a PRO 6000. But passive cooling (needs a server fan wall), no display output, no FP4, no warranty
NVIDIA DGX Station GB300
Complete machine
784 GB coherent
~8 TB/s HBM3e
n/a ceiling
n/a
$80,000–125,000 · 6–13 week lead
Everything up to the trillion class at FP4
Full-parameter fine-tuning of 70 B
Out of scope — listed so the ceiling is visible
Rent instead (RTX PRO 6000 on RunPod / Vast)
Cloud rental, per hour
96 GB
1,792 GB/s
~105 ceiling
as PRO 6000
$2.39/hr · ~$1,700/mo at 24/7 · ~$200/mo at 3 hr/day
as PRO 6000
as PRO 6000
Breaks even against buying the card in ~8 months of 24/7 use, or ~6 years at 3 hr/day. The right answer for bursts; the wrong one for an always-on reader

Price sources on the verification date: videocardprices.com and Newegg trackers (RTX 5090, PRO 6000), NVIDIA US marketplace (PRO 6000 MSRP), Apple pre-order pricing via TechRepublic (M5 Ultra), IntuitionLabs (DGX Spark), Layer3Labs / vendor listings (Strix Halo mini PCs), Compute Exchange and JarvisLabs (used A100 / H100), ServeTheHome and Tom's Hardware (DGX Station), RunPod / Spheron (rental). Benchmarks: Context Studios (Aug 19), Hardware Corner (Mar 11), ComputingForGeeks (Aug 6), IntuitionLabs (Aug 12), RunAIHome (Jun 3), all 2026.

The real fork: a 96 GB NVIDIA card or a 512 GB Mac

Verified August 28, 2026 · 12:30

Strip away the also-rans and two machines survive goal #2. They are opposites.

RTX PRO 6000 workstation
~$20,000 · 96 GB · 1,792 GB/s
Mac Studio M5 Ultra 512 GB
~$11,000 · 512 GB · 1,200 GB/s
Qwen3.8-27B today75–200 tok/s, prompt processing 3–5× fasterest. 45–55 tok/s; prompts noticeably slower
100 B–120 B MoE class100–220 tok/s — runs like a small modelest. 80–120 tok/s (M5 Max did 66–88 at half the bandwidth)
235 B–400 B classDoes not fit on one cardFits with room for long context — the reason to buy it
Fine-tuningCUDA; LoRA 27 B, QLoRA 70 B, every published recipe worksMLX LoRA works; no CUDA, ~⅓ the compute — expect days where the card takes hours
Batch throughput (many reads at once)Thousands of tok/s aggregate with vLLM / SGLangModest; MLX batching is young
Software ecosystemEverything is written for it firstOllama, LM Studio, MLX, llama.cpp — inference is solved, tooling beyond it lags
Power, noise, footprint600 W card, 1,000 W+ system, tower or rackUnder 300 W at full tilt, silent, fits under a monitor
Upgrade pathAdd a second card → 192 GBNone; memory is soldered. You buy the ceiling on day one
AvailabilityIn stock at $14,000–16,000Pre-order; 512 GB configuration ships late October 2026
ResalePro cards hold value; datacenter demand is the floorMacs hold value unusually well

The way to choose is to decide which sentence is true for you:

"I will spend most of the machine's life running one model as hard as possible, and I want to train it." → the PRO 6000. Speed, CUDA and batch throughput compound over a year of unattended runs, and fine-tuning is a first-class citizen. It caps at the 120 B class, which is the current frontier and likely stays a serious tier through 2027.

"I want to be able to try whatever gets released, including the 235 B–400 B models, and I mostly run, not train." → the M5 Ultra 512 GB. Nothing else under $30,000 holds those models. Accept slower tokens and a thinner training story.

"Improve the model" — what that costs in memory

Verified August 28, 2026 · 12:30

Fine-tuning does not mean retraining. The practical methods freeze the model and train small adapter layers (LoRA), optionally on a 4-bit base (QLoRA). Memory need is driven by whether the base is held at 4-bit or 16-bit, and the quality gap between them is smaller than the memory gap.

What you want to doMemoryWhich machinesNote
QLoRA on a 27 B (4-bit base, small adapters)~22 GBAny 24 GB+ card. Runs on the 5090 today
80–90% of full fine-tune quality
LoRA on a 27 B (bf16 base)60–80 GBPRO 6000 · 72 GB PRO 5000 (tight) · Mac 96 GB+
90–95% of full fine-tune quality
QLoRA on a 70 B46–88 GBPRO 6000 · A100 80 GB · Mac 128 GB+
The standard recipe for "make a big model ours"
LoRA on a 70 B (bf16)100–140 GB2× PRO 6000 · Mac 256 GB+ (slow)
Two-card territory
Full fine-tune of a 27 B~430 GBCluster or rented H100 ×8
Rent it; never buy for this

Two things worth knowing before the purchase is justified by "we'll fine-tune it". First, most of the improvement people want from a local model — domain vocabulary, output format, house style, using a private corpus — comes cheaper from retrieval and prompting than from training, and needs no extra hardware. Second, when training genuinely is the answer, renting eight H100s for an afternoon is often cheaper than owning the capacity for it; the local machine's job is then to run the result. A 96 GB card is the sweet spot precisely because it does both for the 27 B–70 B range without a rental.

What each budget buys

Prices verified August 28, 2026 · 12:30
BudgetMachineModel memoryUnlocksThe catch
~$7,000One RTX 5090 in a strong desktop32 GB
Fastest 27 B; QLoRA 27 B
Caps at ~32 B dense. Same ceiling as the 24 GB class, just faster
~$11,000Mac Studio M5 Ultra 512 GB512 GB
Every open model under ~450 GB at 4-bit
Slower per token; MLX only; ships late October
~$12,000Strix Halo box + one RTX 5090 desktop128 + 32 GB
Fast 27 B on the card, big MoE on the box
Two machines to run; the MoE box is slow
~$20,000RTX PRO 6000 in a Threadripper workstation96 GB
120 B MoE class fast; LoRA 27 B; QLoRA 70 B
The card doubled in price; ECC, 24/7 duty, CUDA
~$35,0002× RTX PRO 6000 workstation192 GB
235 B–280 B MoE; LoRA 70 B
Diminishing returns vs one Mac 512 GB for inference-only

Where this lands

Verified August 28, 2026 · 12:30

A single RTX 5090 is not an upgrade for this purpose. It is the same 32 B ceiling as the 24 GB class, faster. Buying it in 2026 at 2.5× MSRP to gain speed on a model that already runs is the one clearly wrong move.

The 100 B-class MoE tier is the minimum "next year" target, and 96 GB is the smallest memory that serves it fast. Every serious open release of 2026 has landed there or above; a machine that cannot hold ~70 GB of weights will be running last year's models by next summer.

If the answer must be one machine: the RTX PRO 6000 workstation for a training-and-throughput operation, the M5 Ultra 512 GB for a run-everything operation. The price gap between them (~$9,000) is the price of CUDA and speed; the memory gap (416 GB) is the price of reach. Neither is a bad buy; they are different bets on what the next year's models look like — and the evidence of 2026 is that they get bigger faster than cards get cheaper.

A defensible third path: a $1,500–2,000 Strix Halo box today to learn what the 120 B MoE class is actually worth on real work, before committing $11,000–20,000. It is slow, but it answers the only question that matters — does a bigger model change the output enough to pay for — for the price of a graphics card's sales tax.

Not investment advice, and not a hardware endorsement: prices in this market change weekly and every figure above carries its verification date. Re-check the trackers cited before spending money.

Sources

Retrieved August 28, 2026 · 12:30

RTX 5090 pricing — videocardprices.com tracker, Tech Insider GPU prices 2026. RTX PRO 6000 pricing — Tom's Hardware, VideoCardz, Thunder Compute. RTX 5090 vs PRO 6000 benchmarks — ComputingForGeeks, Spheron. RTX PRO 5000 72 GB — Spheron. Qwen3.8-27B per-hardware ladder — Context Studios, Unsloth GGUF report. Mac Studio M5 Ultra — TechRepublic, ModelFit; M5 Max benchmarks — Hardware Corner. DGX Spark — IntuitionLabs. DGX Station — ServeTheHome. Strix Halo — RunAIHome, Layer3Labs. Dual-5090 workstations — Puget Systems, Petronella build guide. Used A100 / H100 — Compute Exchange, JarvisLabs. Memory shortage — Barrack AI, TrendForce, Tom's Guide (RTX 50 SUPER). Open-model sizes — Wavect comparison, the Qwen3.8-Max memory math. Fine-tuning memory — Spheron VRAM guide, VRLA Tech. Bandwidth rule of thumb — Runyard, InventiveHQ. Quarterly practitioner guide — Julien Simon, April 2026.