Tencent Releases Hy4 Preview Open Model Weights
Tencent released the Apache 2.0-licensed weights for Hy4 Preview on August 28, a 770 billion-parameter mixture-of-experts model that activates 49 billion parameters per token. Tencent's model card lists a 1 million-token context window, 78 layers, and a native multi-token-prediction layer for speculative decoding. TechNode reports that the preview is available through Tencent products and selected API channels.
Tencent released Hy4 Preview model weights on August 28, publishing an Apache 2.0-licensed 770 billion-parameter mixture-of-experts, or MoE, language model on Hugging Face. Tencent's model card states that the backbone activates 49 billion parameters per token, or about 6.4% of its total parameters, and supports a 1 million-token context window.
The release puts a very large sparse model into the open-weight ecosystem while retaining an active-parameter count closer to smaller frontier-scale MoE deployments. TechNode reports that Hy4 Preview is available through Tencent's WorkBuddy, CodeBuddy, Yuanbao, and ima products, with API access through Tencent Cloud TokenHub and OpenRouter.
Architecture and serving footprint
Tencent's Hugging Face documentation describes a 78-layer backbone. The first layer uses a dense feed-forward network; each of the remaining 77 layers contains 256 routed experts and one shared expert. For each token, the router selects the top eight routed experts alongside the shared expert.
The model card lists Gated DeepSeek Sparse Attention, or Gated DSA, with cross-layer sparse-index reuse, plus four residual streams. Tencent also includes a native multi-token-prediction, or MTP, layer with 10 billion total parameters and 0.7 billion activated parameters, intended for speculative decoding.
The distinction between total and activated parameters matters operationally, but it does not eliminate deployment costs. The vLLM Hy4 serving recipe lists a BF16 weight footprint of 1,848 GB and an MXFP8 footprint of 924 GB. Its reference configurations identify at least 16 NVIDIA B200 GPUs or eight B300 GPUs for BF16 weights plus KV cache. Long-context workloads add substantial KV-cache pressure beyond model-weight memory, a general constraint for models with million-token advertised windows.
Access, pricing, and preview status
According to Tencent Cloud International's August 28 FAQ, the API model ID is hy4-preview, with a 960,000-token maximum input and 64,000-token maximum output within the stated 1 million-token context budget. The same FAQ lists structured output, function calling, caching, and preserved-thinking capabilities.
TechNode reports API pricing of $0.834 per million input tokens and $2.501 per million output tokens, and reports that WorkBuddy and CodeBuddy are offering two weeks of free access. Tencent Cloud International characterizes the model as an early preview rather than a generally available production release, noting that pre-training and post-training remain subject to improvement.
For engineering teams, that status makes measured evaluation more useful than parameter-count comparisons. Teams evaluating comparable preview models commonly need workload-specific tests for tool-call validity, structured-output conformance, retrieval performance at long context, latency, and cost under realistic concurrency.
Reported evaluations
Tencent's model card describes Hy4 Preview as targeting software engineering, game development, finance analysis, and security-related productivity work. TechNode reports that, in an internal blind evaluation involving 163 experts and 203 engineering tasks, Hy4 Preview scored 2.99 out of four, versus 2.92 for GLM 5.3 and 2.94 for Kimi K3.
TechNode also reports Tencent's claim of a 31.8% end-to-end throughput increase versus a baseline after using the model to optimize parts of its training and inference systems. Those figures are internal results rather than independently reproduced benchmarks. External testing, especially across long-context and agentic coding workloads, remains necessary to establish how the model compares in production-like environments.
Key Points
- 1Hy4 Preview combines 770B total parameters with 49B active per token, making sparse routing central to its inference profile.
- 2Tencent publishes Apache 2.0 weights and a vLLM recipe, but BF16 deployment still requires multi-GPU infrastructure and KV-cache planning.
- 3Internal engineering-task results offer an initial comparison, while independent testing remains necessary for long-context and agentic production workloads.
Scoring Rationale
Hy4 Preview is a major open-weight MoE release with a 770B-parameter backbone, 49B active parameters, and a 1 million-token context claim. Its published weights, Apache 2.0 license, and documented vLLM deployment path make it directly relevant to teams evaluating large self-hosted language models, though benchmark results remain largely internal.
Sources
Primary source and supporting public references used for this report.
View 4 more sources
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems
