Tencent's Hy3 Arrives: A 295B Open-Weight Agent Model That Rewrites the Deployment Economics of Chinese AI
Tencent has open-sourced Hunyuan Hy3, a 295-billion-parameter Mixture-of-Experts model under the Apache 2.0 license — and its combination of frontier-class agentic performance, a sub-300GB FP8 footprint, and zero geographic restrictions makes it the most practically deployable Chinese frontier model yet. Meanwhile, DeepSeek V4's official mid-July launch and legacy API retirement are forcing every developer using Chinese models to act now.
Wei Lian🇨🇳 China Desk LeadJul 13, 2026 9m readTencent's Hy3 Arrives: A 295B Open-Weight Agent Model That Rewrites the Deployment Economics of Chinese AI
On July 6, 2026, Tencent quietly dropped one of the most consequential open-weight releases of the year. Hunyuan Hy3 — a 295-billion-parameter Mixture-of-Experts model — went live on Hugging Face under the Apache 2.0 license, with no geographic restrictions, no field-of-use carve-outs, and a quantized FP8 variant that fits inside a single serving node. For a model at this parameter scale, that last detail alone is remarkable. It arrives at a moment when the Chinese open-weight ecosystem is already reshaping global developer infrastructure, and it does so with a deployment story that its larger rivals cannot match.
The timing is not accidental. DeepSeek V4 is simultaneously completing its transition from preview to official release in mid-July 2026, introducing a peak-hour pricing mechanism that doubles API costs during Beijing business hours and retiring legacy model identifiers on July 24, 2026. Together, these two developments define the current inflection point in China's AI export: the open-weight tier is getting more capable and more accessible, while the API tier is maturing into a utility-pricing model that demands developer attention.
What Hy3 Actually Is
Hy3 is the production release of a model that Tencent first previewed in April 2026 under a more restrictive community license. The April preview excluded the EU, UK, and South Korea from commercial use — a clause that generated significant friction in the developer community. The July 6 release removes all of that. The Hy3 model card on Hugging Face↗ confirms the Apache 2.0 license, and the GitHub repository↗ provides full deployment recipes for vLLM and SGLang.
The architecture is a sparse MoE with 192 experts, routing the top 8 per forward pass, yielding 21 billion active parameters per token. An additional 3.8 billion parameter Multi-Token Prediction (MTP) layer enables speculative decoding, which Tencent reports delivers a 40% improvement in inference efficiency over previous iterations. The context window is 256K tokens — shorter than the 1M-token windows now common among Chinese frontier models, but sufficient for the agentic and long-document workflows the model targets.
Key Technical Specifications
- Total parameters: 295B (MoE), with 21B active per forward pass
- MTP layer: 3.8B parameters for speculative decoding acceleration
- Context window: 256K tokens
- Architecture: 80 transformer layers, 192 experts (top-8 routing), 64 attention heads (GQA, 8 KV heads)
- License: Apache 2.0 — commercial use, fine-tuning, and redistribution permitted globally
- Formats: BF16 (full precision) and FP8 quantized; the Hy3-FP8 weights↗ require under 300GB VRAM
- Serving: vLLM and SGLang with MTP-enabled speculative decoding; AngelSlim toolkit for further compression
The FP8 footprint is the headline number for infrastructure teams. GLM-5.2, the current Chinese open-weight coding leader from Z.ai (Zhipu AI's rebranded entity), carries approximately 744 billion total parameters and requires roughly 744GB of VRAM — typically an 8×H200 cluster. Hy3's FP8 variant fits on a single H20-3e node. That is not a marginal difference; it is the difference between a model that enterprise teams can realistically self-host and one that requires dedicated multi-GPU infrastructure.
Benchmarks: Where Hy3 Wins and Where It Concedes
Tencent is unusually candid in its research documentation↗ about where Hy3 trails its competitors. On agentic coding benchmarks, GLM-5.2 retains a clear lead: SWE-bench Verified scores 84.2 for GLM-5.2 versus 78.0 for Hy3, and the gap widens on DeepSWE (46.2 vs 28.0). Tencent does not attempt to paper over this.
Where Hy3 makes its case is in agentic search, tool orchestration, and reasoning reliability:
- GPQA Diamond: 90.4 — competitive with frontier closed models
- BrowseComp: 84.2 — strong performance on web-grounded agentic search
- DeepSearchQA: 91.0 — long-context retrieval and synthesis
- Hallucination rate: reduced from 12.5% to 5.4% between preview and production release
- Multi-turn error rate: dropped from 17.4% to 7.9% through improved coreference resolution
In internal blind evaluations conducted with 270 professional developers, Hy3 scored 2.67/4 against GLM-5.1's 2.51/4, with particular strength in frontend development, CI/CD pipelines, and data storage tasks. The evaluation methodology is vendor-reported, and independent replication is ongoing, but the directional signal is consistent with what developers are reporting in community testing.
"Hy3 produces more compact, functional code than GLM-5.2 or DeepSeek-V4-Flash on the same dashboard task — roughly 575 lines versus more verbose outputs — while maintaining comparable feature coverage." — Developer testing thread on r/LLMDevs, July 2026
The practical implication is that Hy3 is not a coding specialist. It is a generalist agent model with strong reasoning and search capabilities, a manageable deployment footprint, and a license that removes the legal friction that has complicated enterprise adoption of Chinese models. For teams running document analysis, multi-step tool workflows, or agentic search pipelines, it is a serious option.
The Competitive Landscape: Where Hy3 Fits
China's open-weight ecosystem in July 2026 is stratified by use case rather than raw benchmark position. Understanding where Hy3 sits requires mapping the current field:
- GLM-5.2 (Z.ai / Zhipu AI): The current leader for agentic coding and long-horizon software engineering tasks. 744B total parameters, MIT license, trained on Huawei Ascend silicon. Requires significant infrastructure to self-host. API pricing via Z.ai is approximately $0.14/M input tokens at standard rates.
- DeepSeek V4-Pro: The dominant API-tier model for cost-sensitive coding and reasoning workloads. 1.6T total parameters, 49B active. Entering official release in mid-July 2026 with peak-hour pricing. Strong on math and code; the reference point for price-to-performance in the Chinese API market.
- Qwen3.7-Max (Alibaba Cloud): The flagship proprietary model from Alibaba, available API-only via Model Studio. Leads on multilingual tasks and agentic tool use at scale. Not open-weight at the flagship tier.
- Hunyuan Hy3 (Tencent): The new entrant. 295B total parameters, 21B active, Apache 2.0, sub-300GB FP8 footprint. Best-in-class deployment economics among Chinese frontier models. Trails GLM-5.2 on coding but leads on agentic search and reasoning reliability.
The key insight for global developers is that Hy3 occupies a gap that no other Chinese open-weight model currently fills: frontier-class agentic reasoning at a self-hosting cost that mid-sized engineering teams can actually absorb.
Tencent is not a newcomer to AI — the company has been running large-scale model infrastructure for years through its Yuanbao consumer product, CodeBuddy developer tool, and WorkBuddy enterprise platform. Hy3 is integrated across all three, giving it a production feedback loop that pure research labs lack. The Caixin Global report↗ on the launch notes that Tencent's internal enterprise applications report a 90% task-resolution rate using Hy3 in production agent workflows — a figure that, while vendor-reported, reflects real deployment at scale.
DeepSeek V4's Official Launch: What Developers Must Do Now
The Hy3 release is not the only time-sensitive development this week. DeepSeek is completing the official launch of DeepSeek V4 in mid-July 2026, and the transition carries a hard deadline that every developer using DeepSeek's API must act on.
The legacy model identifiers — `deepseek-chat` and `deepseek-reasoner` — will be permanently retired on July 24, 2026, at 15:59 UTC. After that date, any API call using these identifiers will fail. The migration path is straightforward: switch to `deepseek-v4-pro` or `deepseek-v4-flash`. But there is a subtlety: unlike the legacy `deepseek-reasoner` alias, which implicitly enabled chain-of-thought reasoning, the new identifiers require explicit configuration. Developers must add `extra_body={"thinking": {"type": "enabled"}}` to activate thinking mode, and should expect increased output token volume as a result.
The DeepSeek API documentation↗ and the ExplainX.ai breakdown↗ of the pricing structure both confirm the new peak-valley billing model:
DeepSeek V4 Peak-Hour Pricing (Beijing Time)
- Peak windows: 09:00–12:00 and 14:00–18:00 daily
- Peak surcharge: 2× the off-peak baseline rate
- deepseek-v4-pro output (peak): ¥12.00 per million tokens (vs ¥6.00 off-peak)
- deepseek-v4-flash output (peak): ¥4.00 per million tokens (vs ¥2.00 off-peak)
- Cache hit input (v4-pro, peak): ¥0.05 per million tokens (vs ¥0.025 off-peak)
- 24-hour email notice before any pricing adjustment; refund path available for users who opt out
The practical advice from TechNode's coverage↗ is consistent: shift batch jobs, dataset generation, and evaluation runs to off-peak hours. For latency-sensitive production workloads, the peak pricing is a cost increase that teams need to model into their infrastructure budgets.
How to Access Hy3 Today
For developers who want to evaluate Hy3 immediately, the access paths are well-established:
- Self-hosting: Download the BF16 weights↗ or the FP8-quantized variant↗ from Hugging Face. Deploy via vLLM or SGLang using the configuration recipes in the GitHub repository↗. The FP8 variant requires under 300GB VRAM — a single H20-3e node or equivalent.
- API via OpenRouter: The model is available at openrouter.ai/tencent/hy3↗ at approximately $0.14/M input tokens and $0.58/M output tokens. A free promotional tier was available through July 21, 2026.
- Tencent Cloud TokenHub: Direct API access through Tencent's own infrastructure, priced at approximately 1 yuan per million input tokens and 4 yuan per million output tokens with discounted rates for cached inputs.
- Reasoning effort control: Hy3 supports a `reasoning_effort` parameter (`no_think`, `low`, `high`) — route simple formatting or parsing tasks to `no_think` to minimize token consumption.
The VentureBeat analysis↗ frames Hy3 as winning "everywhere except coding" against GLM-5.2 — a characterisation that is broadly accurate and useful for routing decisions. Teams running mixed workloads that include both coding and agentic search should consider a split-routing architecture: GLM-5.2 or DeepSeek V4-Pro for software engineering tasks, Hy3 for document analysis, research synthesis, and tool-orchestration pipelines.
The Broader Signal
Tencent's decision to release Hy3 under Apache 2.0 with no geographic restrictions is a deliberate strategic move. The April preview's regional exclusions generated negative developer sentiment and limited adoption in key markets. The July production release corrects that. It also positions Tencent as a credible open-weight contributor at a moment when the Chinese government is reportedly discussing restrictions on overseas access to frontier model weights — a policy shift that, if enacted, would make the current window of open access more valuable in retrospect.
The combination of Hy3's deployment economics and DeepSeek V4's pricing maturation tells a coherent story about where China's AI export strategy is heading: open-weight releases that are genuinely usable by global developers, paired with API services that are transitioning from loss-leader pricing to sustainable utility models. Neither development is a surprise in isolation. Together, they mark a phase transition in how Chinese AI infrastructure integrates into the global developer stack.
For teams that have been watching from the sidelines, the practical calculus is now clear. The weights are available, the license is clean, the deployment path is documented, and the performance is competitive. The question is no longer whether Chinese open-weight models are worth evaluating — it is which workloads to route to which model, and how to structure that routing before DeepSeek's July 24 deadline forces the issue.
Links & Resources
External links — opens in a new tab

🇨🇳 China Desk Lead · Beijing, China
Reads the Mandarin sources first — DeepSeek, Qwen, Zhipu, and the rest.

Calculus I
by Richard Murdoch Montgomery
Limits, derivatives, integrals, and series — a first course in calculus with formal proofs, worked examples, and applications to physics and engineering.

A Treatise on English Law
by Richard Murdoch Montgomery
The common law tradition dissected — constitutional principles, tort, contract, equity, and the evolution of English jurisprudence.

Medical AI
by Richard Murdoch Montgomery
Machine learning in clinical medicine — diagnostic imaging, drug discovery, electronic health records, and the ethics of algorithmic care.

Random Matrix Theory in Ecological Systems
by Richard Murdoch Montgomery
Applying random matrix ensembles to species coexistence, trophic webs, and the stability of complex ecological networks.
Comments
Open discussion — no account needed. Be respectful.
More from Chinese Models Desk
MiniMax M3 Arrives: Can a 1M-Token Open Model from Shanghai Redefine the AI Stack?
A deep dive into MiniMax's new flagship open-weight model, M3. We explore its novel sparse attention architecture, 1M-token context, strong agentic benchmarks, and its bold challenge to both open-source rivals and proprietary giants like GPT-5.5 and Claude Opus 4.7.
Sophia ChenChina's AI Cambrian Explosion: Tencent and Meituan Unleash Competing Open-Weight Giants
In a dramatic week for Chinese AI, Tencent and Meituan have launched major new open-weight models — Hunyuan Hy3 and LongCat-2.0. One is a 295B enterprise all-rounder priced at $0.14/M tokens under Apache 2.0; the other is a 1.6-trillion-parameter coding specialist trained entirely on domestic Ascend chips, scoring 59.5 on SWE-bench Pro under an MIT license — and together they signal that China's AI race has entered a new, fiercer phase of domestic competition.
Wei LianBeijing Signals End to Open-Weight Era, Weighs Export Controls on Frontier AI
In a move that could reshape the global AI landscape, China’s Ministry of Commerce is exploring restrictions on overseas access to its most advanced models. The potential controls, discussed in private meetings with AI leaders like Alibaba and ByteDance, threaten to end a golden age of low-cost, high-performance Chinese models for developers worldwide.
Sophia Chen