DEV Community

Cover image for The Best Open Source LLMs in August 2026: A Developer's Honest Guide
Pradeep Kumar
Pradeep Kumar

Posted on Originally published at zyvop.com

The Best Open Source LLMs in August 2026: A Developer's Honest Guide

The Frontier Has No Wall

A year ago, self-hosting an LLM for serious development work usually meant accepting an obvious quality gap versus the closed frontier.

That gap is now much smaller.

The best open-weight models in August 2026 are competitive with proprietary systems on a growing number of reasoning, coding, and agentic workloads. On some evaluations, they are already ahead. The more useful question for a developer is no longer:

“Which model has the highest benchmark score?”

It is:

“Which model fits my workload, infrastructure, cost envelope, and legal requirements?”

That distinction matters because these models make very different trade-offs.

Kimi K3 pushes toward maximum capability but requires serious infrastructure. GLM-5.2 and GLM-5.3 emphasize coding and throughput. DeepSeek V4-Pro makes economics a first-class feature. MiniMax M3 is differentiated by native video and multimodality. Qwen3 remains attractive for Apache 2.0 deployments. Muse Glimmer targets local agents. Gemma 4 pushes useful multimodal capability down into smaller hardware tiers.

The market is also moving fast. Kimi K3 launched in July, while GLM-5.3, Qwen3.8-Max, and Qwen3.8-27B all arrived in August before this article was published. DeepSeek changed V4 pricing during the same month (official API docs).

So treat every benchmark and price in this article as a dated snapshot, not a permanent truth.

One terminology point matters from the start: open-weight is not automatically the same thing as open source. Public weights let you download, fine-tune, quantize, and deploy a model, but they do not necessarily expose the complete training data and reproducible training pipeline. For enterprise teams, that distinction can matter.

What to Optimize For Before You Pick

License

Start with the license, not the leaderboard.

MIT and Apache 2.0 are straightforward starting points for commercial software. Custom licenses need closer reading because they may add attribution, usage, distribution, or scale-related conditions.

Kimi K3, MiniMax M3, and Qwen3.8-Max should not be treated as equivalent to a plain MIT or Apache 2.0 model simply because their weights are downloadable.

Deployment scale

Hardware eliminates models surprisingly quickly.

A cluster-scale model and a 24GB local model may both be excellent, but they solve completely different problems. Before comparing benchmark scores, decide whether you have:

  • a large multi-GPU cluster,

  • a smaller GPU server,

  • a workstation,

  • or a single consumer GPU / Mac.

Context

A 1M-token context window can materially change the architecture of an application that processes large repositories, long documents, or extended agent trajectories.

But context length is only useful when the model, serving stack, and workload can use it efficiently. Do not confuse a headline context number with a practical production configuration.

Modality

If your application needs native video understanding, the shortlist changes immediately.

If you only need text plus coding, several models become more attractive. If you need image or video input inside an agent loop, multimodality becomes a first-order selection criterion.

Cost and throughput

At scale, token price and output speed compound.

A model that is slightly better but five times more expensive can be the wrong choice for a pipeline generating millions of tokens. Likewise, a cheaper model with much slower output can lose on wall-clock time when an agent makes many sequential calls.

Quick-Pick Decision Matrix

Primary constraint Best fit Why Main trade-off
Highest capability with public weights Kimi K3 Top-tier independent composite score; strong coding profile Cluster-scale serving
Best API coding option GLM-5.3 Current GLM flagship on API; strong coding focus Weights not yet available
Fast coding with downloadable weights GLM-5.2 Strong quality + high throughput + MIT Large serving footprint
Cost-sensitive frontier inference DeepSeek V4-Pro-0813 Strong capability at materially lower cost than many frontier APIs Slower than GLM; pricing now tiered
Native video + multimodal MiniMax M3 Text, image, and video in one model Custom license
Apache 2.0 large-model workhorse Qwen3 235B-A22B Strong capability/cost/licensing balance 262K context; large memory footprint
Local agent on consumer hardware Muse Glimmer Strong MCP/tool-oriented profile Weaker on some computer-use/terminal benchmarks
Local multimodal coding Qwen3.8-27B Apache 2.0 + image/video + 27B dense model Newer ecosystem
Smaller Apache 2.0 entry point Gemma 4 Broad size range and strong local ecosystem Not frontier-class

