Back
Kevin Riedl

9 min read · 25 Jun 2026
Last reviewed

Next
Made on your device, with no Instagram connection. We copy the post link for Instagram’s Link sticker.

Best Open-Weight LLMs 2026: DeepSeek vs Qwen vs Kimi vs GLM vs Llama

There is no universal best open-weight model. As of 2 September 2026, DeepSeek V4 offers two very large MIT-licensed tiers, Qwen3.8 offers a 27B multimodal checkpoint under Apache 2.0 and a 2.4T sparse model under its own Max license, Kimi K3 combines native multimodality with a 1M-token window under its own license, GLM-5.3 focuses on long-horizon coding under a new permissive custom license, and Llama 4 retains broad tooling but excludes EU-based developers from its multimodal license grant.

"Open weight" only says that weights are downloadable. It does not guarantee an Open Source Initiative-approved license, low hardware cost, identical hosted and self-hosted behavior, or usable quality at the advertised maximum context. Shortlist by the exact checkpoint and license, then test your own tasks.

Engineering perspective, not a vendor pitch. We checked the official model cards, repositories, and license texts on 2 September 2026. Vendor benchmark tables are useful release evidence, but their harnesses and settings differ, so they do not establish a neutral cross-vendor winner.

Need a model shortlist that fits your tasks, EU boundary, and GPU budget?

 Shortlist Models for My Workload

What separates the current open-weight families?

  • DeepSeek V4. The current official repositories include V4 Flash-0731 and V4 Pro-0813. Both are MIT-licensed. The original V4 release card documents 1M-token context and sparse architectures, while the dated checkpoints supersede the preview releases.
  • Qwen3.8. Alibaba's official Qwen3.8 collection includes a 27B multimodal model and a 2.4T total, 95B-active sparse model. The 27B card states a native 262,144-token window, extension to 1M with YaRN, and Apache 2.0 licensing. The 2.4T checkpoint uses the Qwen3.8-Max License, including conditions for very large products and large MaaS or AI work-assistant businesses. Extension is a serving configuration, not evidence that every task remains reliable at 1M.
  • Kimi K3. Moonshot's model card states 2.8T total and 104B active parameters, native text, image, and video input, and a 1M-token context. The Kimi K3 License adds conditions for large model-as-a-service businesses and very large commercial products, while exempting internal use from those extra conditions.
  • GLM-5.3. Z.ai released GLM-5.3 after GLM-5.2. It uses the same 753B base model, supports 1M-token evaluation, and changes the post-training for coding and long-horizon work. Its GLM-5.3 License is permissive, but it is not labelled MIT, so the earlier MIT claim is no longer accurate for the current checkpoint.
  • Llama 4. Meta's model card lists Scout at 109B total and 17B active parameters with 10M context, and Maverick at 400B total and 17B active with 1M context. The use policy withholds the multimodal license grant from EU-domiciled individuals and companies whose principal place of business is in the EU. It expressly says that this restriction does not apply to end users of a product incorporating the models.

Germany's Soofi S sits in a different category: a sovereign German-English project. Our Soofi S buyer's review separates public evidence from release plans. Our Kimi K3 API review for EU companies treats Moonshot's hosted service as a separate procurement decision from running the downloadable weights.

Size, context, license, and deployment

FamilyRepresentative current checkpointPublished sizePublished contextWeight licenseDeployment implication
DeepSeekV4 Flash-0731 / Pro-0813304B / 1.7T totalV4 family: 1MMITLarge multi-GPU deployment; calculate from the exact weight format
QwenQwen3.8-27B / 2.4T-A95B27B dense / 2.4T total, 95B active27B: 262,144 native, extensible to 1MApache 2.0 / Qwen3.8-Max License27B is materially easier to host; the 2.4T tier is cluster-scale
KimiKimi K32.8T total / 104B active1MKimi K3 LicenseCluster-scale checkpoint plus model-specific license review
GLMGLM-5.3753B total1MGLM-5.3 LicenseSerious multi-GPU or offloaded experimental serving
LlamaLlama 4 Scout / Maverick109B / 17B active; 400B / 17B active10M / 1MLlama 4 Community LicenseResolve the EU multimodal developer restriction first

