Skip to main content
Open-Weight ModelsTechnical Release· 4 min read· in Artificial Intelligence

Tencent Open-Sources 770-Billion Parameter Hy4 Preview Model for Enterprise AI

Tencent has released the preview version of its flagship Hunyuan Hy4 model under an Apache 2.0 license, offering a 770-billion parameter architecture designed for complex coding and document analysis.

By Viktoria Sokolova

Open-Source Developers 40%Enterprise Infrastructure Providers 35%AI Performance Analysts 25%
Open-Source Developers
Value the Apache 2.0 license and the ability to build custom enterprise agents.
Enterprise Infrastructure Providers
Focus on the massive hardware requirements and API deployment costs.
AI Performance Analysts
Evaluate the model strictly on its benchmark scores and coding capabilities.

Perspectives this story doesn't cover

  • Proprietary AI Labs
  • Hardware Manufacturers

Why this matters

The release of a 770-billion parameter model under an open-source license shifts the balance of power in enterprise AI, giving developers access to frontier-level capabilities without relying exclusively on proprietary APIs.

On August 28, 2026, Tencent's Hunyuan team released the preview version of its new flagship language model, Hy4, placing a 770-billion parameter system into the open-source ecosystem under an Apache 2.0 license. The model, which activates only 49 billion parameters per token through a Mixture-of-Experts (MoE) architecture, represents a massive leap from the company's previous releases and is explicitly designed for heavy productivity workloads rather than casual conversation.[2][3][5]

The sheer scale of Hy4 preview pushes the boundaries of what open-weight models can currently handle. It features a one-million token context window, allowing it to ingest entire codebases, massive datasets, or hundreds of financial documents in a single prompt. This marks a nearly fourfold increase in context capacity compared to the 256,000-token limit of the previous Hy3 generation, enabling the model to manage long-horizon tasks without losing track of early instructions.[2][4]

Under the hood, the model utilizes 78 layers to process information. The first layer uses a standard dense feed-forward network, while the remaining 77 layers employ the MoE design. Each of these MoE layers contains 256 routed experts and one always-active shared expert, with the system routing every token to the top eight most relevant experts. This sparse activation keeps computational costs manageable during inference by only using roughly 6 percent of the network at any given time.[1][4]

Hy4's MoE architecture activates only a fraction of its total parameters for each token.

Despite the efficient MoE routing, the 770-billion total parameter footprint means local deployment remains a significant hurdle. All 770 billion weights must reside in GPU memory simultaneously, meaning local hosting requires substantial enterprise hardware, such as a cluster of 16 B200 or 8 B300 GPUs. For most developers, this pushes the model out of the realm of local consumer hardware and into dedicated server racks or cloud-based API consumption.[1][2]

Despite the efficient MoE routing, the 770-billion total parameter footprint means local deployment remains a significant hurdle.

One of the most notable technical achievements of the Hy4 release is its role in its own development. According to technical documentation, Hy4 preview is the first Hunyuan model to actively participate in optimizing its own training pipeline and inference infrastructure. Rather than designing its own architecture from scratch, the model was used to independently locate and resolve bottlenecks in the reasoning system, achieving a measured 31.8 percent improvement in end-to-end throughput compared to the baseline.[1]

Tencent is positioning the model directly against the top tier of both open and closed-source competitors. In an internal blind evaluation involving 163 experts and 203 engineering tasks, Hy4 preview scored an average of 2.99 out of 4.00, edging out regional rivals like Kimi K3, which scored 2.94, and GLM-5.3, which scored 2.92. On public benchmarks, the model demonstrates strong competence in software engineering, hitting 85.4 points on Terminal-Bench 2.1 and 64.3 points on Deep-SWE.[3][4]

Hy4 preview scored slightly ahead of regional competitors in Tencent's internal blind evaluations.

For developers unable to host the massive model locally, Tencent has made Hy4 preview available through its Cloud TokenHub and third-party routers like OpenRouter. The API pricing is set aggressively at $0.834 per million input tokens and $2.501 per million output tokens. While this undercuts several proprietary models in the same capability class, it remains significantly more expensive than the previous Hy3 generation, reflecting the massive increase in parameter count and context capacity.[2][5]

