Subscribe
09:00Explainer: open weights are not open source, and sit 58% behind at 44% of cost.09:00Explainer: what is inside a lab threat report, and how to check its numbers.09:00Explainer: the four token prices behind every AI rate card, and what they hide.09:00Explainer: Astra and Fable 5.1 tie at 53, and Fable's bill runs 2.5x higher09:00Explainer: what the CLARITY Act does, and the yield fight inside section 1040409:00Explainer: what model distillation is, and why labs call 189.9m exchanges an attack
What are open-weight models, and how far behind the frontier are they?
Developers6 min read

What are open-weight models, and how far behind the frontier are they?

Downloadable parameters under a licence, not open source, currently landing at 58 percent of the leading closed model's score for 44 percent of the cost per point.

In briefThe Open Source AI Definition requires data information, complete training code and parameters, and says open source weights must include the data information and code used to derive them1DeepSeek V4.1-Flash is a 552B-backbone mixture of experts activating 8B parameters per token during prefill and 16B during decode, trained on a 45T-token multimodal corpus, released under MIT2OpenBMB released MiniCPM5-2B under Apache 2.0 with its training datasets and GGUF builds for llama.cpp, Ollama and LM Studio3
An Apple Mac Studio and Studio Display on a desk with keyboard and mouse
Photo: AzureSaturn (CC0)

An open-weight model is one whose trained parameters you can download and run yourself under a published licence, which is not the same thing as open source, because the training data and the training pipeline almost always stay behind the door. On the hardest public benchmark we can price properly, the best open-weight configuration currently scores about 58 percent of what the leading closed model scores, and costs about 44 percent as much per point of that score.

Those two numbers are most of the argument.

Everything below is where they come from, what the licences do to them, and when they are likely to move.

Open weights is a licence on a file, and open source is a much longer list

The Open Source Initiative's definition asks for three things: Data Information, Code and Parameters. It wants "sufficiently detailed information about the data used to train the system so that a skilled person can build a substantially equivalent system", plus "the complete source code used to train and run the system", and it says plainly that "'Open Source models' and 'Open Source weights' must include the data information and code used to derive those parameters".

Almost nothing marketed as open weights clears that bar. DeepSeek's own card for V4.1-Flash is unusually generous by industry standards — it describes a 552B-backbone mixture of experts activating "only 8B parameters per token during prefill and 16B during decode", trained "from scratch on a multimodal corpus comprising 45T tokens" — and still never names the corpus. You get the recipe's proportions. You do not get the ingredients.

The exception is worth knowing about. OpenBMB shipped MiniCPM5-2B under Apache 2.0 and released the training data alongside it, as "UltraX, a high-quality web pre-training dataset; UltraData-Code … UltraData-SFT-Agent-2609 … and UltraData-RL-2609". That is a 2.5-billion-parameter model clearing a bar none of the frontier-scale releases in this article clear.

Four models, four different licences

Check the file before you check the benchmark.

Model Licence The catch
DeepSeek V4.1-Flash MIT None
MiniCPM5-2B Apache 2.0 None, and the training datasets ship too
Kimi K3 Kimi K3 License Separate agreement with Moonshot if you run model-as-a-service above $20m revenue
GLM-5.3 GLM-5.3 License Z.AI security review if you run model-as-a-service above $10bn revenue

Kimi's threshold is the one that bites. Its licence defines model-as-a-service as "giving a third party access to language model inference or fine-tuning (e.g., via API) in a manner that allows such third party to exercise meaningful control over the inputs, parameters, or training data", excludes "end-user products with model capabilities solely embedded within specific features", and then requires a separate agreement once revenue passes twenty million dollars over any twelve months. Zhipu's clause is the same shape with the trigger set five hundred times higher, at ten billion, and a security review instead of a negotiation. Both reach derivative works.

Neither is MIT, whatever the download button suggests. If your company might plausibly resell inference, read clause two before you read the benchmark table.

Running one is a memory problem before it is a model problem