Frontier Benchmark Snapshot

Artificial Analysis scores are useful here because they provide a consistent cross-model evaluation framework. They should still be read as one signal rather than a universal definition of intelligence.

For the current August snapshot, the important story is the cluster at the top:

Model Intelligence Index Practical read
Kimi K3 60 Top weights-available option
GLM-5.3 60 Tied with K3 on the API
Qwen3.8 2.4T-A95B 58 High-end Qwen frontier contender
DeepSeek V4-Pro-0813 53 Stronger than its preview release
Qwen3.8-27B 52 Exceptional size/performance position
GLM-5.2 51 Still highly competitive on coding
MiniMax M3 45 More differentiated by modality than raw text score

The point is not that 60 is “good” and 52 is “bad.” A 52-score model that fits on your hardware can be more valuable than a 60-score model that needs an accelerator cluster.


Kimi K3: The Benchmark Leader

Kimi K3 is the clearest choice when the question is simply:

“What is the strongest open-weight model I can actually download today?”

It is a 2.8T-parameter sparse MoE with 16 of 896 routed experts active per token, a 1M-token context window, and a public checkpoint released under a custom Kimi K3 license.

Its architecture combines Kimi Delta Attention (KDA), Stable LatentMoE, and Attention Residuals. KDA is particularly important for long-context efficiency because it combines linear and full-attention patterns rather than treating every layer identically.

Moonshot's current Kimi K3 repository reports 88.3 on Terminal-Bench 2.1, alongside strong results on FrontierSWE, DeepSWE, ProgramBench, and GPQA Diamond. Artificial Analysis also places K3 at the top of its open-weight Intelligence Index snapshot at 60.

That does not mean K3 wins every benchmark. It does not. The most important example is SWE-Bench Verified, where DeepSeek's published score is higher. Benchmark harness differences also matter, especially on coding-agent evaluations.

The bigger practical problem is infrastructure.

The official K3 checkpoint is around 1.56 TB. This is not a model you casually start on an eight-GPU box. Moonshot's serving guidance points toward large accelerator configurations, and production deployment is a cluster problem.

The other consideration is the license. K3 is not MIT and not Apache 2.0. It uses a custom license with additional terms at very large commercial scale.

Use Kimi K3 when: capability matters more than infrastructure simplicity, you can afford cluster-scale inference, and you want the strongest downloadable model in this comparison.


GLM-5.2 / GLM-5.3: The Production Coding Workhorse

The GLM family is interesting because it separates two different needs.

GLM-5.2 is the practical weights-available option. GLM-5.3 is the newer API flagship.

GLM-5.2 is a roughly 744B-parameter sparse MoE with about 40B active parameters per token and a 1M-token context. It is released under MIT and has built a strong reputation among coding-agent users.

Its Artificial Analysis Intelligence Index score is 51. Z.ai reports 62.1% on SWE-Bench Pro and an output speed around 168–200 tokens/second. The exact throughput number should be treated as measurement-dependent, but the high-throughput positioning is real and important.

GLM-5.3 changes the equation for teams that do not require public weights. Released in August, it is the current GLM API model and reaches an Artificial Analysis score of 60, tying Kimi K3 in the August snapshot.

For coding agents, that makes GLM-5.3 especially interesting: you get the newer model without having to operate the enormous checkpoint yourself.

The trade-off is obvious. GLM-5.3's weights were not yet public as of the article's publication date, so it should not be described as equivalent to K3 from a self-hosting perspective.

Use GLM-5.2 when: you want a strong coding model with public weights, MIT licensing, and high throughput.

Use GLM-5.3 when: API access is acceptable and you want the current GLM capability level without running the model yourself.


DeepSeek V4-Pro: The Cost-Sensitive Frontier Choice

DeepSeek V4-Pro is the model to watch when economics matter as much as benchmark position.

