← All guides

Best Models to Run on AMD Ryzen AI Max+ 395 Boxes (August 2026)

The Ryzen AI Max+ 395 (Strix Halo) put 128GB of unified memory in a 2-liter box. That box cost about $2,000 at launch; as of August 2026 the memory shortage has taken a Framework Desktop 128GB to roughly $3,449 and the cheapest credible route to 128GB is around $2,000-2,400, against $4,699 for a DGX Spark. Strix Halo is still the cheapest 128GB, but the gap is now maybe 30-45 percent rather than the 2x it used to be. The other catch is bandwidth: 256 GB/s theoretical, ~210-220 GB/s real. That number decides everything. Sparse MoE models fly (Qwen3-30B-A3B ~100 tok/s, gpt-oss 120B in the 31-55 tok/s range), dense 70B crawls at ~5 tok/s, and prefill on long prompts is the weak spot nobody puts in the marketing. Here is what to actually run, and where the AMD software stack still hurts.

Building a Strix Halo OpenClaw rig?

See our AI training options. We'll plan a Ryzen AI Max+ OpenClaw setup that turns your mini-PC into a private AI server for your team.

AMD Ryzen AI Max+ 395 Strix Halo 128GB mini PC on Amazon
🛒 THE BOX THIS GUIDE IS ABOUT AMD Ryzen AI Max+ 395 · 128GB Strix Halo Mini-PC 128GB unified memory at roughly two-thirds the price of a DGX Spark. Runs every model in this guide. Check current price on Amazon →

Bottom Line (August 2026)

  • Daily driverQwen3-30B-A3B or Qwen3-Coder 30B-A3B at 4-bit: ~100 tok/s and ~98.5 tok/s on the Vulkan RADV backend. This is the model that makes the box feel fast.
  • Maximum capabilitygpt-oss 120B MXFP4, reported between 31 and 55.6 tok/s depending on backend and build. It fits inside the GPU allocation and is the best reason to buy 128GB.
  • Long contextLlama 4 Scout (109B total / 17B active, Q4_K_M, 60.9GB) at ~18.3 tok/s, and AMD documents it running at a 256K context window with Flash Attention on and a Q8 KV cache.
  • Do not botherdense 70B. Llama 3.3 70B Q4 lands near 5 tok/s. It fits; it is not interactive.
  • Run Linux. The Windows stack sits roughly 20-30% below the Linux Mesa RADV Vulkan path, and Linux unlocks ~110GB of GPU memory instead of Windows’ 96GB cap.

The Hardware, Briefly

Strix Halo is one chip with a 256-bit LPDDR5X-8000 bus — four times the width of a normal Ryzen APU. That gives 256 GB/s theoretical bandwidth, measured around 210-220 GB/s under real mixed load. All 128GB is unified, so the iGPU addresses model weights directly with no PCIe copy.

Bandwidth is the whole story. Decode speed is roughly bandwidth divided by bytes read per token. A dense 70B at Q4 reads ~40GB per token, so ~215 GB/s gives you ~5 tok/s and no software fix changes that. A MoE model with 3B active parameters reads a fraction of that, which is how the same box hits 100 tok/s. Buy this machine to run sparse models.

The boxes shipping it, with prices checked August 2026. Every number here has moved up during the 2026 DRAM shortage, and several of these vendors have said publicly that they will move again — treat these as a snapshot, not a price list:

Box128GB price (Aug 2026)Note
Framework Desktop~$3,449Was $1,999 at its Feb 2025 launch. +73%, almost entirely RAM and storage cost. Standard-parts chassis. The 192GB model is expected above $4,500
GMKtec EVO-X2~$2,000–$2,400Still the cheapest route to 128GB, but listings vary a lot by storage tier — confirm whether you are looking at the 1TB or 2TB SKU before comparing
Beelink GTR9 Pro$1,985 presale / $2,399 listBeelink has said next-batch pricing rises August 15, 2026 on memory costs. The 128GB + 4TB SKU is $4,349
Minisforum MS-S1 Maxcheck current listingPriced around $2,299 earlier in 2026; we could not verify a current figure
HP Z2 Mini G1aEnterprise pricingBuy this only if you need a support contract
AMD Ryzen AI Halo dev platformcheck current listingAMD’s own developer box; the widely quoted $3,999 predates the 2026 hikes

The Framework line is the one to notice. It was the poster child for cheap 128GB and it has nearly doubled. If you read a 2025 guide recommending it at $1,999, that recommendation was priced against a machine you can no longer buy at that price.

What to Run

ModelQuantSpeedWhy
Qwen3-30B-A3BIQ4_XS~100 tok/sFastest capable assistant on the box (Vulkan RADV)
Qwen3-Coder 30B-A3BQ4_K_S~98.5 tok/sSame speed, tuned for code — the OpenClaw pick
Qwen 3.6Q4_0~81 tok/s~63 tok/s on the balanced build
gpt-oss 120BMXFP431–55.6 tok/sBiggest brain that fits; llama-server Q4_K_M reports 53.4 tok/s
Llama 4 Scout (109B/17B)Q4_K_M, 60.9GB~18.3 tok/s256K context with FA + Q8 KV per AMD
Qwen3-235B-A22B4-bit~8–11 tok/sFits, but 22B active is too many for this bandwidth
7B–13B denseQ430–45 tok/sFine, but you did not need 128GB for these
Llama 3.3 70B denseQ4~5 tok/sBandwidth wall. Batch jobs only