Despite the open-weight release, Tencent has maintained strict safety alignments on the model. The official API versions and the weights available on Hugging Face include rigorous filtering, meaning the model is not an uncensored system for unrestricted generation. The focus remains squarely on enterprise utility, with Tencent integrating the model into its own internal product suite—including WorkBuddy and Hunyuan Assistant—for a 127-day validation cycle covering office workflows and long-context stability before the public release.[2][3]

The provided technical documentation and reviews from Miraflow AI and MindStudio do not contain direct quotations from Tencent executives regarding the release. However, the launch of Hy4 preview establishes a new baseline for what open-weight models can achieve in enterprise environments. As developers begin integrating the one-million token context window into agentic coding workflows and scientific research pipelines, the primary bottleneck shifts from model availability to hardware accessibility. The next verifiable milestone for the Hunyuan team is the transition from this preview build to a final production release, which will test whether the 31.8 percent throughput gains hold up under global API traffic.[1][3]

Viewpoints in depth

Open-Source Developers

Advocates who view the release as a major step forward for accessible frontier models.

For the open-source community, the release of a 770-billion parameter model under an Apache 2.0 license represents a significant democratization of AI capabilities. Developers argue that having access to the weights of a model with a one-million token context window allows for deep customization, fine-tuning, and integration into proprietary enterprise systems without sending sensitive data to third-party APIs. They view the MoE architecture as a necessary compromise that makes running such a massive model feasible, even if it still requires high-end server hardware.

Enterprise Infrastructure Providers

Hardware and cloud vendors focused on the massive compute requirements of the model.

Infrastructure providers emphasize the steep hardware barrier to entry for local deployment. While the model is technically open-source, hosting 770 billion parameters in memory requires millions of dollars in specialized hardware, such as clusters of B200 or B300 GPUs. From this perspective, the open-weight release is less about individual developers running the model on consumer hardware and more about enabling large enterprises and secondary cloud providers to stand up their own dedicated API endpoints, driving demand for high-end data center infrastructure.

AI Safety Researchers

Analysts monitoring the proliferation of highly capable open-weight models.

Safety researchers note that while Tencent has implemented strict NSFW filtering and safety alignments on the official weights, the sheer capability of a 770-billion parameter model introduces new variables into the open-source ecosystem. Because the model excels at agentic coding and complex reasoning, researchers are closely watching how it might be utilized in automated cyber-attacks or vulnerability discovery. They point out that open-weight models, once downloaded, can often be modified to bypass initial safety guardrails, making the release of frontier-scale systems a continuous subject of debate.

Key points

  • Tencent released the Hy4 preview model under an Apache 2.0 license on August 28, 2026.
  • The model features 770 billion total parameters but activates only 49 billion per token.
  • It supports a one-million token context window, designed for complex coding and document analysis.
  • Hy4 preview actively participated in optimizing its own training and inference infrastructure.

Sources

Source coverage

5 outlets

3 viewpoints surfaced

Open-Source Developers 40%Enterprise Infrastructure Providers 35%AI Performance Analysts 25%
  1. [1]Miraflow AIAI Performance Analysts

    Tencent Hy4 Preview Explained: Inside the 770B Open-Weight Model That Helped Train Itself

    Read on Miraflow AI
  2. [2]AirMore AIEnterprise Infrastructure Providers

    Hy4 Preview Review: Tencent Hunyuan 770B MoE, 1M Context, API, Local Hardware, and NSFW Limits

    Read on AirMore AI
  3. [3]AI Model InsightsAI Performance Analysts

    Tencent Hy4 Preview: 770B Open MoE, Agentic Benchmarks, and Where It Fits in 2026

    Read on AI Model Insights
  4. [4]MindStudioOpen-Source Developers

    Tencent Hy4 Preview: Full Specs and How It Stacks Up to GLM 5.3, Kimi K3

    Read on MindStudio
  5. [5]Fello AIOpen-Source Developers

    Tencent Hy4 Preview: 770B Open Weights, Specs and Price

    Read on Fello AI

Comments

Stay informed

Every angle. Every day.

Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.