AI DevelopmentDecision Matrix11 min readPublished August 28, 2026

Four open-weight releases · one spec-sheet number · what 49B active actually buys

Why a 770B-Parameter Model Can Be cheap to Run

Tencent's Hy4 preview is 770 billion parameters and still lists under $1 per million input tokens — $0.834 on OpenRouter, listed August 28, 2026 — because only 49 billion of those parameters run per token. This reference covers what the active-parameter number on a 2026 spec sheet actually predicts — cost, throughput, hot-weight VRAM — and the four things it cannot tell you.

DA
Digital Applied Team
Senior strategists · Published August 28, 2026
PublishedAug 28, 2026
Read time11 min
SourcesModel cards · OpenRouter
Hy4 preview active share
6.4%
49B of 770B per token
Same 49B active count
~2x
input-price gap, V4 Pro vs Hy4
Qwen3.8-Flash-Next
6B
active · vendor-benchmarked vs Opus 4.6
GPT-OSS-20B weights
~42GB
BF16 VRAM · only 3.6B active

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.

Key takeaways
  1. 01
    Active 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.
  2. 02
    Total 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.
  3. 03
    An 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.
  4. 04
    Vendors 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.
  5. 05
    Alibaba'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.

01The 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.

The defining sentence
"Model capacity depends on total parameters, but inference speed depends on active parameters." — Hugging Face, Mixture of Experts (MoEs) in Transformers, February 2026. One sentence, and nearly every buying decision that follows from a spec sheet hangs on which of the two numbers you are looking at.

02The 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.

Total parameters, active parameters, context window, licence, and price for Tencent Hy4 preview, GLM-5.3, GLM-5.3-Flash, Qwen3.8-Flash-Next, the hosted Qwen3.8-Flash, and DeepSeek V4 Pro, in August 2026, assembled from Hugging Face model cards, vendor announcements, and OpenRouter listings.
ModelTotal paramsActive paramsContextLicencePrice in / out per 1M (surface, date)Released
August 2026 releases
Tencent Hy4 preview770B49B1,048,576 (OpenRouter)Apache-2.0$0.834 / $2.501 (OpenRouter, listed Aug 28, 2026)Aug 28, 2026
GLM-5.3 (full)753BNot published on the model card*1MBespoke "GLM-5.3 License"$1.40 / $4.40 (Z.ai API, Aug 2026)API Aug 14 · weights Aug 28
GLM-5.3-Flash320B18B1,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†6B262,144 native · 1M via YaRNqwen-community-1.0Weights only — no API priceAug 26, 2026
Qwen3.8-Flash (hosted API)UndisclosedUndisclosed1M by defaultVendor hosted terms$0.15 / $0.47 (OpenRouter, Aug 2026)~Aug 26, 2026
Reference row · April 2026
DeepSeek V4 Pro1.6T49B1MNot 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.

03Price 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, 2026
DeepSeek V4 Pro1.6T total · 49B active · released Apr 24, 2026
$0.435
Hy4 preview770B total · 49B active · released Aug 28, 2026
$0.834
GLM-5.3 (full)753B total · active count not published on the card
$1.40

Widen 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.

04Memory 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.

The canonical example
Hold 47B, compute like 12B
47B

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.

huggingface.co/blog/moe
Measured at small scale
GPT-OSS-20B at BF16
~42GB

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.

arXiv:2508.16700
Active share
3.61B of 20.9B fire per token
17.3%

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.

Total sets the floor

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.

05QualityActivation 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.

Alibaba's own vendor-selected benchmark comparison of Qwen3.8-Flash-Next against Claude Opus 4.6, from the Qwen3.8-Flash-Next Hugging Face model card, August 2026.
Benchmark (Alibaba's selection)Qwen3.8-Flash-Next (6B active)Claude Opus 4.6
SWE-bench Pro62.553.4
GPQA Diamond91.791.3
IFBench81.362.5
LiveCodeBench v691.988.8
ClawEval-MM (vision-language)60.454.7
AndroidWorld (vision-language)84.562.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.

06Licence & 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.

Apache-2.0
Tencent Hy4 preview
770B total · 49B active

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.

huggingface.co/tencent/Hy4-preview
Bespoke
GLM-5.3 License
753B total · weights Aug 28, 2026

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.

Reported by The New Stack, Aug 28, 2026
MIT
GLM-5.3-Flash
320B total · 18B active

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.

huggingface.co/zai-org/GLM-5.3-Flash
Community
qwen-community-1.0
125B backbone · 6B active

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.

huggingface.co/Qwen/Qwen3.8-Flash-Next

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.

07Pricing 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.

Label every price
As of August 28, 2026, GLM-5.3-Flash has three concurrent prices on OpenRouter alone: a launch promo of $0.075/M input, $0.25/M output on the interactive surface, running until September 9, 2026; a list price of $0.15/M input, $0.50/M output that takes over after; and the :batch surface, which already charges the list rate today. A bare "$0.075" or a bare "$0.15" will each be wrong for some reader on some day — every price needs a surface and a date attached.

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.

08Decision 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.

Cost & speed
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.

Read active params
Hardware sizing
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.

Read total params
Quality
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.

Run your own evals
Legal & terms
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.

Read the licence

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.

09ConclusionOne number for cost, one for memory, neither for quality.

The spec-sheet rule, August 2026

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.

Make model economics legible

Spec sheets don't answer buying questions — disciplined reading does.

Our team helps businesses choose, benchmark, and operate frontier and open-weight models — pricing analysis, eval design, and multi-vendor routing grounded in the numbers vendors actually publish, delivered in days not quarters.

Free consultationExpert guidanceTailored solutions
What we work on

Model-economics engagements

  • Per-workload cost modelling — active params to invoice
  • Self-hosting feasibility against the memory floor
  • Own-corpus evals replacing vendor benchmark tables
  • Licence review across open-weight candidates
  • Multi-vendor routing with dated, surface-labelled pricing
FAQ · Active parameters

The questions we get every week.

Active parameters are the subset of a model's weights that actually runs for each token. Mixture-of-experts models store most of their capacity in routed expert blocks and send each token through only a few of them — Tencent's Hy4 preview, for example, routes every token through 8 of 256 experts plus one shared expert, so a 770B-total model activates 49B per token. Hugging Face's official MoE guide states the consequence in one sentence: model capacity depends on total parameters, but inference speed depends on active parameters. The active count is what per-token compute, throughput, and the hot-weight working set scale with, which is why it is the most economically meaningful line on a modern model spec sheet.
Related dispatches

Continue exploring model economics.