BestLLMfor Your hardware. Your LLM. Your call.
APIOpen data Find my LLM
Guide · 2026-07-31

State of Local LLMs — July 2026 Monthly Report

Last updated 2026-07-31

Our July 2026 read on the local LLM landscape: the models worth running, the benchmarks that moved, and the hardware that earns its price.

By Mohamed Meguedmi · 9 min read

Key Takeaways

  • Qwen3.6 27B is the default pick for a single 24 GB GPU this month — it beats last quarter's 32B-class models at reasoning while fitting comfortably at Q4_K_M.
  • DeepSeek V4 (MoE, 37B active) is the new open-weight quality leader, but its full weights demand 512 GB-class memory; the distilled 30B variant is the practical local option.
  • Gemma 4 12B remains the best all-round model for 16 GB cards and Apple silicon — strongest multilingual and instruction-following in its tier.
  • GPU street prices softened ~8% since May 2026; a used 24 GB card is now the clearest value inflection point for serious local inference.
  • Tooling consolidated: Ollama, LM Studio, and vLLM cover 90% of use cases. Everything else is niche.

The July 2026 landscape at a glance

The mid-2026 model generation has settled. Three families dominate open-weight local inference this month: Qwen 3.6 (Alibaba), Gemma 4 (Google), and DeepSeek V4. Each targets a different memory budget, and for the first time in a year the "best" model genuinely depends on your VRAM tier rather than a single leaderboard-topping checkpoint.

The headline shift from Q2 is efficiency, not raw capability. A 27B dense model in July 2026 now matches the MMLU and coding scores of 70B-class models from early 2025, and it does so inside 24 GB of memory at a 4-bit quantization. That collapses the hardware bar for "frontier-adjacent" local performance to a single consumer GPU.

For our full ranked list and per-model spec sheets, see the model catalog. Every score below is reproducible against our published methodology.

Model rankings this month

We rank by a blended score across reasoning, coding, multilingual, and instruction-following, weighted for local (quantized) deployment rather than cloud FP16 serving. The table reflects the quantization most users will actually run.

RankModel (quant)ParamsMMLU-ProHumanEval+Min VRAMBest for
1DeepSeek V4 (Q4_K_M)236B MoE / 37B active78.484.1512 GB tierAbsolute quality
2Qwen3.6 27B (Q4_K_M)27B dense72.981.724 GBSingle-GPU sweet spot
3DeepSeek V4-Distill 30B (Q4_K_M)30B dense71.280.324 GBReasoning on one card
4Gemma 4 12B (Q4_K_M)12B dense66.874.516 GBAll-round / multilingual
5Qwen3.6-Coder 14B (Q5_K_M)14B dense63.182.916 GBCoding-focused
6Phi-4-mini 4B (Q8_0)3.8B dense58.767.28 GBLaptops / edge

Scores are indicative July-2026 blended results; the live figures update on our benchmarks hub. All benchmark data is also available through the free BestLLMfor public API (CC BY 4.0) and our open-source MCP server, so you can pull these numbers directly into your own tooling.

Benchmarks — what actually changed

Two things moved this month. First, DeepSeek V4 displaced last quarter's leader on reasoning-heavy suites, posting a 78.4 on MMLU-Pro — the first open-weight model to close the gap with the strongest closed frontier models on that benchmark. The gains come from its refined mixture-of-experts routing; see the official DeepSeek V4 model card for the architecture details.

Second, Qwen3.6 quietly became the most downloaded local model of the month. The 27B checkpoint's HumanEval+ score of 81.7 is remarkable for a dense model that fits a single 24 GB card. Alibaba's release notes on the Qwen3.6 27B card document a training run tuned specifically for quantization robustness — and it shows: the Q4_K_M quality drop versus FP16 is under 1.5 points on our runs, where older models lost 3–4.

Verdict: if you have exactly one 24 GB GPU, Qwen3.6 27B is the model to run this month. It is the best quality-per-gigabyte checkpoint we have measured.

Gemma 4 12B did not top any single category but remains the model we recommend most often. It is the best-behaved instruction follower in the 12–16 GB tier, ships day-one on ollama.com/library/gemma4, and handles non-English workloads better than anything else at its size.

Hardware & VRAM tiers

Match the model to the memory, not the other way around. The table below maps each budget tier to the model we recommend and the realistic quantization for it.

Memory tierRepresentative hardwareRecommended model (quant)Tokens/sec (approx)
8 GBRTX 4060 / M-series 8 GBPhi-4-mini 4B Q8_045–60
16 GBRTX 4070 Ti Super / M4 16 GBGemma 4 12B Q4_K_M30–42
24 GBRTX 4090 / RTX 5080 24 GBQwen3.6 27B Q4_K_M28–38
48 GB2× 24 GB / RTX 6000-classDeepSeek V4-Distill 30B Q5_K_M22–30
512 GB+Multi-GPU / unified-memory serversDeepSeek V4 full Q4_K_M12–20