The original preview launched in April. The important August event is the V4-Pro-0813 GA release, which improved the model's Artificial Analysis score from the earlier preview level to 53.

The model is a 1.6T sparse MoE with about 49B active parameters, a 1M-token context window, and MIT licensing. It is text-only rather than multimodal.

The most important change for production planning is pricing.

The old flat $0.87/M output-token figure is no longer current. DeepSeek moved V4-Pro to peak/off-peak pricing on August 16. That means any article comparing DeepSeek's economics using the old flat rate is already stale.

The good news is that V4-Pro remains highly competitive on cost, especially for workloads that can take advantage of lower off-peak rates.

The downside is throughput. Artificial Analysis measures the GA release at roughly 77 tokens/second, below the GLM family.

For batch generation, classification, summarization, and structured generation, that can be a very attractive trade. For latency-sensitive multi-step agent loops, the economics may not be the only consideration.

Use DeepSeek V4-Pro when: cost per generated token is one of your primary constraints and your workloads can tolerate its lower throughput or take advantage of off-peak pricing.


MiniMax M3: The Multimodal Specialist

MiniMax M3 earns its place because it optimizes for something the other frontier models do not prioritize as strongly: native multimodal reasoning that includes video.

M3 is a sparse MoE model with roughly 428B total parameters and around 23B active parameters per token. Its documented context is 1M tokens, with 512K functioning as an important guaranteed/billing threshold.

It accepts text, image, and video input. That makes it particularly interesting for applications that need to reason across screenshots, documents, images, and video frames without building separate modality pipelines.

Artificial Analysis currently places M3 at 45 on its Intelligence Index, while its output speed is around 105 tokens/second.

The important caveat is licensing. MiniMax uses its Community License, not MIT or Apache 2.0. Commercial deployment therefore deserves a license review before you build around the model.

Use MiniMax M3 when: video and multimodal reasoning are core requirements rather than nice-to-have features.


Qwen3 235B-A22B: The Apache Workhorse

Qwen3 235B-A22B remains one of the most practical large open models for teams that care about licensing and self-hosting.

It is a 235B sparse MoE with 22B active parameters per token, a 262K context window, and an Apache 2.0 license.

Its appeal is not that it beats every frontier model. It is that the combination of capability, licensing, API economics, and deployment flexibility is unusually balanced.

With INT4 quantization, the model can fit into a roughly 60GB-class VRAM budget, making it much more approachable than cluster-scale frontier checkpoints.

The important distinction is that Qwen3 235B and Qwen3.8 are separate model families. Qwen3.8 is newer and much larger at the top end, but the 235B model remains attractive when you specifically want a mature Apache 2.0 workhorse.

Use Qwen3 235B when: Apache 2.0 matters, you want a large model you can actually deploy yourself, and you do not need the 1M-token context of the newest frontier systems.


Muse Glimmer: The Local Agent

Muse Glimmer answers a different question:

“What capable agent model can I actually run on hardware I own?”

Meta's Glimmer is a roughly 30B-class dense model with a 131K context window and Apache 2.0 licensing. It accepts text and image inputs and is designed specifically around agentic workflows and tool use.

Its strongest published results are on agent-oriented evaluations such as MCP Atlas and DeepSearch QA. Meta's own comparison tables also show areas where Qwen3.6-27B performs better, particularly on some computer-use and terminal evaluations.

That is actually useful because it tells you what Glimmer is for.

Glimmer's most interesting advantage is not being a universal benchmark winner. It is providing a capable local agent stack without requiring a giant cluster.

Quantized builds can fit into a roughly 24GB-class GPU envelope, depending on the quantization and serving configuration. The model also has broad local-runtime support.

Use Muse Glimmer when: privacy, local execution, and MCP/tool orchestration matter more than absolute benchmark leadership.


Gemma 4: The Entry Point

Gemma 4 is not a frontier contender against Kimi K3 or GLM-5.3, and it does not need to be.

Its strength is breadth.

