← BlogBlog

Top Open Source LLMs to Watch in 2026

Open source LLM news has been dense since December 2025: Kimi K3 at 2.8 trillion parameters, two DeepSeek V4 refreshes, Meta's first open weights in over a year. The harder question is whether the license on the exact checkpoint you want survives a legal review, and whether the weights fit hardware you can rent.

3 vs 14Point gap to the frontier, two boards
$0.03/MCheapest open input tokens today
893 GBLargest published checkpoint here
2.8TParams in the largest open model

Current State of Open Source LLMs

Open weights now cover the whole range, from a 30B on one workstation card up to a 2.8T mixture of experts. On the friendliest measurement they sit three points behind the best closed model, on a harder one fourteen. Both readings were live the same day.

Price moves fastest. At the bottom of the open range the advantage over a frontier API is more than a hundredfold: on 26 August 2026 gpt-oss-120b was $0.03 per million input tokens and DeepSeek V4 Flash $0.0679, against $5.00 for Claude Opus 5. At the top it evaporates, since Kimi K3 costs about half of Claude Opus 5 while sitting three points behind it - the number to carry into a build-versus-buy sum.

Per-million-token prices, OpenRouter, retrieved 26 August 2026. GLM-5.2 is left out on purpose: its listed $0.4466 / $1.404 carries a 68% off banner from its only provider, so it is a promotion rather than a market rate.
ModelWeightsInput $/MOutput $/MContextProviders
gpt-oss-120bOpen0.030.17131K18
DeepSeek V4 FlashOpen0.06790.1681M17
MiniMax M3Open0.230.961M13
Qwen3.8-27BOpen0.352.751M10
DeepSeek V4 ProOpen0.55591.1121M17
Kimi K3Open2.5512.751.05M13
Claude Opus 5Closed5.0025.001M-
The same question, four boards, four answersSources: Artificial Analysis v4.1.1 and llm-stats (retrieved 26 Aug 2026), Mozilla State of Open Source AI v1.0.1 (Jul 2026), Epoch Capabilities Index (29 May 2026)
Artificial Analysis v4.1.1Kimi K3 60 vs Claude Opus 5 63
3 points
Mozilla, State of Open Source AIKimi K3 57 vs Claude Opus 5 61
4 points
Epoch Capabilities IndexKimi K2.6 151.60 vs GPT-5.5 Pro 159.35
7.75 ECI
SWE-bench Verified, llm-stats0.806 vs 0.950, page stamped 25 Aug 2026
14.4 points

The Artificial Analysis index averages a broad basket of evaluations; SWE-bench Verified measures one hard thing, resolving real GitHub issues, and agentic work lives in exactly the tail that averaging hides. Carry the version string too, because Artificial Analysis rescores on index bumps.

DeepSeek-V4-Pro-Max, which holds the top SWE-bench slot at 0.806, has no visible repository under DeepSeek's Hugging Face organisation: a board score, not a download.

Licenses are the third axis, and they stopped travelling with the family name. The 2.4T Qwen flagship carries a custom qwen3.8-max string while Qwen3.8-27B, two days later, is plain Apache 2.0. Gemma 4 moved to Apache 2.0, replacing the old Gemma Terms, while the Llama 4 Community License still requires a separate commercial license above 700 million monthly active users and incorporates an acceptable use policy by reference. Read the file, not the family page.

Meta shipped Muse Glimmer on 10 August under Apache 2.0 and the MobileMoE on-device family on 26 August under a noncommercial research license. Same vendor, same month, opposite terms.

Noteworthy Open Source LLMs

Four models cover most of what a team would shortlist, each with its exact license string.

1. GLM-5.2. Z.ai published the weights on 16 June 2026: roughly 744B parameters, about 40B active, a 1M context window, under MIT. Z.ai announced GLM-5.3 in mid-August, and as of 26 August 2026, checked against Z.ai's Hugging Face organisation, no 5.3 repository exists and no license has been named.

2. MiniMax-M3. Released 1 June 2026: 428B total, 23B active, a 1M context window, and 80.5 on SWE-bench Verified per its card. The license string is `minimax-community`, neither Apache nor MIT. At $0.23 in with $0.96 out it is one of the cheapest capable options on the board.

3. Kimi-K3. Moonshot's flagship, weights on 26 July 2026: 2.8T total, 104B active, 896 experts, MXFP4 weights trained with quantization-aware training. Its card reports GPQA-Diamond 93.5, and it tops the Artificial Analysis open column at 60. The license is a custom "Kimi K3 License" covering code and weights together, and at $2.55 in with $12.75 out it is where the open price advantage runs out.

