Tencent released the full Hunyuan Hy3 open-weight reasoning model on July 6, 2026 — a 295-billion-parameter Mixture-of-Experts that activates just 21 billion parameters per forward pass, shipped under Apache 2.0 with no field-of-use or geographic restrictions. The headline for most coverage was a benchmark race. The headline that actually matters for teams evaluating self-hosting is that Hy3 runs in under half the memory of the rival it is measured against.
The comparison target is GLM-5.2, the roughly 744B-parameter open model from Z.ai that has owned the open-weight coding benchmarks since mid-June. On Tencent’s own appendix, GLM-5.2 still wins the agentic coding suite. What Hy3 offers instead is a specific trade: leadership on agentic search, tool orchestration and long-context retrieval among open models, at a sub-300GB FP8 footprint that fits a single serving node rather than an eight-GPU cluster.
This guide covers what shipped, the license reversal that makes Hy3 usable at all in Europe, the architecture and deployment math, an honest benchmark scorecard against GLM-5.2, and where the numbers deserve skepticism. Every performance figure below is Tencent-reported unless stated otherwise — independent third-party verification had not been published as of writing, and we label the vendor claims plainly throughout.
- 01Full Hy3 shipped July 6, 2026 under Apache 2.0.A 295B-parameter MoE with 21B active per token, released with open weights and a permissive license carrying no geographic or field-of-use limits. This reverses April's restrictive preview terms.
- 02The license reversal is arguably the bigger story.April's Hy3 preview shipped under a restrictive community license that explicitly excluded the EU, UK and South Korea. The July Apache 2.0 release removes that entirely — the detail that decides whether Hy3 is usable at all for a European team.
- 03It concedes coding benchmarks to GLM-5.2.On Tencent's own appendix, GLM-5.2 leads the agentic coding suite: SWE-bench Verified 84.2 vs 78.0, DeepSWE 46.2 vs 28.0. Do not read the shorthand 'wins everywhere except coding' as a clean sweep of everything else.
- 04It leads the open field on agentic search and tool use.Tencent's tables put Hy3 ahead of other open models on BrowseComp (84.2), DeepSearchQA (91.0), MCP-Atlas tool orchestration (79.1) and AA-LCR long-context retrieval (73.4) — competitive with, not necessarily beating, the closed frontier.
- 05The real advantage is deployment economics.Hy3's FP8 weights sit under 300GB against GLM-5.2's ~744GB — less than half the memory, roughly half the active-parameter compute per request, and a single node versus an 8x H200 cluster as the practical minimum.
01 — What ShippedA full release, not another preview.
Tencent’s Hunyuan team published the complete Hy3 model on July 6, 2026, framing it in the company newsroom as the culmination of a “full model-development loop in less than six months” that ran from a February 2026 architecture rebuild through the July release. The weights went up on Hugging Face as tencent/Hy3, with distribution promised across third-party developer platforms including OpenRouter, Cline, OpenCode and Cherry Studio.
Hy3 is a pure reasoning and agentic language model. It is worth stating plainly because the name invites confusion: there is no image or video product called Hy3, and the earlier April preview was also a text LLM, not a media model. Everything discussed here is a single 295B MoE optimized for coding, tool-calling, reasoning and 256K long-context work.
Tencent Hy3
The July 6 open-weight MoE. Apache 2.0, 256K native context, a 3.8B Multi-Token Prediction layer for faster decoding, and Tencent-reported leadership among open models on agentic search and tool use.
Z.ai GLM-5.2
The mid-June open model Hy3 is benchmarked against. More than double Hy3's total size and roughly double the active-parameter compute per token — and, on Tencent's own tables, still ahead across the agentic coding suite.
tencent/Hy3 under the Apache 2.0 license. It is a 295B-parameter Mixture-of-Experts with 21B active parameters, a separate 3.8B Multi-Token Prediction layer, and a 256K native context window. Full-precision weights total 598GB; the FP8-quantized build is 300GB. All benchmark figures published alongside the release are Tencent-reported.02 — LicensingThe Apache 2.0 reversal that makes Hy3 usable in Europe.
For a European agency’s audience, the license is the detail that changes whether Hy3 is on the table at all. The April 23, 2026 Hy3 preview shipped under a restrictive “Tencent Hy Community License Agreement” that explicitly excluded the EU, UK and South Korea from its usage terms. The July full release drops that entirely: Apache 2.0, no field-of-use clause, no geographic carve-out.
That reversal reframes the whole release. When developers reacted on launch day, the license change — not the benchmark scores — was widely treated as the real headline; some argued Tencent had joined the top tier of open-source labs, while others held that GLM-5.2 remained the best currently usable open-weight model in practice. Both can be true. A model you can legally deploy without a regional exclusion is categorically more useful to a Bratislava or London team than one you cannot, whatever the leaderboard says.
This is the pattern worth watching across the Chinese open-weight cluster in 2026. Permissive licensing has become a competitive lever in its own right, not an afterthought — a way to buy developer adoption and platform distribution that a restrictive license forecloses. For the practical mechanics of running these models in-house, our open-weight self-hosting decision guide walks through the license-then-hardware sequence Hy3 now fits cleanly into.
03 — ArchitectureInside the 295B Mixture-of-Experts.
Hy3 is a sparsely activated MoE. Of the 295 billion total parameters, only 21 billion fire on any given token — the model routes each token through 8 of 192 experts (top-8 routing) across an 80-layer transformer with a 4096 hidden size and grouped-query attention using 64 attention heads to 8 key-value heads. That sparsity is the whole economic argument: frontier-scale capacity, a fraction of the per-token compute.
A separate 3.8B-parameter Multi-Token Prediction layer predicts several tokens at once for faster decoding and is compatible with vLLM and SGLang speculative decoding, so the throughput gains are available in the mainstream serving stacks rather than a bespoke runtime. Native context is 256K tokens; note that OpenRouter lists the model at 262K, a platform-side rounding and overhead figure rather than a separate capability.
Active of 295B total
Top-8 routing across 192 experts means roughly 7% of the parameter count activates per token. This is what lets a 295B model serve at a compute cost closer to a mid-size dense model.
Transformer depth
An 80-layer stack with 4096 hidden size and grouped-query attention (64 attention heads to 8 KV heads). GQA keeps the KV cache tractable, which matters directly for the 256K context window.
Multi-Token Prediction
A dedicated layer predicting several tokens at once for speculative decoding, compatible with vLLM and SGLang. Faster decoding without leaving standard serving infrastructure.
04 — Deployment EconomicsThe number that actually decides adoption: memory.
Here is the concrete own-your-stack argument. GLM-5.2’s FP8 weights consume roughly 744GB, which makes an 8x H200 node the practical minimum for production serving. Hy3’s FP8 footprint is under 300GB — less than half the memory, with roughly half the active-parameter compute per request. That is the difference between provisioning one serving node and standing up an eight-GPU cluster, and it compounds across every replica you run.
Tencent’s recommended serving configuration targets Nvidia’s H20-3e — the memory-boosted, export-compliant variant of the H20 built for the China market — with no mention of Huawei or Ascend chips in the deployment guide, unlike GLM-5.2’s. For teams outside China the specific SKU matters less than the headline: the model was engineered to fit commodity single-node memory budgets, which is exactly the constraint that governs whether self-hosting pencils out.
Deployment footprint · Hy3 vs GLM-5.2
Source: Tencent appendix via VentureBeat coverage (vendor-reported)The framing to hold onto is that Hy3 does not win the benchmark race outright and does not need to. If self-hosting economics are your binding constraint — and for most brands evaluating on-prem or sovereign deployment, they are — a model that delivers competitive agentic performance at 40% of the memory changes the build-versus-buy math more than a few points of coding benchmark ever would. For the hardware side of that same calculation, our breakdown of the hardware reality of self-hosting a 744B model is the direct counterpoint to Hy3’s lighter footprint.
05 — The Coding Trade-offWhat Hy3 gives up to GLM-5.2.
Be precise about the headline. The shorthand circulating on launch day — that Hy3 “wins everywhere except coding” — overstates it. On Tencent’s own benchmark appendix, GLM-5.2 leads essentially the entire agentic coding suite, and by wide margins in places. Hy3’s strength is not a clean sweep of everything non-coding; it is a specific lead on agentic search, tool-use and long-context workloads, which we cover in the next section. The scorecard below pairs the deployment math with the head-to-head coding deltas so both sit in one glance.
| Metric | Hy3 | GLM-5.2 | Edge |
|---|---|---|---|
| Deployment economics | |||
| Total parameters | 295B | ~744B | GLM ~2.5x larger |
| Active params / token | 21B | ~40B | GLM ~1.9x |
| FP8 footprint | <300GB | ~744GB | Hy3 ~2.5x lighter |
| Min. practical hardware | Single node (H20-3e) | 8x H200 node | Hy3 · 1 node |
| Agentic coding suite — Tencent-reported | |||
| SWE-bench Verified | 78.0 | 84.2 | GLM +6.2 |
| SWE-bench Multilingual | 75.8 | 83.0 | GLM +7.2 |
| Terminal-Bench 2.1 | 71.7 | 81 | GLM +9.3 |
| DeepSWE | 28.0 | 46.2 | GLM +18.2 |
The DeepSWE gap in particular — 46.2 to 28.0 — is not close, and it is worth reading before anyone routes a coding agent to Hy3 on the strength of the launch buzz. If competitive coding performance is your primary requirement, GLM-5.2 remains the open model to beat, and our roundup of matching open-weight coding models to hardware is the better starting point than Hy3. Read the full head-to-head in GLM-5.2’s own benchmark numbers.
06 — Where Hy3 LeadsAgentic search, tool use and long context.
This is where the trade pays off. On Tencent’s tables Hy3 leads every open model on agentic-search and tool-orchestration workloads, and is described as competitive with — not necessarily beating — Claude Opus 4.8 and GPT-5.5 on some of them. The bars below are the Tencent-reported scores that define Hy3’s actual strength profile. Treat them as vendor claims pending independent confirmation, but note that they map cleanly onto the model’s design emphasis: cost-effective agentic use.
Hy3 agentic & reasoning scores · Tencent-reported
Source: Tencent appendix via VentureBeat / MarkTechPost (vendor-reported)The design intent shows in the training principles too. Tencent describes Hy3’s reliability objective in terms an agentic builder should appreciate: answer only from evidence, and say so when there is none. That is exactly the failure mode — confident fabrication mid-tool-chain — that breaks long-horizon agent runs in production.
"Answering only when there is evidence, and clearly stating when there is no evidence, to prevent confusion of information sources and data fabrication"— Tencent Hy Team, Hy3 model card training principle
07 — ReliabilityDramatic reliability gains — all self-reported.
Tencent reports large reliability improvements from the April preview to the July release. On its internal evaluations the hallucination rate fell from 12.5% to 5.4%, the commonsense error rate from 25.4% to 12.7%, and the multi-turn issue rate from 17.4% to 7.9%, while the score on the open MRCR long-dialogue benchmark rose from 42.9% to 75.1%. If those hold up, they describe a materially more dependable model for multi-step agent work.
The caveat is unavoidable and Tencent’s own coverage flags it: these are internal, self-reported measurements. Between the April preview and the July release, Tencent says it gathered feedback from more than 50 product teams and scaled up its post-training pipeline with higher-quality data — a plausible mechanism for the gains, but not independent evidence of them. We repeat the numbers because they are the vendor’s stated claims, not because they have been confirmed.
08 — Access & PricingWeights, hosted routes and a free window.
The open weights are on Hugging Face as tencent/Hy3— 598GB at full precision, 300GB quantized to FP8 — for on-prem, fine-tuning or sovereign deployment. For hosted access, Tencent said Hy3 would be progressively rolled out across global developer platforms including OpenRouter, Cline, OpenCode and Cherry Studio. Nous Research made it free on its Nous Portal for two weeks from July 6 for “cost-effective agentic use,” and OpenCode added free access the same week.
Pricing needs a caveat. OpenRouter routes tencent/hy3across multiple hosting providers at different rates, and the figures shifted as a free-tier promotion phased in and out. Listed routes ranged around $0.06–$0.20 per million input tokens and $0.21–$0.80 per million output at launch coverage, with individual routes listing figures such as $0.14 in / $0.58 out per million and a 262K context window. A free tier (tencent/hy3:free) was also available on OpenRouter, scheduled to end July 21, 2026. Do not treat any single figure as definitive — re-check the live listing at the moment you provision.
Hugging Face weights
For on-prem, fine-tuning, quantization and sovereignty-bound workloads. Apache 2.0 means no field-of-use or geographic restriction on production use.
OpenRouter & partners
Progressive rollout across OpenRouter, Cline, OpenCode, Cherry Studio and others. A free tier ran through July 21, 2026. Re-check live pricing before you commit — routes vary by provider.
09 — ImplicationsWhat this means for your team.
Hy3 does not create a new category — it lands in an already crowded Chinese open-weight cluster alongside GLM-5.2, DeepSeek-V4 and Kimi K2. What it adds is a specific combination: Apache 2.0 licensing plus a sub-300GB FP8 footprint plus a genuine lead on agentic search and tool use. The decision tree below maps that profile to real workload classes rather than a single verdict.
Tool-heavy open agents
Hy3's leading open-model scores on BrowseComp, MCP-Atlas and long-context retrieval, at under half GLM-5.2's memory, make it a serious candidate for self-hosted agentic search and orchestration. Benchmark on your own tasks first — the numbers are vendor-reported.
Agentic coding suites
GLM-5.2 leads Hy3 across SWE-bench Verified, Multilingual, Terminal-Bench and DeepSWE on Tencent's own tables — DeepSWE by a wide 46.2-to-28.0 margin. If coding is the primary requirement, stay with the stronger coder.
On-prem, license-constrained
Apache 2.0 with no geographic carve-out plus a single-node footprint makes Hy3 deployable where the April preview and heavier models were not. For EU/UK teams this is the decisive change.
Multi-model architecture
Route agentic-search and long-context tasks to Hy3 for cost efficiency, keep GLM-5.2 for hard coding, and reserve closed frontier for the workloads where verified quality outranks price. Decide per task class, not per headline.
Looking forward, the signal in this release is not Hy3’s benchmark line — it is the direction of travel. Two of the strongest open-weight labs are now competing on deployment economics and permissive licensing as hard as on raw capability, which is precisely the axis that determines whether a brand can own its AI stack rather than rent it. Expect the next wave of releases to keep pushing footprint down and license terms open, because that is what wins adoption when the top of the leaderboard is a crowded field. Deciding which of these models to actually run is the kind of comparative evaluation our AI transformation engagements start with.
10 — ConclusionA deployment story wearing a benchmark headline.
The license and the footprint matter more than the leaderboard.
Hunyuan Hy3 is a genuinely useful release, but not for the reason the launch-day benchmark race implied. It concedes the agentic coding suite to GLM-5.2 on Tencent’s own numbers, and it arrives with every performance figure still vendor-reported and unverified by any independent third party. Read the scorecard with that in mind.
What is unambiguous is the deployment math and the license. A 295B model that leads the open field on agentic search and tool use, runs in under 300GB of FP8 memory, and ships under Apache 2.0 with no geographic exclusion is a materially different proposition for a European team than April’s restricted preview or a 744GB rival. The trade is explicit — less coding capability, far less memory, no license friction.
The broader move is the one to watch. When the best open labs compete on footprint and licensing as hard as on capability, owning your AI stack stops being a sovereignty luxury and starts being an economic default. Hy3 will not be the model that settles that shift, but it is a clear marker of the direction — and the right response is the unglamorous one: run your own evals on the workloads you care about, and let the numbers, not the headline, decide.