Our pick: Qwen3-Coder 30B-A3B for agent work, gpt-oss 120B when quality matters more than latency. The spread between them is the real decision on this hardware. Scout’s 18.3 tok/s hits about 73% of the theoretical ceiling for a 17B-active model at 215 GB/s, which tells you the runtime is already close to optimal — the silicon is the limit, not the software.

Where the Software Still Hurts

This is the part the spec sheet hides.

Prefill is the weak spot. Decode numbers get quoted everywhere; prompt processing does not. Feeding a long prompt takes seconds to minutes at large context. Community testing puts ROCm 7.x nightlies at roughly 502 tok/s prompt processing — best in class for this box, and still an order of magnitude below a discrete GPU. If your OpenClaw workflow re-reads a large codebase every turn, you will feel this before you feel decode speed.

ROCm is preview-grade on this chip. Strix Halo is gfx1151, and getting ROCm running still means setting HSA_OVERRIDE_GFX_VERSION=11.5.1. The pragmatic split right now: Vulkan RADV for token generation, ROCm nightlies for prompt processing. Most people run llama.cpp or Ollama on Vulkan and skip the full ROCm stack entirely.

Windows costs you 20-30% versus Linux RADV, plus 14GB of addressable GPU memory. If you buy this box and run Windows, you bought a slower box.

Agent tooling has sharp edges. Ollama v0.14.0 (January 2026) added Claude Code compatibility, but its OpenAI compatibility layer ignores tool_choice, which can send agents into loops. Test your harness before you trust it with a long run.

Strix Halo vs DGX Spark vs Mac Studio

All three sit at 128GB. They are not the same machine.

Ryzen AI Max+ 395DGX SparkMac Studio
Price at this tier (Aug 2026)~$2,000–$3,449 for 128GB$4,699 for 128GB (was $3,999)no 128GB option — M4 Max maxes at 64GB from ~$2,499; M3 Ultra is 96GB only, from ~$5,299
Real bandwidth~215 GB/s~273 GB/s546 GB/s (M4 Max)
EcosystemVulkan / ROCm previewCUDA, NVFP4, vLLMMLX, works out of the box
ClusteringUSB4/Thunderbolt RPC (~9.4 Gbps)200Gb ConnectX, real TPNone

Buy Strix Halo for the most unified memory per dollar, if you will run MoE models on Linux and can tolerate rough edges. It used to be roughly half the price of the other two; as of August 2026 the cheap SKUs are more like 55-60% of a DGX Spark and the Framework build is about 75% of one. Still the cheapest 128GB, but the price argument no longer carries the decision on its own — if you were choosing Strix Halo purely because it was half price, re-run that comparison.

Buy the DGX Spark if you want CUDA tooling and a growth path — two Sparks link over 200Gb ConnectX into a real 256GB tensor-parallel machine. Strix Halo’s distributed option is llama.cpp RPC over a ~9.4 Gbps Thunderbolt link, which works but is a different class of interconnect.

Buy the Mac Studio if bandwidth and silence matter more than price — but check the memory tier first. As of August 2026 Apple does not sell a 128GB Mac Studio at all: the M4 Max stops at 64GB and the M3 Ultra ships only in 96GB. 546 GB/s is 2.5x Strix Halo, so dense models that crawl on AMD are usable on the Mac, but you cannot match 128GB of unified memory on a new Mac Studio. If 128GB is a hard requirement, the Mac is out of the comparison.

The honest summary: Strix Halo is still the value play, and the value is thinner than it was. At roughly $2,000-3,449 for 128GB (August 2026) it remains the cheapest way to hold a 120B-class model in memory, and it is now the only desktop way to hold one in unified memory under $4,500. You pay for that with prefill speed and a software stack you have to babysit.

See Also

Need OpenClaw fixed live?

Remote rescue sessions for gateway, auth, tunnel, VPS, and model access problems.

See Rescue Session

Read next

Best Models to Run on a MacBook Pro M4 Max 128GB (August 2026)
Best local LLMs for a MacBook Pro M4 Max 128GB in August 2026. gpt-oss 120B Q6 (~93GB, 14-20 tok/s), Laguna XS 2.1 at Q8 for agentic coding, Llama 4 Scout at 10M context, Llama 4 Maverick barely fitting at Q4. Plus MLX vs Ollama and where laptop thermals bite.
Best Local LLMs for 128GB RAM (July 2026): Llama 4 Maverick, gpt-oss 120B & Laguna XS 2.1
Best local LLMs for 128GB RAM in July 2026. Llama 4 Maverick (400B MoE, ~95GB Q4), gpt-oss 120B at Q6, Laguna XS 2.1 (agentic coding, Q8 + huge context), Llama 4 Scout (10M context), DeepSeek V4 Flash via Ollama cloud. Mac Studio M4 Max territory.
Best Local LLM for Mac Studio M2 Ultra (2026): 64/128/192 GB Unified
Best local LLM for the Mac Studio M2 Ultra. April 2026 picks for 64GB, 128GB, 192GB variants. gpt-oss 120B, Mistral Small 4 (119B-A6B), Llama 3.3 70B Q8, and quad-model OpenClaw setups.
Best Local LLM by RAM (July 2026): 8GB to 128GB Picks
Match your RAM to the best local LLM in July 2026. Fast picks: Qwen 3.6 27B (24-32GB), Laguna XS 2.1 coding (48-64GB), gpt-oss 120B (64-128GB) — with quant sizes, speed, and OpenClaw tool-call notes.