Two paths. Serve it on GPUs with vLLM or SGLang, which is what the model cards assume — Z.ai publishes vLLM recipes and an SGLang cookbook for GLM-5.3, and OpenBMB ships MiniCPM5-2B in "GGUF for llama.cpp / Ollama / LM Studio". Or rent it by the token from a host, which is probably how most people actually use open weights. Ollama's cloud lists glm-5.3-flash at $0.15 per million input tokens and $0.50 output. GPT-6 Astra is $10 and $50.

That ratio is why open weights keep turning up in the parts of a stack nobody puts in a slide.

The third path is quantisation, and it is where the interesting engineering is. vLLM's documentation states the trade in one line: "Quantization trades off model precision for smaller memory footprint, allowing large models to be run on a wider range of devices." The naive version quantises everything and loses the model. Salvatore Sanfilippo, who has been doing this in public, published the working version on 27 April 2026: "drastically quantize only routed experts, in/gate IQ2_XXS, out Q2_K. Then: leave all the rest Q8, to preserve quality in shared experts, projection, routing."

By 28 August he had GLM 5.3 Flash running at Q2 and Q4 on "single MacBook 128GB or DGX Spark inference, two MacBook RDMA 128GB each Q4 inference in tensor parallel fashion at 37 t/s single generation". Thirty-seven tokens a second across two laptops.

That is roughly the state of the local frontier, and we wrote it up in GLM 5.3 reaches Ollama cloud-only, while antirez runs it at Q2 on two Macs.

The gap, measured, with the cost divided out

Vercel's DeepsecBench scores models on finding real vulnerabilities in application code and publishes the dollar cost of every run, which makes it the rare leaderboard you can do arithmetic on. The cost-per-point column is ours.

Model (best configuration) Score Run cost Cost per point
GPT-6 Astra, xhigh 37.79 $63.70 $1.69
GPT-5.6 Sol, xhigh 35.44 $55.98 $1.58
Claude Opus 5, max 32.44 $127.93 $3.94
GLM-5.3, high 21.91 $16.22 $0.74
Kimi K3, xhigh 17.49 $12.38 $0.71
DeepSeek V4 Flash, xhigh 16.47 $5.94 $0.36

GLM-5.3 is 58 percent of Astra's score at 44 percent of its cost per point. DeepSeek V4 Flash is 44 percent of the score at 21 percent of the cost per point, which makes it the cheapest capability on the board by a distance nobody advertises. Vercel's own summary is fair about the direction: "Frontier models from OpenAI and Anthropic still score highest, but open-weight models and more efficient reasoning options are closing that gap, making comprehensive scanning far more cost-efficient."

Is the gap closing or widening? Both, on different axes, which is the argument we walked through in Open weights sit at 58 percent of the frontier and 44 percent of the price. Score gaps seem to have widened since March. Money gaps have narrowed.

Companies build on them because the second number is the one that ships

Harvey, valued at $15.5bn on 9 September 2026, built its first in-house model on Moonshot's weights. In its own words, "Harvey Tenet is a Kimi K3 base that we post-trained together with Fireworks research for long-horizon legal work", and the post-trained model "successfully completes almost twice as many held out tasks on LAB and 20% more on LAB contracts than base Kimi K3".

The reason it gave is the one that matters, and it is not ideology. "Open-weight models have cheaper per token prices. But cost is a function of both token prices and tokens used." Post-training let Harvey shape the second term, which you cannot do through somebody else's API at any price. That trade, and the licence question underneath it, is Harvey raises $550m at $15.5bn, and its own model runs on Chinese weights.

The counter-argument is real. A 2.8-trillion-parameter model with 104 billion active is not something you run on your own hardware, so for most teams open weights means renting the same tokens from a different vendor, with the freedom to move as the actual benefit. Fair. Portability is probably worth less than people claim and rather more than nothing, and as far as we can tell it is the only reason the price column above stays honest.

What would change the answer