Google's family includes E2B, E4B, 12B Unified, 26B A4B MoE, and 31B Dense variants, with Apache 2.0 licensing. The edge models offer 128K context, while the larger models support up to 256K.

The family is multimodal, and the smaller variants extend into audio as well. That makes Gemma unusually flexible across edge, workstation, and larger local deployments.

For developers getting started with self-hosted inference, the combination of a clean license, multiple model sizes, multimodal capability, and a large ecosystem is compelling.

One hardware caveat is important: consumer-GPU deployment depends heavily on quantization and context length. A 31B model that fits on a 24GB card in one 4-bit configuration is not the same thing as saying every serving configuration fits into 24GB.

Use Gemma 4 when: you are getting started with local inference, need a smaller model family, want Apache 2.0, or want a mature ecosystem across several hardware tiers.


Three August Releases You Should Not Ignore

Qwen3.8-Max

Qwen3.8-Max is the most important omitted model from the original draft because it moves the Qwen family into the same conversation as the largest frontier open-weight systems.

The open checkpoint is around 2.4T parameters with roughly 95B active, while the hosted version provides multimodal capabilities and a 1M-token context configuration.

The key caveat is that the hosted API and downloadable checkpoint are not identical product experiences. The public checkpoint has different modality/context characteristics and uses a custom Qwen3.8-Max license.

At this scale, the open weights are a datacenter project.

Why watch it: frontier capability without being tied to a closed model API, for organizations with the infrastructure to serve it.

Qwen3.8-27B

Qwen3.8-27B is much more relevant to ordinary developers.

It is a dense 27.78B model under Apache 2.0, with native multimodal input and a 262K context window, extendable with long-context techniques.

Quantized builds can fit into a roughly 17GB-class memory envelope, putting it firmly into single-GPU territory.

It is especially interesting because it fills the exact hole created by the original article's nonexistent “Gemma 4 27B” recommendation.

Why watch it: Apache 2.0, multimodality, and serious capability in a model that is still realistic to run locally.

GLM-5.3

GLM-5.3 deserves mention even though its weights were not yet public at publication.

Its Artificial Analysis score of 60 puts it alongside Kimi K3 in the August snapshot, and its coding-focused positioning makes it one of the most important API models to test if your workload is agentic software engineering.

Why watch it: it changes the conclusion for teams that value API performance more than self-hosting.


Open-Weight vs. Open-Source

This distinction is easy to ignore until it becomes important.

An open-weight model gives you the model parameters. That can be enough for fine-tuning, local inference, quantization, private deployment, and serious product development.

But it does not necessarily give you:

  • the complete training dataset,

  • the full preprocessing pipeline,

  • the exact training recipe,

  • or the ability to reproduce the model from scratch.

That matters differently depending on the organization.

For a startup shipping an internal coding assistant, it may be mostly academic.

For a regulated enterprise, a research lab, or a company planning to maintain a model for years, it can affect reproducibility, legal review, procurement, and long-term risk.

Also read the actual license. “Open weights” does not imply MIT or Apache 2.0.


Bottom Line

The open-weight ecosystem has moved from “good enough if you accept compromises” to “choose according to your constraints.”

That changes how you should evaluate models.

Need the strongest downloadable frontier model? Start with Kimi K3.

Need the strongest current coding API in this group? Test GLM-5.3.

Need high-throughput coding with public weights? GLM-5.2 remains compelling.

Need cost-sensitive frontier inference? DeepSeek V4-Pro-0813 remains one of the strongest economic choices, but use current tiered pricing in your model.

Need native video understanding? MiniMax M3 is the specialist.

Need Apache 2.0 and a large self-hosted model? Qwen3 235B-A22B remains highly attractive.

Need a local agent on consumer hardware? Evaluate Muse Glimmer and Qwen3.8-27B against your exact workload.

Need an approachable local family with a clean license? Gemma 4 is still one of the best starting points.

The leaderboard will change again next week.

Your hardware budget, latency target, license requirements, and workload will not.


Sources


Originally published on ZyVOP

💡 For more articles like this, subscribe to the ZyVOP newsletter!

Top comments (0)