Should I Buy a DGX Spark?
A buyer's-decision guide: who the $4,699 NVIDIA DGX Spark fits, who should buy a Mac Studio or Strix Halo instead, and the 2.7 tok/s reality behind the 1 PFLOP marketing.

The problem
128 GB of local AI memory lets you load a 70B-class LLM without quantization tricks — but it costs more than a workstation GPU, and the boxes that deliver it vary wildly on what “fast” means. In 2026 the DGX Spark is one of three 128 GB boxes on the desk, alongside Apple Mac Studio and AMD Strix Halo mini-PCs. Its headline “up to 200 billion parameters” claim is a prefill — i.e., how fast the box can ingest your prompt — not a chat-throughput number, and its memory sits on a 273 GB/s bus (bandwidth = how many gigabytes per second move between memory and the GPU; 273 GB/s is fast for LPDDR5x but slow versus discrete GDDR7 GPUs). Single-user token generation (decoding one token at a time) tops out at low double digits per second on most production models; aggregate throughput under 256 concurrent requests is competitive with cheap GPU cloud.
The rule
Buy the Spark if you need to run large models locally and you can leverage the concurrency curve — i.e., multiple users, batch jobs, or always-on agent workers. Buy something else if your primary goal is single-user chat speed, Windows-native tooling, or the lowest cost to reach 128 GB. [INFERENCE] — synthesis of four independent benchmarks (LMSYS, ETE.UA, Dendro Logic, hardware-corner).
Specs, price, and what’s in the box
- Chip: NVIDIA GB10 Grace Blackwell Superchip (20 Arm cores — 10× Cortex-X925 + 10× Cortex-A725 — paired with a Blackwell GPU at 6,144 CUDA cores, 5th-gen Tensor Cores)
[CONFIRMED]— NVIDIA, Notebookcheck, ETE.UA - Memory: 128 GB LPDDR5x unified memory — CPU and GPU share one pool via NVLink-C2C, no separate VRAM + system RAM split — on a 256-bit bus at ~273 GB/s
[CONFIRMED]. The OS reports ~119 GiB, not 128 GB — that’s the GB-vs-GiB accounting gap (128 × 10⁹ bytes / 2³⁰ ≈ 119.2 GiB), not OS overhead. - Compute: Up to 1 PFLOP FP4 (4-bit floating point, with structured sparsity — half the weights are zero), sparse
[CONFIRMED]. Caveat: FP4 only, sparsity only, half-second bursts — the 240 W PSU caps sustained GPU draw at ~120 W. - Storage: 1 TB or 4 TB self-encrypting NVMe
[CONFIRMED] - Networking: 2× QSFP ConnectX-7 200 Gb/s + 10 GbE RJ-45
[CONFIRMED]— enables two-node pairing into a 256 GB resource. - Power: 240 W external PSU, ~1.2 kg, 150 × 150 × 50.5 mm
[CONFIRMED] - Software preloaded: CUDA, TensorRT-LLM, NeMo, NIM, NemoClaw, OpenShell, NVIDIA Agent Toolkit
[CONFIRMED] - OS: Ubuntu 24.04 aarch64 — Linux-only. Windows is not supported
[CONFIRMED] - Price (Founders Edition, 2026-08-18): $4,699 MSRP
[CONFIRMED]— raised from $3,999 on 2026-02-23, per NVIDIA’s own forum announcement, citing memory supply constraints. Echoed by Notebookcheck. - Where to buy: NVIDIA Marketplace or Amazon (affiliate link) — ASIN B0FWJ16CCH.
Who it’s for
- A small team (3–10 developers) running a shared 70B-class coding assistant, where 8+ concurrent users are realistic. The Dendro Logic benchmark shows gpt-oss 120B MXFP4 going from 33.5 tok/s at one request to 862 tok/s aggregate at 256 concurrent — about 26× the single-user throughput
[CONFIRMED]. - A solo CUDA developer prototyping a model or agent that will later ship to an H100/H200 cluster.
- A regulated-data shop (healthcare, defense, legal) needing the data to never leave the premises and willing to trade slow generation for privacy.
- An always-on local-agent operator: the box is quiet at idle, the OS is locked-down Linux, and the preloaded NVIDIA Agent Toolkit covers the wiring.
- A buyer who needs 128 GB today and will pay $1,700–$2,000 above the cheapest path for the concurrency headroom and software stack.
Who should leave
- A single user who wants the fastest possible chat with a 70B model — Mac Studio M4 Max 128 GB (
12.5 tok/s on 70B Q4, where Q4 = 4-bit weight quantization) and a 6× used RTX 3090 rig ($5,500–$6,500, ~30–60 tok/s split) both beat the Spark on single-user throughput[CONFIRMED]. - A Windows user — there’s no Windows path. Several popular Windows-only tools don’t have ARM Linux builds.
- A budget buyer — AMD Strix Halo 128 GB mini-PCs ship at $2,500–$3,500, and a used 6× RTX 3090 rig runs
$5,500–$6,500 with materially higher per-user token rate ($1.5K PSU + cooling on top). - A multi-node cluster operator — a single Spark is one PSU, one node, no redundancy; for a real cloud replacement use H100/H200 hardware or rented capacity.
- A gamer — the GB10 is inference silicon, not a rasterization GPU.
Pros — where the Spark earns its price
- Unified memory is real. With 128 GB LPDDR5x shared via NVLink-C2C, a 70B 4-bit model at ~35 GB leaves ~93 GB for KV cache (the running memory of a conversation), embeddings, agent runtime, and OS. No GPU memory ceiling to engineer around
[CONFIRMED]. - Pre-fill is fast. Prompt ingestion hits ~1,725 tok/s on the same hardware that decodes at 2.7 tok/s — useful for code review, RAG retrieval, and large-document workflows
[CONFIRMED]. - Concurrency math genuinely works. 256 concurrent requests on gpt-oss 120B MXFP4 returning 862 tok/s aggregate is competitive with cheap GPU cloud
[CONFIRMED]— Dendro Logic. - Two-node pairing doubles capacity. Link two Sparks via QSFP and you get 256 GB and NVIDIA’s claim of up to 405B-parameter (FP4) support. Prefill gains 6–25%; decode is unchanged or slightly slower — the pair is for fitting larger models, not faster answers
[CONFIRMED — but caveated]. - CES 2026 software update is real but scoped. NVIDIA shipped up to 2.5× performance gains on optimized TensorRT-LLM paths — real but applies only to specifically optimized paths; mileage varies by model
[CONFIRMED]— The Register. - GPU stack pre-installed. CUDA (NVIDIA’s GPU compute API), TensorRT-LLM, NeMo, NIM, NVIDIA Agent Toolkit, NemoClaw, OpenShell, and the DGX Spark Playbooks come on the box. You skip the typical LLM toolchain setup.
- Self-encrypting NVMe + on-device inference is a clean answer for “the data cannot leave this room” procurement requirements
[CONFIRMED].
Cons — where it doesn’t
- Single-user throughput is the weakness. 2.7 tok/s on Llama 3.1 70B FP8 (FP8 = 8-bit floating point) at batch 1
[CONFIRMED]— LMSYS. Not a chat-accelerator number. - The bandwidth wall is structural. 273 GB/s of LPDDR5x means every generated token reads all the weights from memory; dense 70B FP8 ceiling is ~3.9 tok/s (273 GB/s ÷ ~70 GB)
[INFERENCE — bandwidth math]. - The “1 PFLOP” figure is qualified. FP4 only, sparsity only, and the NVIDIA forum thread reports the GPU section capping at ~100 W under typical loads
[CONFIRMED]. - The price jumped 17% in February 2026. From $3,999 to $4,699, with NVIDIA citing memory supply constraints
[CONFIRMED]. - No Windows path. DGX OS is Ubuntu 24.04 aarch64, a separate ecosystem from x86_64 Linux
[CONFIRMED]. - 119 GiB reported, not 128 GB. Cosmetic, but worth knowing before you “lose” 9 GB to a panic.
- No idle power spec. NVIDIA does not publish idle draw; operator reports vary.
Realistic alternatives
| Box | Price (Aug 2026) | Single-user 70B tok/s | When it wins |
|---|---|---|---|
| NVIDIA DGX Spark (GB10) | $4,699 new | 2.7 (FP8) / 12.5 (4-bit) | Multi-user concurrency, CUDA parity, on-prem privacy |
| Apple Mac Studio 128 GB (M4 Max) | $3,800–$4,500 | ~12.5 (Q4) | Single-user chat speed, low idle power |
| Apple Mac Studio 128 GB (M3 Ultra) | $5,299 new | ~13 (Q4) | Single-user chat speed, more cores |
| AMD Strix Halo 128 GB mini-PC | $2,500–$3,500 | ~8–12 (Q4, est.) | Lowest cost to 128 GB; FP4 path less mature |
| 6× used RTX 3090 rig (144 GB total) | ~$5,500–$6,500 | ~30–60 (split) | Highest single-user throughput at $5K (~$1.5K PSU + cooling) |
| GPU cloud rental (Lambda / RunPod / CoreWeave) | $1–3/hr per H100 | n/a (no capex) | Spiky workloads under $1K/mo cloud spend |
Numbers from [CONFIRMED] cross-references: LMSYS, ETE.UA, Dendro Logic, hardware-corner, and the ABS cheapest-128gb-local-ai-2026 dossier.
Failure modes
- Treating the marketing number as a chat number. “Up to 200 billion parameters” is a 4-bit prefill ceiling, not a sustained throughput ceiling
[CONFIRMED — but caveated]. Plan for single-digit to low-double-digit tok/s on dense 70B at batch 1. - Comparing it to gaming GPUs. Different silicon, different bandwidth profile, different software stack. It’s slow because decode at 273 GB/s on a 70B model is mathematically capped.
- Forgetting the OS constraint. aarch64 Ubuntu 24.04. No Windows. No x86-only CUDA binaries. Check your toolchain before unboxing.
- Buying one for solo use. At batch = 1 the math is brutal. The box earns its price when concurrency is real.
- Assuming two Sparks = 2× speed. Pairing gives you 256 GB capacity; prefill gets faster, decode does not
[CONFIRMED]. - Buying one to “replace the data center.” One PSU, one node, no autoscaling, no redundancy. It’s a workstation-class inference appliance, not a cluster.
Done means
You’ve made the right call if, six months after unboxing, the box is on most days, hosting a model or agent stack you’d otherwise pay the cloud for, and the $4,699 has been recouped in API spend, rental GPU time, or unblocked experiments that needed 70B-class weights locally. You’ve made the wrong call if the box sits idle and you find yourself waiting on chat responses, or a used 3× RTX 3090 rig at comparable cost would have run your single-user workload faster.
What this article does NOT cover
- NVFP4 model checkpoint availability. NVFP4 is NVIDIA’s 4-bit format optimized for Blackwell tensor cores; published checkpoints vary across model families. Check NVIDIA ModelOpt (referenced in the ETE.UA review) before assuming your target model ships in this format.
- OEM GB10 pricing. ASUS, HP, Dell, and Lenovo will sell GB10 systems at OEM pricing NVIDIA does not control.
- DGX Spark v2 / successor roadmap. Not announced as of 2026-08-18. Do not buy today assuming a refresh window.
- Idle power draw in watts. NVIDIA does not publish; operator reports vary widely.
- NVIDIA AI Enterprise SKU pricing. The 1/3/5-year bundles exist; this guide does not price them.
Related guides
- Cheapest 128 GB local AI hardware in 2026 — the comparison article this guide feeds into
- Running Qwen3-8B on a DGX Spark — actual setup guide on this hardware
- Running Qwen3-8B on a 3× RTX 3090 rig — the RTX 3090 alternative
- Running Qwen3-8B on a Mac Studio — the Mac alternative
- vLLM setup on a single GPU — the engine the Spark benchmarks use
- Ollama: the easy mode for local LLMs — the consumer-friendly path
- How to read an LLM pricing table — purchase-decision frame
- Start here: local AI and agents — top-of-funnel hub
- Cost-aware model routing for agents — the agent cost angle
- Why every agent needs a cost cap on day one — cap framing
Sources / what we ran
- NVIDIA DGX Spark product page — primary product spec and marketing framing
[CONFIRMED] - NVIDIA Developer Forums — 2/23/2026 Price Change Announcement — primary source for the $3,999 → $4,699 MSRP increase
[CONFIRMED] - Notebookcheck — DGX Spark 128 GB gets $700 price hike — third-party price-hike confirmation
[CONFIRMED] - ETE.UA — NVIDIA DGX Spark: real benchmarks and limits — real-world benchmarks + system engineering
[CONFIRMED] - IntuitionLabs — NVIDIA DGX Spark Review: $4,699 Price & Benchmarks — multi-source review compilation
[CONFIRMED] - Dendro Logic — DGX Spark concurrency benchmark — 1 → 256 concurrent-request throughput
[CONFIRMED] - LMSYS — NVIDIA DGX Spark first impressions — 2.7 tok/s single-user decode
[CONFIRMED] - NVIDIA DGX Spark User Manual — official documentation
[CONFIRMED] - NVIDIA Developer Forums — “Only getting half the advertised performance and capping at 100W” — operator-reported power behavior
[CONFIRMED] - The Register — DGX Spark review (2025-10-14) — CES 2026 2.5× perf update framing
[CONFIRMED] - TechRadar — DGX Spark first reviews — independent review
[CONFIRMED] - Hardware Corner — First DGX Spark LLM benchmarks — independent benchmark
[CONFIRMED] - ServeTheHome — DGX Spark review — independent review
[CONFIRMED] - DGX Spark on Amazon (affiliate link, ASIN B0FWJ16CCH) — retail listing (200 OK 2026-08-18)
- DGX Spark research dossier (operator-side) —
Websites/content-strategy/research/dgx-spark/dgx-spark-research-2026-08-18.md
Sources
- NVIDIA DGX Spark product page
- NVIDIA Developer Forums — 2/23/2026 Price Change Announcement
- Notebookcheck — DGX Spark 128 GB gets $700 price hike
- ETE.UA — NVIDIA DGX Spark: real benchmarks and limits
- IntuitionLabs — NVIDIA DGX Spark Review
- Dendro Logic — DGX Spark concurrency benchmark
- LMSYS — NVIDIA DGX Spark first impressions
- NVIDIA DGX Spark User Manual
- NVIDIA Developer Forums — "Only getting half the advertised performance and capping at 100W"
- The Register — DGX Spark review (2025-10-14)
- TechRadar — DGX Spark first reviews
- Hardware Corner — First DGX Spark LLM benchmarks
- ServeTheHome — DGX Spark review
- DGX Spark on Amazon (affiliate link, ASIN B0FWJ16CCH)
Some links here are affiliate links — if you buy through them it helps keep the site ad-free, at no extra cost to you. It never changes what I recommend.



Submit a take
Have a different read on this? Drop a comment below — your email isn't published, and I read every one. Nothing leaves the site until I approve it.