4. DeepSeek-V4. The line splits in two, and the split is the story. V4 Pro 0813 is MIT, 1.6T total with 49B active, and scores 87.9 on Terminal Bench 2.1, but its checkpoint runs to roughly 893 GB, so MIT gets you a model an 8xH100 node cannot hold. V4 Flash 0731, same license, is the realistic one: 284B total, 13B active, 82.7 on Terminal Bench 2.1, and $0.0679 in with $0.168 out on 26 August 2026.

Open Source LLM Tooling News Today

If you want open source llm tools news today rather than a curated tool list, the release notes are the feed, with versions, dates and numbers attached.

Ollama shipped Muse Glimmer on day zero on 10 August with initial MLX support on Apple Silicon, then in v0.32.15 on 19 August cut time to first token roughly in half by caching model metadata.

LM Studio reads the same way: MTP speculative decoding stable in 0.4.14 on 22 May, then internal-network model endpoints and local server API keys in 0.4.21 on 12 August.

llama.cpp picked up native NVFP4 for Blackwell in a PR merged on 28 April 2026, and GGML_TYPE_NVFP4 = 40 now sits in the ggml type table. Published throughput figures for it trace back to forum arithmetic, so measure it yourself.

Most open source llm tooling news on the server side is feature work rather than headlines, like the prefill/decode-aware router vLLM added in December 2025. For numbers that go stale in weeks, SemiAnalysis runs InferenceX with weekly snapshots.

Advancements in Inference Techniques

Enhancements in Performance. Most open source llm inference news is throughput. vLLM reported 2,200 output tokens per second per H200 serving DeepSeek on 17 December 2025, and on GB200 NVL72 in February 2026 measured 26.2K prefill and 10.1K decode tokens per GPU per second, three to five times H200.

SGLang's chunked pipeline parallelism, 15 January 2026, is the long-context one: prefill throughput up 3.31x on six nodes of eight H20s and time to first token down 67.9% on DeepSeek-V3.1. In the same post a one-million-token prompt reached its first token in 420.91 seconds, which makes a 1M window a batch feature rather than a chat feature.

Speculative decoding now ships from the labs: DeepSeek V4 Pro carries a DSpark module, and Unsloth measured 120 tokens per second with it on a B200 against 60 without.

Compatibility with Existing Systems. Formats are where this meets your existing hardware, and they are not free. A benchmark of post-training quantization under microscaling formats, January 2026, found MXFP8 near-lossless while MXFP4 degraded accuracy substantially, which matters because MXFP4 is what several labs now ship natively.

Unsloth's measured DeepSeek V4 GGUF builds, retrieved 26 August 2026.
BuildSizeFidelity against full precision
UD-Q8_K_XL162 GBBit-identical, KL divergence ~0, 100% top-token agreement
UD-Q4_K_XL155.1 GBKL divergence 0.0102, 96.28% top-token agreement
UD-IQ3_XXS103 GBSized for machines with 110-128 GB of RAM

Unsloth publishes measured footprints and divergence numbers for its DeepSeek V4 GGUF builds, and two things follow. The 4-bit build is barely smaller than the 8-bit one, because the experts already ship in MXFP4 and only non-expert tensors get requantized. And 4-bit is not free: top-token agreement drops to 96.28%, so roughly one token in 27 differs from full precision. Invisible in one answer, very visible in a forty-step agent loop, which is a separate problem worth measuring.

Then the arithmetic that decides whether it applies to you. V4 Pro's 893 GB against 640 GB in an 8xH100 node means the weights do not fit before a single token of KV cache. V4 Flash lands nearer 170 GB at native FP4 and FP8, two H200s, or 90 to 100 GB at community INT4. gpt-oss-120b fits one 80 GB H100.

Community Contributions and Collaborations

Download counts show where the community went. Hugging Face's 2026 open model report, as reported by China Daily on 16 August 2026, puts Qwen at 2.045 billion downloads in 2026 against 418 million for Google and 227 million for Meta, with 151,448 models derived from Qwen. Gemma has passed 400 million downloads and 100,000 community variants.

Ai2's OLMo 3 is a different kind of contribution: it shipped in November 2025 with the training data, the code and every intermediate checkpoint next to the weights, which is what lets somebody reproduce a result rather than re-run it.

Collaboration also shows up as a launch checklist item: naming vLLM, SGLang or llama.cpp on a model card is a commitment made before release, and its absence is a real cost for whoever adopts first.

The newest collaboration is a license rather than a model. NVIDIA's Nemotron 3.5 Lightning and Poolside's Laguna S 2.1, a 118B mixture of experts released on 21 July 2026, both ship under `openmdw-1.1`, the Linux Foundation's model-distribution license picking up its second and third adopters while the OSI question stays open.

Future Outlook for Open Source LLMs

