Active parameters — the share of a model's weights that actually runs for each token — is the single most useful number on a 2026 model spec sheet, and the most misread. Tencent's Hy4 preview, released August 28, is 770 billion parameters in total, yet each token routes through only 49 billion of them. That one ratio is why a model this large can list under $1 per million input tokens — $0.834 on OpenRouter, listed August 28, 2026.
The stakes are practical. Four open-weight mixture-of-experts (MoE) releases landed in the last week of August 2026 alone — Hy4 preview, GLM-5.3's open weights, GLM-5.3-Flash, and Qwen3.8-Flash-Next — and every one of them leads its announcement with parameter counts. Buyers who read those counts as a proxy for price, quality, or hardware cost make expensive mistakes in both directions: overpaying for capacity they cannot use, or under-provisioning memory for weights that must be resident whether or not they fire.
This reference puts the week's releases side by side — total parameters, active parameters, context, licence, price, each cell labelled by source and date — and then walks through what the activation number predicts, what it does not, and how to read a spec sheet that vendors do not fill in consistently. For how the experts inside these models get chosen in the first place, see our MoE architecture comparison — this post deliberately stays on the buyer's side of that line.
- 01Active parameters predict cost and speed — nothing else.Per-token serving cost, throughput, and the hot-weight working set track the active count. Quality, context window, licence terms, and self-hosting affordability do not.
- 02Total parameters set the memory floor.Every routed expert must be resident in memory whether or not it fires. GPT-OSS-20B activates ~3.61B of 20.9B parameters, yet its BF16 weights alone occupy roughly 42GB of VRAM.
- 03An identical active count can carry twice the price.DeepSeek V4 Pro and Hy4 preview both activate 49B parameters per token. In August 2026, Hy4's OpenRouter list price is roughly double V4 Pro's on input and nearly triple on output.
- 04Vendors do not report these numbers uniformly.Qwen3.8-Flash-Next is quoted as both 125B and 176B total depending on what gets counted, and GLM-5.3's model card does not publish an active-parameter figure at all.
- 05Alibaba's own table shows a 6B-active model out-benchmarking a frontier model.Alibaba's own vendor-selected table pits 6B-active Qwen3.8-Flash-Next against Claude Opus 4.6 and shows wins — evidence that activation count does not predict quality, on the vendor's own chosen terms.
01 — The NumberWhat the active-parameter number actually tells you.
The definition fits in one sentence, and Hugging Face's official MoE guide states it cleanly: model capacity depends on total parameters, but inference speed depends on active parameters. In an MoE model, most weights sit in routed "experts," and each token runs through only a selected few — in Hy4 preview's case, 8 of 256 routed experts plus one shared expert per token, which is how 770B total becomes 49B active.
Everything the number predicts follows from that. First, per-token serving cost: the floating-point work per token scales with the weights that actually run, so a 49B-active model prices its compute like a much smaller dense model, not like a 770B one. Second, throughput: fewer active weights per token means more tokens per second on the same hardware. Third, the hot working set: the weights that must move through the accelerator's fastest memory each step track the active count, which is what makes serving economical at batch scale.
Just as important is the list of things the number does not predict: output quality, context window, licence terms, and whether you can afford to self-host. Sections 03 through 07 take those one at a time, with August 2026 releases as the evidence.
02 — The Spec SheetThe 2026 active-parameter spec sheet, assembled.
No post we found lists these releases side by side on total parameters, active parameters, context, licence and dated price. The table below assembles those five attributes for the late-August 2026 MoE releases plus a DeepSeek V4 Pro reference row, from each vendor's Hugging Face model card, official announcement, and live pricing surface — every price labelled by where it applies and when it was listed.
| Model | Total params | Active params | Context | Licence | Price in / out per 1M (surface, date) | Released |
|---|---|---|---|---|---|---|
| August 2026 releases | ||||||
| Tencent Hy4 preview | 770B | 49B | 1,048,576 (OpenRouter) | Apache-2.0 | $0.834 / $2.501 (OpenRouter, listed Aug 28, 2026) | Aug 28, 2026 |
| GLM-5.3 (full) | 753B | Not published on the model card* | 1M | Bespoke "GLM-5.3 License" | $1.40 / $4.40 (Z.ai API, Aug 2026) | API Aug 14 · weights Aug 28 |
| GLM-5.3-Flash | 320B | 18B | 1,310,720 (OpenRouter · provider-dependent) | MIT | $0.075 / $0.25 promo to Sep 9; $0.15 / $0.50 list, already live on :batch (OpenRouter, Aug 2026) | Aug 26, 2026 |
| Qwen3.8-Flash-Next (open weights) | 125B backbone† | 6B | 262,144 native · 1M via YaRN | qwen-community-1.0 | Weights only — no API price | Aug 26, 2026 |
| Qwen3.8-Flash (hosted API) | Undisclosed | Undisclosed | 1M by default | Vendor hosted terms | $0.15 / $0.47 (OpenRouter, Aug 2026) | ~Aug 26, 2026 |
| Reference row · April 2026 | ||||||
| DeepSeek V4 Pro | 1.6T | 49B | 1M | Not located | $0.435 / $0.87 (OpenRouter, Aug 2026) | Apr 24, 2026 |
* GLM-5.3's Hugging Face card does not publish an active-parameter count; secondary sources report a figure around 40B, but the card itself is silent. That silence is a data point in its own right — a major vendor shipping 753B open weights without stating the one number this post argues matters most. † Qwen3.8-Flash-Next's 125B is the backbone figure; NVIDIA's developer blog counts the same checkpoint at 176B once a 51B N-gram embedding table and a 4B multi-token-prediction module are included. "Total parameters" is not counted uniformly across vendors — the table uses backbone totals throughout because that is how Hy4 and GLM report theirs.
Two more caveats keep this table honest. Qwen3.8-Flash-Next (the open weights) and Qwen3.8-Flash (the hosted API) are different, separately documented artifacts that share most of a name — the hosted model's internals are undisclosed, so its parameter cells stay marked Undisclosed rather than inheriting the sibling's. The weights and the hosted API are not the same Qwen3.8-Flash — our sister post covers that split in full. And context-window cells reflect a specific serving surface: GLM-5.3-Flash's 1,310,720 tokens is one OpenRouter provider's ceiling, not a fixed property of the model.
03 — Price SpreadSame active count, double the price.
If active parameters drove price directly, two models with the same activation count would cost about the same to use. August 2026 supplies a clean natural experiment: DeepSeek V4 Pro and Tencent's Hy4 preview both activate exactly 49 billion parameters per token. On OpenRouter in August 2026, V4 Pro lists at $0.435 per million input tokens; Hy4 preview, listed August 28, 2026, at $0.834 — roughly 1.9x — and the output gap is wider still, $0.87 against $2.501, about 2.9x. Identical activation, nearly triple the output rate.
List input price per 1M tokens · similar-scale MoE models
Source: OpenRouter listings and Z.ai API pricing, August 2026; Hy4 preview listed Aug 28, 2026Widen the frame and the correlation gets worse. GLM-5.3 — a 753B-total model in the same size class, whose card does not publish an activation count — lists at $1.40 in and $4.40 out on Z.ai's API in August 2026: more than 3x V4 Pro's input rate and about 5x its output rate. Per active billion, the two models where the number is published diverge sharply — V4 Pro's input rate works out to roughly $0.009 per million tokens per active billion (0.435 ÷ 49), Hy4's to roughly $0.017 (0.834 ÷ 49). Same numerator logic, same denominator, double the unit price.
The interpretation is the point of this post: the active-parameter count sets a vendor's cost floor, not its price. What a listed rate actually reflects is serving efficiency, margin strategy, subsidy appetite, and how badly the vendor wants developer attention that month.
04 — Memory FloorTotal parameters set the memory floor you still pay for.
The flip side of the activation discount is the part spec sheets whisper: every routed expert must be resident in memory whether or not it fires. Compute scales with active parameters; memory scales with total parameters. Hugging Face's original MoE explainer makes the canonical case — a sparse model built from eight roughly 7-billion-parameter experts needs enough VRAM to hold a dense 47B model, even though each token's compute resembles a ~12B dense model.
Hold 47B, compute like 12B
Hugging Face's MoE explainer: eight ~7B experts require the VRAM of a dense 47B model, while per-token inference costs roughly what a 12B dense model costs. Memory and compute part ways.
GPT-OSS-20B at BF16
A deployment-centric analysis on arXiv found GPT-OSS-20B needs about 42GB of VRAM for BF16 weights alone — despite activating only ~3.61B of its 20.9B parameters per token.
3.61B of 20.9B fire per token
The memory floor tracks the 20.9B total, not the 3.61B active count. Sizing hardware to the active figure instead of the total is a real and reported buying mistake.
Scale that mistake up to the August releases and it stops being academic. Hy4 preview's 49B active count reads like something a modest cluster could serve — but 770B total parameters (plus a 10B-parameter multi-token-prediction layer the card lists on top of the headline figure) must sit in memory before the first token routes anywhere. The gap between the number that sets your speed and the number that sets your hardware bill can exceed an order of magnitude for the same model. We priced this out end to end for a 1.5TB checkpoint in the real hardware cost of holding a trillion-parameter model — the cost model there applies unchanged to every row in the table above, so this post will not rebuild it.
05 — QualityActivation count does not predict quality.
The strongest evidence that activation count says nothing about output quality comes, usefully, from a vendor arguing its own book. Alibaba's model card for Qwen3.8-Flash-Next — a 6B-active model — publishes a benchmark table pitting it directly against Claude Opus 4.6. The comparison is Alibaba's own: Alibaba chose the benchmarks, ran the evaluations, and picked the frontier model to stand next to. It is not an independent audit, and the numbers below should be read with that label attached.
| Benchmark (Alibaba's selection) | Qwen3.8-Flash-Next (6B active) | Claude Opus 4.6 |
|---|---|---|
| SWE-bench Pro | 62.5 | 53.4 |
| GPQA Diamond | 91.7 | 91.3 |
| IFBench | 81.3 | 62.5 |
| LiveCodeBench v6 | 91.9 | 88.8 |
| ClawEval-MM (vision-language) | 60.4 | 54.7 |
| AndroidWorld (vision-language) | 84.5 | 62.0 |
Discount the table however heavily you like — vendor-selected benchmarks deserve heavy discounting — and the structural point survives: a lab was willing to publish, under its own name, a comparison in which a 6B-active model meets or beats a frontier model across six chosen benchmarks. If activation count predicted quality, that table could not exist even as marketing. Alibaba's own card also frames the model as "an experimental preview of the architecture that will underpin Qwen4" — a preview artifact, not a flagship, which makes the 6B activation figure more striking, not less.
Tencent, for its part, published its own internal evaluation of Hy4 preview against competing models — a vendor-run, vendor-graded exercise with no external audit, which is why this reference reports its existence rather than its numbers. The pattern to internalize: quality claims travel with evaluation methodology, and neither travels with the parameter table. Run your own evals on your own workload; read activation counts for cost, and only cost.
06 — Licence & ContextLicence and context follow the vendor, not the parameters.
Nothing in a parameter count tells you what you are legally allowed to do with the weights, and August 2026 made that vivid: those four open-weight releases shipped under four different licence regimes, with no correlation to size in either direction.
Tencent Hy4 preview
The largest model of the week carries the most permissive licence — plain Apache-2.0, confirmed verbatim in the repo's LICENSE file. Open-sourced simultaneously on Hugging Face, ModelScope, GitCode and CNB.
GLM-5.3 License
A change from GLM-5.2's plain MIT: operators whose aggregate revenue with affiliates exceeds $10 billion over any trailing 12 months must pass Z.ai's security review before commercial use, per The New Stack's reporting.
GLM-5.3-Flash
The same vendor, two days earlier, shipped its smaller sibling under plain MIT — a deliberate divergence from the flagship's bespoke terms. Same lab, same week, opposite licensing philosophy by tier.
qwen-community-1.0
Qwen3.8-Flash-Next ships under a community licence that is neither Apache-2.0 nor MIT. The smallest model of the week carries neither the most open nor the most restrictive terms — no size correlation at all.
Context windows are equally uncoupled from parameters. Hy4 preview's OpenRouter listing shows 1,048,576 tokens; 18B-active GLM-5.3-Flash shows an even larger 1,310,720 on one provider; and 6B-active Qwen3.8-Flash-Next is 262,144 native, reaching 1M only via a manual YaRN configuration step — while its hosted sibling gets 1M by default. Context is an engineering and serving decision, not a size dividend. For the licence side in depth, how we read licences across 30 open-weight models is the companion reference.
07 — Pricing SurfacesOne model, three live prices.
Even after you have the right model and the right numbers, "the price" is not one number — it is a surface and a date. GLM-5.3-Flash is the cleanest example in circulation, with three legitimate prices live simultaneously in the week of its launch.
The framing around that price is also worth labelling. Z.ai presents GLM-5.3-Flash as priced at roughly one-tenth of full GLM-5.3's API rate — arithmetic that roughly holds against list prices ($0.15/$0.50 versus $1.40/$4.40), but it is the vendor's own marketing comparison, not an audited ratio, and it quietly uses the post-promo list number. Meanwhile the hosted Qwen3.8-Flash lists at $0.15/$0.47 on OpenRouter in August 2026 — essentially GLM-5.3-Flash's list rate — despite the open sibling carrying one-third the active parameters (6B versus 18B). Activation counts do not set street prices even within the budget tier. GLM-5.3-Flash's launch pricing and promo window have their own write-up in our Ox Alpha reveal coverage.
08 — Decision MatrixHow to read a 2026 spec sheet, in order.
Put the sections together and a reading order falls out — four questions, each answered by a different line of the spec sheet, none answered by the line vendors put in the headline.
Estimating per-token economics
Read the active-parameter count — it tracks serving cost, throughput, and the hot working set. Then check the listed price anyway: identical 49B-active models spanned a ~2x input rate in August 2026.
Self-hosting or on-prem plans
Read the total-parameter count and budget memory for all of it — every expert must be resident whether or not it fires. Check whether the total even includes embedding and MTP modules; vendors count differently.
Will it do your work well?
No parameter tells you. Vendor benchmark tables are the vendor's own selection — useful directionally, never dispositive. Run your own evals on your own prompts before routing production traffic.
What you may ship
Read the LICENSE file, not the parameter table. August 2026 alone spanned Apache-2.0, plain MIT, a bespoke revenue-thresholded licence, and a community licence — uncorrelated with model size.
Looking forward, the reporting gaps in this post are more likely to widen than close. GLM-5.3 shipped 753B open weights without publishing an activation count; Qwen's own checkpoint is quoted at two different totals depending on who is counting; hosted siblings disclose nothing at all. Expect spec sheets to get less comparable before they get more comparable, and expect price to keep decoupling from both numbers as serving stacks and subsidy strategies diverge.
For teams building on these models, the practical posture is the one this reference is built around: keep a dated, surface-labelled table of the models you actually route to, and re-verify it when a promo window closes or a licence changes. If you want help standing that discipline up — model selection, eval design, cost tracking across providers — that is exactly what our AI transformation engagements cover.
09 — ConclusionOne number for cost, one for memory, neither for quality.
Active parameters price the token. Total parameters price the hardware. Nothing on the sheet prices the quality.
A 770-billion-parameter model can be cheap to run because only 49 billion of those parameters do any work per token — that is the entire mechanism, and it is why the active-parameter line is the first thing worth reading on any 2026 MoE spec sheet. It predicts per-token cost, throughput, and the hot working set and nothing else.
The August releases supplied every counter-example a buyer needs: two models with identical 49B activation counts roughly 2x apart on input price, a 6B-active preview model out-benchmarking a frontier model on its vendor's own chosen tests, four licence regimes uncorrelated with size, one vendor declining to publish the activation number at all, and one checkpoint with two defensible total-parameter counts depending on what gets counted.
Treat the spec sheet as four separate questions with four separate answers — active parameters for token economics, total parameters for hardware, your own evals for quality, the LICENSE file for what you may ship — and label every price with a surface and a date. The vendors will not standardize this for you; the discipline has to live on your side of the table.