Chinese Models Desk
Chinese Models Desk

Tencent's Hunyuan Hy3 Is the Quiet Giant of China's Open-Weight Race

Tencent dropped Hunyuan Hy3 on July 6 — a 295-billion-parameter MoE model under Apache 2.0 with no regional restrictions, 90% agentic task resolution, and API pricing that undercuts GLM-5.2 by a factor of ten. While Kimi K3 grabbed the headlines, Hy3 may be the more practical bet for global developers.

ShareWhatsAppXFacebook

Tencent's Hunyuan Hy3 Is the Quiet Giant of China's Open-Weight Race

While the AI world spent the last two weeks fixating on Moonshot AI's record-breaking Kimi K3 weights drop, Tencent quietly shipped something that may matter more to the average developer: Hunyuan Hy3, a 295-billion-parameter Mixture-of-Experts model released on July 6 under a clean Apache 2.0 license with no geographic carve-outs, no distillation controversy, and API pricing that makes most of its Chinese competitors look expensive.

Hy3 isn't the biggest model in the room — Kimi K3's 2.8 trillion parameters will always win that headline. But size isn't the story here. Tencent's bet is that a well-engineered, efficiently sparse model with a permissive license and deep product integration can win the market that actually matters: the enterprise developer who needs something reliable, affordable, and globally deployable today.

"The transition from the Hy3 preview to the official release resulted in a 20–30% improvement in coding and agentic capabilities — and a task resolution rate of 90% on WorkBuddy, up from 72% in the preview period." — Tencent internal evaluation, via Pandaily

---

From Laggard to Contender: Tencent's AI Reinvention

To understand why Hy3 matters, you need to understand where Tencent was eighteen months ago. The company's Hunyuan model family had a reputation problem: technically competent but perpetually a step behind Alibaba's Qwen, ByteDance's Doubao, and the disruptive newcomer DeepSeek. Tencent's consumer chatbot Yuanbao was, for a period, running on DeepSeek's models rather than its own — a quiet admission that the internal team needed time to catch up.

That changed in 2025 when Tencent appointed Yao Shunyu as Chief AI Scientist and restructured its AI research organization around a single mandate: build a model family that could power every product in the Tencent ecosystem, from WeChat to enterprise cloud. The April 2026 Hy3 Preview was the first public signal that the strategy was working. The July 6 full release is the confirmation.

Hy3 is now the backbone of a surprisingly wide product surface:

  • Yuanbao, Tencent's consumer AI assistant, uses Hy3 for its agent functions — including natural-language document generation (PowerPoint, Word, Excel, PDF, HTML) and deep-search workflows
  • WorkBuddy, Tencent's enterprise productivity suite, runs Hy3 for multi-step workflow orchestration and automated script generation
  • CodeBuddy, the company's developer IDE assistant, uses Hy3 for code completion, review, and repository-scale refactoring
  • ima, Tencent's knowledge-base and long-form writing tool, and Marvis, its OS-level AI assistant for file management and diagnostics, are both Hy3-powered
  • Additional integrations span QQ Browser, Tencent News, WeGame, and Sogou Input

That breadth of internal deployment is itself a quality signal. When a model is running across hundreds of millions of daily active users in production, the reliability bar is different from a research release.

---

Under the Hood: Architecture and What Makes It Efficient

The official Tencent announcement describes Hy3 as a dense-MoE hybrid — a design choice that explains both its performance and its economics.

The MoE Design

Hy3 has 295 billion total parameters but activates only 21 billion per forward pass, using top-8 routing across 192 experts. This is the same fundamental efficiency trick that made DeepSeek-V3 famous: a massive knowledge capacity encoded in the full parameter space, but inference costs that track the active parameter count, not the total. The result is a model that behaves like a frontier-class system but costs a fraction of one to serve.

Tencent added a dedicated 3.8-billion-parameter Multi-Token Prediction (MTP) layer specifically to accelerate speculative decoding — a technique that lets the model predict multiple tokens simultaneously and verify them in parallel, boosting throughput without sacrificing quality. The model is optimized for vLLM and SGLang, the two most widely used open-source serving stacks, and an FP8-quantized variant is available on Hugging Face for teams that want to reduce the memory footprint for self-hosting.

Context and Reasoning Modes

The 256K-token context window puts Hy3 in the same tier as GLM-5.2 and well above most Western models at this price point. More interesting is the three-mode reasoning API: developers can set `reasoning_effort` to `no_think` for direct, low-latency responses, `think_low` for light chain-of-thought, or `think_high` for deep reasoning on complex tasks. This isn't just a UX nicety — it's a cost-control mechanism that lets teams tune per-request spend based on task complexity.

The ability to dial reasoning depth per API call is a practical feature that most frontier models still don't offer cleanly. For high-volume agentic pipelines, the difference between `no_think` and `think_high` can mean a 5–10x cost swing on the same task.

---

Benchmarks: Where Hy3 Wins and Where It Doesn't

The honest picture from the Hy3 vs GLM-5.2 comparison and independent developer analysis is that Hy3 is not the best Chinese open-weight model at everything — but it leads in the categories that matter most for agentic deployment.

Where Hy3 Leads

  • MCP-Atlas (agentic orchestration): 79.1% — the highest score for any open-weight model at time of release
  • BrowseComp (agentic search): 84.2%
  • DeepSearchQA: 91.0%
  • GPQA Diamond (general reasoning): 90.4%
  • SWE-bench Verified: 78.0%
  • Hallucination rate: 5.4%, down from 12.5% in the April preview — a significant reliability improvement for production use