Epoch AI converts the gap into time: since January 2026 the strongest open-weight models have lagged frontier closed models by an average of four months, or eight ECI points. Epoch makes no claim about that lag widening or narrowing, and neither will we. Four months is short enough that waiting for the open version is a real option.

The nearest thing to a scheduled event is GLM-5.3, announced in mid-August with a large jump on Z.ai's own Terminal-Bench table. As of 26 August 2026 the weights and the license are both still missing, and whether they land, and on what terms, says more about the next six months than another benchmark.

Safety review has become a shipping-schedule variable. TechCrunch reported on 4 August 2026 on a SaferAI evaluation in which GLM-5.2, tested through Z.ai's public API, refused none of the offensive cyber or biology tasks, while Claude Opus 4.7 refused so consistently that the evaluation could not be completed. It cuts both ways: Far.ai keeps a leaderboard of the universal jailbreaks it found in closed frontier models.

The hardware has a date on it. Apple announced M5 Max and M5 Ultra Mac Studio configurations on 25 August 2026, up to 512 GB of unified memory and 1.2 TB/s of bandwidth, generally available on 22 September. Apple names no parameter count for the frontier-class open-weight models it says the machine runs.

The genuinely open question is who ends up using these models. Menlo Ventures, from November 2025 fieldwork with 495 US enterprise AI decision-makers, puts open-source models at 11% of enterprise LLM API usage, down from 19% a year earlier, with no 2026 update since. Mozilla's State of Open Source AI from July 2026 has open weights going from about a third of OpenRouter tokens in late 2025 to a majority by mid-2026.

The two count different people: Menlo counts enterprise procurement, Mozilla routed developer traffic. The bridge is inside Mozilla's own numbers: 79% of developers adding AI use open models, but only 53% of open adopters reach production against 63% for closed.

Five checks to run before you commit to an open model

About a week of work, none of it needing a vendor.

Open the LICENSE file on the exact checkpoint. Look for a monthly-active-user threshold, an attribution string you must display, a naming rule on derived models, and any policy incorporated by reference.

Price a real week of traffic, and write the date next to the total. Input and output separately, at today's rates, on the route you will actually use. Prices here have a shelf life of weeks.

Size the memory before you read a benchmark. Parameters times bytes per parameter, plus KV cache for your context length and concurrency. If the answer is a cluster, the benchmark was never the question.

Evaluate the quantization you will deploy, on your own questions. One to two hundred real queries with known-good answers, against the exact build at the exact context length. Published divergence numbers hold in aggregate, not on your prompts.

Check that the model card names your serving engine. Day-zero support in vLLM, SGLang or llama.cpp is the difference between a two-day deployment and a two-month one. Then bookmark a live source: llm-stats updates daily, InferenceX weekly.

One concrete thing this week: take your top three candidates, open the LICENSE file on each, and price a real week of traffic with the date written down. The model is rarely the bottleneck anyway, and getting one to your own data safely usually costs more engineering than the choice between checkpoints. If you would rather someone ran that against your workload, that is what the free audit is for.

FAQ

Which open source LLM is best right now?

It depends on the benchmark, and the honest answer carries a date. On the Artificial Analysis Intelligence Index v4.1.1, retrieved 26 August 2026, the top open models are Kimi K3 at 60 and Qwen3.8-2.4T-A95B at 58, against 63 for Claude Opus 5. If you have to host it yourself, DeepSeek V4 Flash and Qwen3.8-27B are the practical answers.

Is Qwen Apache 2.0?

Partly. Qwen3.8-27B, released 14 August 2026, is Apache 2.0, while the 2.4T flagship released two days earlier carries a custom qwen3.8-max license string. The license belongs to the checkpoint, not to the family name.

Can I run DeepSeek V4 locally?

Not the Pro version, unless "locally" means a cluster: the checkpoint is around 893 GB against 640 GB in an 8xH100 node, before any KV cache. V4 Flash is realistic, and Unsloth's measured GGUF builds run from 103 GB at 3-bit to 162 GB at 8-bit.

Are open models cheaper than the closed APIs?

At the bottom of the range, dramatically: on 26 August 2026 gpt-oss-120b was $0.03 per million input tokens and DeepSeek V4 Flash $0.0679, against $5.00 for Claude Opus 5. At the top of the open range the gap narrows to roughly half, with Kimi K3 at $2.55.

Changelog
  • 26 August 2026Prices updated to 26 August 2026. Added Poolside Laguna S 2.1 and the verified license for Nemotron 3.5 Lightning.
  • 25 August 2026Published.
Free process audit

See what this would look like in your operations.

Get in touch

30 minutes · we map your 3 best automation opportunities · no obligation