These are maximum context claims, not quality guarantees. Long sequences increase KV-cache demand and can reduce concurrency. Quantization changes memory needs and sometimes output quality. Do not convert parameter counts into a fixed GPU count without specifying precision, runtime, context, batch size, and redundancy.

Which family should you test for coding and agents?

The primary sources support a shortlist, not a universal ranking. DeepSeek's Flash-0731 card, Qwen3.8's model card, Kimi K3's card, and GLM-5.3's card all publish coding and agent benchmarks, but they use different agent harnesses, reasoning settings, task versions, and sometimes internal test sets. Compare numbers only where the task, split, harness, tool access, and scoring method match.

  • For a manageable self-hosted multimodal model: start with Qwen3.8-27B if Apache 2.0, 27B scale, and a 262K native window fit the task.
  • For large coding or tool-use evaluations: test DeepSeek V4 Flash-0731, GLM-5.3, and Kimi K3 on completed-task rate, recovery behavior, latency, and total serving cost.
  • For very long context: test retrieval accuracy and task completion at your actual lengths. A 1M or 10M limit only establishes accepted input size.
  • For Llama 4 in the EU: obtain legal review before a developer downloads or deploys the multimodal weights. Do not misread the end-user exception as a developer license.
Kevin Riedl

"A model card tells you what to test and under which license. Your own eval tells you what to ship. Keep those two decisions separate."

Can you self-host these in the EU?

DeepSeek V4 and Qwen3.8-27B use standard permissive licenses. Qwen3.8-2.4T-A95B, GLM-5.3, and Kimi K3 grant broad rights under model-specific texts with conditions that require separate review. Llama 4 is the outlier: its policy withholds multimodal rights from EU-based developers while preserving an exception for end users of an incorporating product.

Self-hosting can keep inference inside an EU-controlled environment, but it does not automatically establish GDPR compliance. You still need a lawful basis, data minimization, retention rules, access controls, processor and transfer analysis where relevant, logging policy, and an incident process. A hosted endpoint must be assessed separately from the downloadable checkpoint because its data location and contract are service-specific.

A defensible selection process

  1. Name the exact checkpoint. Family labels hide material differences in weights, modalities, context configuration, and license.
  2. Clear license and jurisdiction. Record the license revision and have counsel review model-specific restrictions when the deployment is consequential.
  3. Budget the actual serving configuration. Include precision, context, concurrency, runtime overhead, redundancy, and network topology.
  4. Run the same private eval. Use representative tasks, stable prompts, identical tool access, and explicit pass conditions across at least two candidates.
  5. Pin and monitor. Record the weight revision, tokenizer, runtime, quantization, and safety configuration. Re-evaluate before changing any of them.

Why the eval harness matters

Public benchmarks can suffer from contamination, overfitting, and harness effects. More importantly, they are not your workload. A few dozen representative tasks with clear pass criteria can expose failure modes that an aggregate leaderboard hides. Measure completed-task quality, latency, cost, tool errors, long-context retrieval, and recovery after a failed step.

Final thoughts

As of 2 September 2026, the current comparison is DeepSeek V4's dated 0731 and 0813 checkpoints, Qwen3.8, Kimi K3, GLM-5.3, and Llama 4. Qwen3.8-27B is the most approachable named checkpoint in this set, while the largest Qwen, DeepSeek, Kimi, and GLM tiers require cluster-class planning. Qwen3.8-Max, Kimi, and GLM use model-specific licenses, and Llama 4's EU multimodal developer restriction remains decisive.

Choose the smallest legally deployable checkpoint that clears your own eval. Treat context length as a limit to validate, vendor benchmarks as release evidence rather than a neutral ranking, and hosted APIs as separate compliance products from downloadable weights.

Production AI help

Building an AI product and worried about inference cost, architecture, or production readiness? Wavect helps founders turn AI prototypes into reliable production systems.

Explore the service path:

Inbox, without the noise

Follow the work that matters to you

Get a short email when we publish something new. Follow the whole blog or only the problems you care about.

What would you like to receive?
Choose your topics

Free, double opt-in, no tracking pixels.

Back
Kevin Riedl

9 min read · 25 Jun 2026
Last reviewed

Next

Get the next AI and agents field note

One concise email when we publish. No tracking pixels, and no inbox filler.

Free, double opt-in, no tracking pixels.