Throughput figures assume single-stream generation with a warm KV cache and are directional, not guarantees. The 24 GB tier is the clear value inflection point: it unlocks 27–30B dense models that were multi-GPU-only twelve months ago, and used 24 GB cards have fallen roughly 8% in street price since May 2026.

For anything below 16 GB, accept that you are running small models. Phi-4-mini is genuinely useful for autocomplete, summarization, and structured extraction, but it is not a reasoning engine. Don't buy an 8 GB card expecting frontier behavior.

Cost of ownership

Hardware price is only the entry fee. Electricity, and the opportunity cost versus cloud API calls, decide whether local inference actually pays off. The rough five-year math for the 24 GB tier this month:

Line itemEstimate (USD)
Used 24 GB GPU$900–$1,300
Supporting components (amortized)$600–$900
Power @ 350W, 4 hrs/day, $0.16/kWh, 5 yrs~$410
Five-year total~$1,900–$2,600

Against metered cloud inference, local pays for itself fastest for high-volume, privacy-sensitive, or always-on workloads. For occasional use, an API is cheaper. Run your own numbers in the cost calculator before committing to hardware — the break-even point is heavily sensitive to your daily token volume and local power tariff.

Tooling updates

The runtime landscape consolidated further this month. Three tools cover almost everyone:

  • Ollama — still the fastest path from zero to a running model. Day-one support for Gemma 4 and Qwen3.6, clean model management, good default quantizations.
  • LM Studio — best GUI for non-terminal users; strong for prompt experimentation and comparing quantizations side by side.
  • vLLM — the choice for throughput and concurrent serving. If you're standing up an internal endpoint for a team, this is the engine.

llama.cpp remains the foundation underneath much of this and the right tool if you need maximum control over quantization and offload. Everything else — Jan, GPT4All, and the long tail — is now niche rather than essential.

How to run Qwen3.6 27B this month

The fastest route to our top single-GPU pick, on a 24 GB card:

  1. Install Ollama for your OS from the official site.
  2. Pull the model: run ollama pull qwen3.6:27b in your terminal.
  3. Confirm the quantization fits — the default Q4_K_M lands near 17 GB of VRAM, leaving headroom for context.
  4. Start a session with ollama run qwen3.6:27b and verify tokens/sec sit in the 28–38 range.
  5. For coding-heavy work, swap to qwen3.6-coder:14b to free memory for a larger context window.

If throughput matters more than convenience, serve the same weights through vLLM instead and expose an OpenAI-compatible endpoint for your applications.

Frequently asked questions

What is the single best local LLM in July 2026?

For a single 24 GB GPU, Qwen3.6 27B at Q4_K_M is our pick — it delivers the best quality per gigabyte we have measured. If you have 512 GB-class memory, DeepSeek V4 is the outright quality leader. On 16 GB, Gemma 4 12B is the safest all-round choice.

Can I run DeepSeek V4 on a consumer GPU?

Not the full model — it needs 512 GB-class memory even at 4-bit. Use the DeepSeek V4-Distill 30B variant, which runs on a single 24 GB card while retaining most of the reasoning gains.

Is 8 GB of VRAM enough for local LLMs?

Enough for small models like Phi-4-mini 4B, which handle summarization, extraction, and autocomplete well. It is not enough for frontier-adjacent reasoning. If reasoning matters, target the 24 GB tier.

Does local inference actually save money versus cloud APIs?

For high-volume, always-on, or privacy-sensitive workloads, yes — the five-year total for a 24 GB setup lands near $1,900–$2,600. For occasional use, an API is cheaper. Model your own token volume in the cost calculator first.

Where does the benchmark data come from?

All scores are reproducible against our published methodology and available through the free BestLLMfor public API (CC BY 4.0) and our open-source MCP server, so you can integrate the numbers directly.

Conclusion — the July 2026 verdict

This month rewards matching the model to your memory rather than chasing a single leaderboard winner. The 24 GB tier is where local inference makes the most sense right now, and Qwen3.6 27B is the model that makes it worthwhile.

Your situationRun this
One 24 GB GPUQwen3.6 27B Q4_K_M
16 GB card or Apple siliconGemma 4 12B Q4_K_M
Coding-first, 16 GBQwen3.6-Coder 14B Q5_K_M
Maximum quality, big memoryDeepSeek V4 (full)
Laptop / edge, 8 GBPhi-4-mini 4B Q8_0

We refresh this report monthly. For the full ranked catalog and our top per-use-case picks, see the best-of guides, and check the benchmarks hub for live scores between issues.

Recommended hardware

For running local LLMs comfortably, an RTX 5070 Ti (16 GB VRAM) is the best value for money.

Amazon Check RTX 5070 Ti price →

As an Amazon Associate, BestLLMfor earns from qualifying purchases, at no extra cost to you. It does not influence our independent rankings.