Four things, roughly in order of likelihood. An open-weight model breaking into the top three of a cost-published leaderboard, which would end the 58 percent framing. A licence change at Moonshot or Z.ai that moves a revenue threshold downwards, which would end the free-in-practice framing. A Western lab shipping frontier weights, which nobody has. And a single consumer machine holding a 300-billion-parameter model at four bits without a second machine bolted to it, which is closer than it was in April and still not here.

More in our open-weights coverage.

Sources

01
The Open Source AI Definition requires data information, complete training code and parameters, and says open source weights must include the data information and code used to derive themData Information: Sufficiently detailed information about the data used to train the system so that a skilled person can build a substantially equivalent system. … Code: The complete source code used to train and run the system. … “Open…” — opensource.org · primary · Sep 11
02
DeepSeek V4.1-Flash is a 552B-backbone mixture of experts activating 8B parameters per token during prefill and 16B during decode, trained on a 45T-token multimodal corpus, released under MITWe introduce DeepSeek-V4.1-Flash , a multimodal Mixture-of-Experts (MoE) model with 552B backbone parameters and support for contexts of up to one million tokens. … This allows the model to activate only 8B parameters per token during…” — huggingface.co · primary · Sep 11
03
OpenBMB released MiniCPM5-2B under Apache 2.0 with its training datasets and GGUF builds for llama.cpp, Ollama and LM StudioLicense: apache-2.0 … Alongside the model, we are releasing the high-quality training datasets behind it as part of the UltraData family: UltraX , a high-quality web pre-training dataset; UltraData-Code , featuring L0–L3 tiered code data…” — huggingface.co · primary · Sep 11
Show all 19 sources
04
MiniCPM5-2B is a dense 2.5-billion-parameter model built for on-device deploymentIt is a dense 2B Transformer that scales up the same training recipe, built for on-device, local deployment, and resource-constrained scenarios, reaching 2B-class open-source SOTA. … Number of Parameters : 2,516,756,480” — huggingface.co · primary · Sep 11
05
The Kimi K3 licence defines model-as-a-service, excludes embedded end-user products, and requires a separate agreement with Moonshot above $20m of revenue in any 12 consecutive months"Model as a Service" means giving a third party access to language model inference or fine-tuning (e.g., via API) in a manner that allows such third party to exercise meaningful control over the inputs, parameters, or training data. This…” — huggingface.co · primary · Sep 11
06
Kimi K3 is a 2.8-trillion-parameter mixture of experts with 104B activated parameters, released under the Kimi K3 LicenseOpen Frontier Weights : We release the full Kimi K3 model weights under the Kimi K3 License, making frontier intelligence openly available for research, deployment, and further innovation. … Total Parameters 2.8T Activated Parameters…” — huggingface.co · primary · Sep 11
07
The GLM-5.3 licence requires passing a Z.AI security review if a model-as-a-service business exceeds $10bn of revenue over any 12 consecutive monthsIf the Licensee or any of its affiliates operates a Model as a Service business, and the aggregate revenue of the Licensee and its affiliates exceeds 10 billion US dollars (or the equivalent in other currencies) in total over any…” — huggingface.co · primary · Sep 11
08
Z.ai points GLM-5.3 users at SGLang and vLLM for servingSGLang — see cookbook vLLM — see recipes … For deployment on the Ascend NPU platform, inference frameworks such as vLLM-Ascend, xLLM and SGLang are supported” — huggingface.co · primary · Sep 11
09
vLLM states that quantization trades model precision for a smaller memory footprint so large models run on more devicesQuantization trades off model precision for smaller memory footprint, allowing large models to be run on a wider range of devices.” — docs.vllm.ai · primary · Sep 11
10
Salvatore Sanfilippo published a selective two-bit quantisation recipe for DeepSeek V4 Flash on 27 April 2026If you believe 2 bit quantization is not practical with DeepSeek v4 Flash, think again. The trick is: drastically quantize only routed experts, in/gate IQ2_XXS, out Q2_K. Then: leave all the rest Q8, to preserve quality in shared…” — x.com · primary · Sep 11
11
On 28 August 2026 Sanfilippo reported GLM 5.3 Flash running at Q4 across two 128GB MacBooks in tensor parallel at 37 tokens a secondEnjoy the DwarfStar glm-5.3-flash branch with GLM 5.3 Flash Q2 and Q4 support: single MacBook 128GB or DGX Spark inference, two MacBook RDMA 128GB each Q4 inference in tensor parallel fashion at 37 t/s single generation. ~500 t/s prefill…” — x.com · primary · Sep 11
12
On Vercel's DeepsecBench leaderboard GPT-6 Astra xhigh scores 37.79 for $63.70, GPT-5.6 Sol xhigh 35.44 for $55.98, Claude Opus 5 max 32.44 for $127.93, GLM-5.3 high 21.91 for $16.22, Kimi K3 xhigh 17.49 for $12.38 and DeepSeek V4 Flash xhigh 16.47 for $5.941 GPT-6 Astra xhigh openai/gpt-6-astra 37.79 32.8 % 97.9 % 2 $63.70 … 2 GPT-5.6 Sol xhigh openai/gpt-5.6-sol 35.44 30.6 % 96.3 % 3 $55.98 … 3 Claude Opus 5 max anthropic/claude-opus-5 32.44 28.0 % 88.0 % 10 $127.93 … 8 GLM-5.3 high…” — vercel.com · primary · Sep 11
13
Vercel says frontier models still score highest on DeepsecBench but open-weight models are closing the gap, and that the benchmark combines recall and precision into one scoreFrontier models from OpenAI and Anthropic still score highest, but open-weight models and more efficient reasoning options are closing that gap, making comprehensive scanning far more cost-efficient.” — vercel.com · primary · Sep 11
14
DeepsecBench runs on an undisclosed codebase with a 231-finding golden set and a recall-weighted F2 scoreDeepsecBench runs on an open-source codebase at a commit state just before a large number of vulnerabilities were fixed. We selected 50 entry-point files and built a golden set of 231 human-judged findings. Each model's score is a…” — vercel.com · primary · Sep 11
15
Harvey announced a $550m round at a $15.5bn valuation on 9 September 2026, following its first post-trained open-weight modelToday, Harvey announced a $550M funding round at a $15.5B valuation, co-led by Diffusion and Lightspeed Venture Partners. The raise follows the introduction of Harvey’s first post-trained open-weight model and the launch of Harvey LAB ,…” — harvey.ai · primary · Sep 11
16
Harvey Tenet is a Kimi K3 base post-trained with Fireworks that completes almost twice as many held-out LAB tasks as base Kimi K3Harvey Tenet is a Kimi K3 base that we post-trained together with Fireworks research for long-horizon legal work. … Our model successfully completes almost twice as many held out tasks on LAB and 20% more on LAB contracts than base Kimi…” — harvey.ai · primary · Sep 11
17
Harvey says open-weight models have cheaper per-token prices but that cost is a function of both token prices and tokens usedThe first is obvious, open-weight models have cheaper per token prices. But cost is a function of both token prices and tokens used. In post-training, we incentivized efficient tool use and reasoning through reward shaping, preferring…” — harvey.ai · primary · Sep 11
18
Ollama's cloud rate card prices glm-5.3-flash at $0.15 per million input tokens and $0.50 output, against $10 input and $50 output for GPT-6 Astraglm-5.3-flash $0.15 $0.03 $0.50” — ollama.com · primary · Sep 11
19
GPT-6 Astra lists at $10 per million short-context input tokens and $50 output| gpt-6-astra | $10.00 | $1.00 | $12.50 | $50.00 | $20.00 | $2.00 | $25.00 | $75.00 |” — platform.openai.com · primary · Sep 11
More on Benchmarks and DeepSeekAll Benchmarks stories →
You’re 60% through. Stories like this one, Mon · Wed · Fri, with every claim sourced.