Where GLM-5.2 Still Leads

  • SWE-bench Verified: GLM-5.2 scores 84.2% vs Hy3's 78.0%
  • SWE-bench Multilingual: 83.0% vs 75.8%
  • DeepSWE: 46.2% vs 28.0%

The pattern is clear: if your primary use case is deep repository-scale coding — the kind of task where a model needs to hold an entire codebase in context and reason about it — GLM-5.2 from Zhipu AI remains the stronger choice. But for agentic orchestration, search-augmented workflows, and general enterprise productivity, Hy3 is competitive or better, at a fraction of the cost.

---

The Licensing Advantage: Apache 2.0 Without Asterisks

This is where Hy3 makes its clearest case for global adoption. The April 2026 preview shipped with geographic restrictions that excluded the EU, UK, and South Korea — a common pattern in Chinese open-weight releases that creates real friction for international enterprise teams. The July 6 full release dropped all of those restrictions.

Apache 2.0 means:

  • Commercial use is unrestricted, globally
  • Derivative works and fine-tuning are permitted without royalty
  • No geographic carve-outs or field-of-use limitations
  • No requirement to open-source modifications

For a European startup, a South Korean enterprise, or a US developer who wants to fine-tune and redistribute, this is a materially different proposition from models that ship with custom licenses or regional exclusions. The weights are available on Hugging Face, ModelScope, GitCode, and CNB — and the model is also accessible via OpenRouter for teams that want to test it without self-hosting.

---

Pricing: The Number That Changes the Conversation

The developer guide puts Tencent Cloud's TokenHub pricing at approximately 1 RMB (~$0.14) per million input tokens and 4 RMB (~$0.55) per million output tokens, with a cache-hit tier at 0.25 RMB per million tokens. Compare that to GLM-5.2 at roughly $1.40 per million input tokens — a 10x price difference for a model that, on most agentic benchmarks, performs comparably or better.

For high-volume production workloads — the kind of agentic pipeline that processes millions of tokens per day — that gap is not academic. It's the difference between a viable unit economics model and one that requires significant subsidy.

Internal Tencent testing found that Hy3 processed the same agentic tasks with roughly 47% fewer tokens than GLM-5.2, compounding the cost advantage further. The combination of lower per-token pricing and higher token efficiency means real-world cost savings can exceed the headline 10x figure for certain workloads.

---

What This Means for Developers and Enterprises

The practical takeaway from Hy3's release is that the Chinese open-weight landscape now has a genuinely enterprise-ready option from a company with the infrastructure and product integration to back it up.

How to Try It

  • API access: Via Tencent Cloud TokenHub — supports OpenAI-compatible endpoints, making migration from existing setups straightforward
  • Self-hosting: Download weights from Hugging Face; FP8-quantized variant available for reduced memory footprint; optimized for vLLM and SGLang on 8-GPU H20-class configurations
  • OpenRouter: Available at openrouter.ai/tencent/hy3:free for zero-friction testing
  • License: Apache 2.0, no geographic restrictions, commercial use permitted

Who Should Pay Attention

  • Agentic workflow builders who need reliable multi-step task execution at scale — Hy3's 90% WorkBuddy task resolution rate and MCP-Atlas leadership make it a strong candidate
  • Enterprise teams in the EU, UK, or South Korea who were blocked by the preview's geographic restrictions — the full release removes those barriers
  • Cost-sensitive production deployments where GLM-5.2's coding superiority isn't worth the 10x price premium
  • Teams already using OpenAI-compatible APIs — Hy3's endpoint compatibility means minimal migration friction

---

The Bigger Picture: Tencent's Ecosystem Play

Hy3 is not just a model release — it's Tencent's declaration that it has rebuilt its AI foundation from the ground up and is ready to compete on its own terms. The company that was quietly running DeepSeek's models in Yuanbao eighteen months ago is now shipping a frontier-class open-weight model that powers everything from a consumer chatbot to an enterprise coding assistant to an OS-level AI agent.

The competitive dynamics in China's AI market are shifting. DeepSeek set the efficiency standard; Moonshot AI grabbed the open-weight size record with Kimi K3; Alibaba's Qwen owns the open-source developer mindshare. Tencent's answer is to compete on the axis that its platform scale uniquely enables: deep product integration, production-grade reliability, and pricing that reflects the economics of a company that can amortize model costs across hundreds of millions of users.

For global developers, the message is straightforward: the Chinese open-weight ecosystem now includes a well-resourced, enterprise-grade option with a clean license, competitive benchmarks, and pricing that makes the math work. Whether Hy3 becomes the default choice for agentic workloads will depend on how quickly the developer community builds tooling and trust around it — but the technical and commercial foundation is there.

The quiet giant has arrived.

#Tencent#Hunyuan Hy3#China AI#Open-Weight#MoE#Agentic AI#Apache 2.0#Developer Tools#API Pricing#Coding AI
Sophia Chen
Sophia Chen

🇨🇦 China Desk Correspondent · Toronto, Canada

Bridges the East–West gap — what China’s models mean for everyone else.

Comments

Open discussion — no account needed. Be respectful.

0/4000
Loading comments…

More from Chinese Models Desk

DeepSeek Halts Its $1.5B Fundraise After Founder's Candid Investor Remarks Go Viral

DeepSeek has paused its second financing round — targeting a $71 billion valuation — after leaked transcripts of founder Liang Wenfeng's private investor briefing spread across Chinese social media, exposing candid admissions about Nvidia dependence and the compute gap with the US. The episode reveals the tension at the heart of China's AI moment: world-class models built on constrained infrastructure, now navigating the pressures of public capital markets.

Wei LianWei Lian
Jul 26, 2026 11m