Tencent has spent 2026 turning its Hunyuan lab into a serious open-weight contender. On August 28, 2026, the company released Hy4 preview, a 770-billion-parameter mixture-of-experts model published under the Apache 2.0 license on the same day it launched, with 49 billion parameters active per token and a native 1-million-token context window.
Tencent’s benchmark appendix lines Hy4 preview up against the current frontier field: DeepSeek V4 Pro 0813, Qwen 3.8 Max, GLM 5.3, Kimi K3, GPT-5.6 Sol, and Claude Opus 5. The numbers tell a nuanced story, one of genuine open-weight gains alongside claims that no independent lab has reproduced yet. Here is the full Tencent Hy4 preview breakdown, plus what the benchmarks do and do not prove.
What Is Tencent Hy4 Preview?
Hy4 preview is the next-generation flagship of Tencent’s Hunyuan (“Hy”) model line, developed by the in-house Tencent Hy Team in Shenzhen. It is a sparse mixture-of-experts transformer: 78 layers, with one dense feed-forward layer followed by 77 MoE layers, each routing across 256 experts plus one shared expert with only the top 8 activated per token.
Attention uses a gated variant of DeepSeek-style sparse attention with an index cache, and the model ships with a built-in multi-token prediction layer for faster speculative decoding.
A few specifications define what the model is for:
- Total parameters: 770 billion, with 49 billion active per token
- Context window: 1,048,576 tokens (1 million), four times its predecessor
- Modality: text in, text out only, no vision
- License: Apache 2.0, with BF16 (~1.56TB) and FP8 weights on Hugging Face, ModelScope, GitCode, and CNB
- Serving: day-zero vLLM and SGLang support, plus hosted API access
- Reasoning: on by default, with a no-think opt-out route
- Architecture details: Gated DeepSeek Sparse Attention with a cross-layer index cache, and four parallel residual streams for training stability at depth
- Deployment weight: roughly 1.56TB of BF16 weights, or 753GB-plus in the FP8 quantized build
- Ecosystem: Tencent’s CodeBuddy and WorkBuddy coding assistants run on the same Hunyuan line
- Evidence status: all benchmark figures remain vendor-reported pending independent reproduction

Tencent positions Hy4 preview as a “preview” release, with the full Hy4 model expected later. How should readers interpret “preview” in practice? It signals that both capability and pricing remain in flux, and that today’s benchmark snapshot may not represent the model developers will actually deploy against. That framing matters for two reasons. First, benchmark scores recorded on preview weights may shift again when the finalized model ships. Second, releasing preview weights under a permissive license is a deliberate strategy: it gets developers building on the Hy4 generation now, months before a finalized release, mirroring how Alibaba and Zhipu have treated recent community builds.
Hy3 vs Hy4 Preview: What Changed
Hy3 arrived on July 6, 2026 with 295 billion total parameters, 21 billion active, and a 256K context window. Hy4 preview roughly doubles active capacity, multiplies total parameters by about 2.6, and quadruples the context window, all within seven weeks. The schedule is the story: this is not a lab resting on a flagship for a year, but shipping a measurable leap every few weeks.
| Specification | Hy3 | Hy4 preview |
|---|---|---|
| Released | July 6, 2026 | August 28, 2026 |
| Total parameters | 295B | 770B |
| Active parameters | 21B | 49B |
| Context window | 256K tokens | 1M tokens |
| License | Apache 2.0 | Apache 2.0 |
| Modality | Text only | Text only |
The capability gap is wider than the spec gap. On Tencent’s own table, the largest generational gains land on long-horizon agentic tasks: DeepSWE jumps from 28.0 to 64.3, SWE-Marathon from 5.0 to 31.9, and MathArena Apex 2025 from 38.7 to 74.2. According to the Tencent Hy Team’s model card, the leap reflects both a stronger pre-training recipe and a substantially larger post-training run.
The table below isolates that generational leap. It compares Hy3 against Hy4 preview on every benchmark Tencent published, with no rival models mixed in, so the scale of the jump is easy to read row by row.
| Benchmark | Hy3 | Hy4 preview | Change |
|---|---|---|---|
| SWE-bench Multilingual | 75.8 | 82.9 | +7.1 |
| SWE-bench Pro | 57.9 | 65.7 | +7.8 |
| DeepSWE | 28.0 | 64.3 | +36.3 |
| SWE Atlas: Codebase Q&A | 30.8 | 64.0 | +33.2 |
| SWE Atlas: Test Writing | 35.9 | 57.8 | +21.9 |
| SWE Atlas: Refactoring | 32.9 | 53.3 | +20.4 |
| SWE-Marathon | 5.0 | 31.9 | +26.9 |
| Terminal-Bench 2.1 | 70.8 | 85.4 | +14.6 |
| NL2Repo-Bench | 45.6 | 58.9 | +13.3 |
| CyberGym | 51.8 | 78.4 | +26.6 |
| ProgramBench | 3.0 | 17.5 | +14.5 |
| PostTrainBench V1.1 | 14.5 | 35.6 | +21.1 |
| Harbor-Index | 15.6 | 39.6 | +24.0 |
| Hy-Backend 2.0 (internal) | 26.2 | 35.2 | +9.0 |
| Hy-SWE Max Verified (internal) | 49.0 | 64.2 | +15.2 |
| Hy-CompanyBench V2 (internal) | 29.8 | 62.4 | +32.6 |
| WideSearch | 81.9 | 83.9 | +2.0 |
| OneMillionBench (with tools) | 51.5 | 65.4 | +13.9 |
| DRACO | 65.2 | 77.2 | +12.0 |
| Hy-LifeSearch (internal) | 38.9 | 49.2 | +10.3 |
| Hy-BrowseComp-Pro2 (internal) | 55.0 | 56.1 | +1.1 |
| OfficeQA Pro | 54.1 | 66.2 | +12.1 |
| MCP-Atlas (public) | 75.0 | 83.7 | +8.7 |
| Toolathlon-Verified | 56.2 | 74.1 | +17.9 |
| APEX-Agents (pass@1) | 24.4 | 37.1 | +12.7 |
| SkillsBench (79, text-only) | 55.3 | 62.9 | +7.6 |
| JobBench | 34.6 | 61.7 | +27.1 |
| WorkspaceBench | 58.2 | 60.2 | +2.0 |
| Agents’ Last Exam (ALE-CLI) | 17.1 | 22.8 | +5.7 |
| GDPval-AA V2 (Elo, official) | 1213 | 1678 | +465 |
| AutomationBench (v1.0.6) | 16.1 | 32.1 | +16.0 |
| BankerToolBench | 68.8 | 78.6 | +9.8 |
| E-Bench (internal) | 48.5 | 77.1 | +28.6 |
| E-Bench-Code (internal) | 64.4 | 79.0 | +14.6 |
| Hy-FinAgentBench (internal) | 69.5 | 79.7 | +10.2 |
| Hy-FinmodelBench v2 (internal) | 28.6 | 57.0 | +28.4 |
| BioMysteryBench | 54.9 | 71.3 | +16.4 |
| HLE (with tools, text-only) | 51.9 | 55.4 | +3.5 |
| CritPt (official) | 4.9 | 16.9 | +12.0 |
| GPQA Diamond | 90.9 | 92.3 | +1.4 |
| HLE (no tools, text-only) | 34.4 | 43.4 | +9.0 |
| SUPERChem | 52.6 | 66.4 | +13.8 |
| ArXivMath | 51.7 | 66.6 | +14.9 |
| HorizonMath (pass@4) | 3.5 | 8.8 | +5.3 |
| MathArena Apex 2025 | 38.7 | 74.2 | +35.5 |
| BrokenArXiv | 26.7 | 54.6 | +27.9 |
Hy4 Preview vs the Frontier: The Full Benchmark Breakdown
Tencent published more than 40 benchmark rows spanning agentic coding, agentic search, working-agent tasks, STEM agents, and pure reasoning. The tables below split that appendix by task family so each one fits the page, and they drop the Hy3 column, since the generational comparison already has its own table above. One provenance note before the tables: values marked with an asterisk were reproduced by Tencent on its own evaluation setup rather than taken from the benchmark developer, which makes them vendor-controlled comparisons, not neutral third-party results.
“Stronger pre-training and a substantially larger post-training run compound into another step change in capability: the largest generation-over-generation gain we’ve measured.”
Tencent Hy Team, Hy4 preview model card
Agentic Coding
| Benchmark | Hy4 preview | DeepSeek V4 Pro 0813 | Qwen 3.8 Max | GLM 5.3 | Kimi K3 | GPT 5.6 Sol | Claude Opus 5 |
|---|---|---|---|---|---|---|---|
| SWE-bench Multilingual | 82.9 | 77.3* | 82.6* | 81.3* | 80.8* | 74.1* | 89.5/85.8* |
| SWE-bench Pro | 65.7 | 60.3* | 67.7/61.6* | 64.6* | 63.3* | 64.6/60.5* | 79.2/79.9* |
| DeepSWE | 64.3 | 62.7/58.8* | 56.6/55.6* | 66.9/68.1* | 67.5/74.0* | 72.7/68.9* | 68.8/74.7* |
| SWE Atlas: Codebase Q&A | 64.0 | 53.4* | 55.4* | 55.8* | 35.2* | 58.1* | 57.5* |
| SWE Atlas: Test Writing | 57.8 | 45.6* | 52.8* | 49.6* | 35.6* | 49.6* | 68.7* |
| SWE Atlas: Refactoring | 53.3 | 48.6* | 51.0* | 51.9* | 37.4* | 52.4* | 60.0* |
| SWE-Marathon | 31.9 | 19.0* | 31.0* | 42.5/35.6* | 42/44.4* | 42.5/35.9* | 50.0/48.0* |
| Terminal-Bench 2.1 | 85.4 | 87.9/80.3* | 86.6/85.8* | 88.2/88.3* | 88.3/85.7* | 88.8/88.3* | 86.7/85.4* |
| NL2Repo-Bench | 58.9 | 61.5/54.4* | 55.9/58.0* | 58.0/56.1* | 58.0/58.3* | 56.8* | 75.3* |
| CyberGym | 78.4 | 83.3/80.3* | 78.5/78.5* | 84.5/83.0* | 80.0 | 83.6 | n/a |
| ProgramBench | 17.5 | 15.5* | 17.5* | 18.0* | 24.5* | 25.0* | 39.5* |
| PostTrainBench V1.1 | 35.6 | 24.5* | n/a | 33.2* | 32.0* | 36.2 | 35.0 |
| Harbor-Index | 39.6 | 36.9* | 38.8* | 42.5* | n/a | 46.3* | 56.9* |
| Hy-Backend 2.0 (internal) | 35.2 | 33.8* | 34.9* | 41.9* | 37.9* | 49.6* | 40.3* |
| Hy-SWE Max Verified (internal) | 64.2 | 65.7* | 65.2* | 67.2* | 65.6* | 69.8* | 70.1* |
| Hy-CompanyBench V2 (internal) | 62.4 | 64.4* | 63.3* | 64.5* | 63.3* | 70.6* | 72.7* |
Agentic Search
| Benchmark | Hy4 preview | DeepSeek V4 Pro 0813 | Qwen 3.8 Max | GLM 5.3 | Kimi K3 | GPT 5.6 Sol | Claude Opus 5 |
|---|---|---|---|---|---|---|---|
| WideSearch | 83.9 | 81.8* | 81.9/81.1* | 83.2* | 81.0* | 86.3* | 84.0* |
| OneMillionBench (with tools) | 65.4 | 62.0* | 63.1* | 64.5* | 63.5* | 67.1* | 68.1* |
| DRACO | 77.2 | 77.3* | 76.4* | 78.1* | 77.5* | 77.7* | 88.6/79.2* |
| Hy-LifeSearch (internal) | 49.2 | 46.9* | 47.5* | 49.2* | 45.8* | 63.4* | 56.1* |
| Hy-BrowseComp-Pro2 (internal) | 56.1 | 46.5* | 46.7* | 48.4* | 58.1* | 56.4* | 61.3* |
Working Agent
| Benchmark | Hy4 preview | DeepSeek V4 Pro 0813 | Qwen 3.8 Max | GLM 5.3 | Kimi K3 | GPT 5.6 Sol | Claude Opus 5 |
|---|---|---|---|---|---|---|---|
| OfficeQA Pro | 66.2 | 65.4* | 65.4* | 66.2* | 65.4* | 65.4* | 66.9/66.9* |
| MCP-Atlas (public) | 83.7 | 82.5* | 81.9* | 81.9* | 84.2/82.8* | 82.5* | 85.7* |
| Toolathlon-Verified | 74.1 | 74.1/70.1* | 72.5/69.1* | 73.0/73.8* | 76.5/74.7* | 73.2* | 76.5* |
| APEX-Agents (pass@1) | 37.1 | 32.4* | 34.0* | 38.1* | 41.0/37.2* | 39.9/37.9* | 41.8* |
| SkillsBench (79, text-only) | 62.9 | 65.0* | 66.7* | 63.3* | 51.9* | 62.5* | 63.7* |
| JobBench | 61.7 | 54.1* | 53.0/52.2* | 58.2* | 54.3/54.7* | 45.4/46.8* | 68.0* |
| WorkspaceBench | 60.2 | 65.4* | 67.7/66.9* | 68.2* | 65.0* | 65.3* | 75.0* |
| Agents’ Last Exam (ALE-CLI) | 22.8 | 21.9* | 25.4* | 23.8* | 23.2* | 27.6* | 25.1* |
| GDPval-AA V2 (Elo, official) | 1678 | 1580 | 1717 | 1763 | 1675 | 1711 | 1831 |
| AutomationBench (v1.0.6) | 32.1 | 30.4* | 39.8/41.1* | 48.2/49.4* | 46.7/45.5* | 45.8/39.9* | 48.7* |
| BankerToolBench | 78.6 | 73.1* | 74.7* | 77.8* | 73.5* | 79.0* | 81.9* |
| E-Bench (internal) | 77.1 | 61.3* | 66.8* | 71.4* | 73.8* | 80.6* | 77.8* |
| E-Bench-Code (internal) | 79.0 | 64.3* | 67.1* | 66.5* | 77.6* | 83.3* | 82.7* |
| Hy-FinAgentBench (internal) | 79.7 | 78.5* | 77.2* | 80.4* | 78.5* | 83.0* | 82.0* |
| Hy-FinmodelBench v2 (internal) | 57.0 | 51.3* | 52.5* | 57.8* | 52.4* | 65.3* | 66.0* |
STEM and Reasoning
| Benchmark | Hy4 preview | DeepSeek V4 Pro 0813 | Qwen 3.8 Max | GLM 5.3 | Kimi K3 | GPT 5.6 Sol | Claude Opus 5 |
|---|---|---|---|---|---|---|---|
| BioMysteryBench | 71.3 | 61.6* | 58.9* | 69.0* | 61.3* | 73.1* | 72.1* |
| HLE (with tools, text-only) | 55.4 | 60.0/55.8* | 56.2/54.1* | 62.5/54.3* | 57.0* | 60.2* | 60.9* |
| CritPt (official) | 16.9 | 18.0 | 20.0 | 19.1 | 23.4 | 32.3 | 29.1 |
| GPQA Diamond | 92.3 | 92.8/91.7* | 92.6/92.2* | 91.7/91.4* | 93.5/92.8* | 94.1/94.7* | 93.7/93.3* |
| HLE (no tools, text-only) | 43.4 | 42.7/40.5* | 43.6/41.5* | 42.3 | 46.9/46.6* | 49.5/49.6* | 54.9/53.2* |
| SUPERChem | 66.4 | 62.0* | 61.9* | 58.5* | 66.9* | 73.6* | 76.7* |
| ArXivMath | 66.6 | 62.1* | 67.1* | n/a | 60.8* | 79.5* | 71.5* |
| HorizonMath (pass@4) | 8.8 | 4.42* | 5.31* | n/a | 7.08* | 10.62* | 5.3* |
| MathArena Apex 2025 | 74.2 | 66.3* | 72.8* | n/a | 68.4* | 90.0* | 91.4* |
| BrokenArXiv | 54.6 | 43.1* | 42.7* | n/a | 56.3* | 64.4* | 77.7* |
A row-by-row audit of the tables shows where the “beats the frontier” framing holds and where it breaks down:
- Where Hy4 preview leads: it posts the top open-model score on the SWE Atlas coding trio (64.0 Q&A, 57.8 test writing, 53.3 refactoring), JobBench (61.7), BioMysteryBench (71.3), and internal search benchmarks, and it edges GPT-5.6 Sol on SWE-bench Pro (65.7 vs 64.6) and SWE Atlas Refactoring (53.3 vs 52.4) in Tencent’s re-runs.
- Where it roughly ties: Terminal-Bench 2.1 at 85.4 sits in a statistical dead heat with the entire frontier cluster (GLM 5.3 at 88.2, Kimi K3 at 88.3, GPT-5.6 Sol at 88.8 on reported figures), and GPQA Diamond at 92.3 is within a point of every rival.
- Where it trails: SWE-Marathon (31.9 vs 42.5 for GLM 5.3 and Kimi K3, 50.0 for Claude Opus 5), CritPt (16.9 vs 23.4 for Kimi K3 and 32.3 for GPT-5.6 Sol), MathArena Apex 2025 (74.2 vs 90.0+ for the closed leaders), AutomationBench (32.1 vs 48.2 for GLM 5.3), WorkspaceBench (60.2 vs 68.2+), and GDPval-AA Elo (1678 vs 1763 for GLM 5.3 and 1831 for Claude Opus 5).
- Where the closed frontier stays dominant: Claude Opus 5 holds large margins on SWE-bench Pro (79.2 vs 65.7), NL2Repo-Bench (75.3 vs 58.9), ProgramBench (39.5 vs 17.5), and BrokenArXiv (77.7 vs 54.6).
- Where agentic search is a dead heat: WideSearch, OneMillionBench, and DRACO all fall within a few points across the entire field, making the agentic search tier the least differentiated category in Tencent’s appendix.
- Where internal benchmarks favor the home team: Hy-SWE Max Verified, Hy-CompanyBench V2, and Hy-Backend 2.0 are Tencent-designed tasks; GLM 5.3 and GPT-5.6 Sol outscore Hy4 preview on all three, a result worth weighing when interpreting home-field advantage.
For context on the comparison models, Intelligent Living has covered the Qwen3.8 Max update in depth, along with the DeepSeek V4.1 Flash vs GLM 5.3 Flash matchup that defines the open-model price war Hy4 preview is entering.
Pricing and Availability: Where to Try Hy4 Preview
Like much of the Chinese AI field, Tencent is competing on price as much as capability, a pattern visible everywhere from budget releases like Qwen3.8-Flash to full flagships. Hy4 preview API access runs through Tencent Cloud TokenHub (priced in yuan at 6 per million input tokens, 18 per million output, 0.3 per million cache hits) and through OpenRouter, where the listed rates convert to roughly:
| Model | Input (per 1M tokens) | Output (per 1M tokens) | Context |
|---|---|---|---|
| Hy4 preview | $0.834 | $2.501 | 1M |
| Hy3 (OpenRouter) | $0.18 | $0.60 | 256K |
| GLM 5.3 | $1.40 | $4.40 | 1M |
| Kimi K3 (reported) | about $3.00 | about $15.00 | varies |
Access options break down as follows:
- Hosted API: Tencent Cloud TokenHub endpoints (China and US regions) and the Hy4 preview listing on OpenRouter, at $0.834 per million input tokens, $2.501 per million output, and $0.042 per million cache reads
- Consumer products: bundled inside Tencent’s WorkBuddy, CodeBuddy, Yuanbao, and ima apps, with two weeks of free access at launch
- Self-hosting: BF16 and FP8 weights on Hugging Face, ModelScope, GitCode, and CNB, with day-zero support merged into the vLLM serving library plus an official SGLang image
- Legacy access: Tencent extended free use of Hy3 through September 30, 2026
- Sampling defaults: official guidance is temperature 0.9 and top_p 1.0, with reasoning on by default and a documented opt-out route that differs between self-hosted and TokenHub endpoints
- Tooling: the release notes list Cline, OpenCode Go, and Vercel AI Gateway among tools supporting the model from day one
Self-hosting is where the open license meets hardware reality. The BF16 checkpoint spans roughly 1.56TB, and even the FP8 build requires more than 753GB of weight storage plus an 8-GPU node to serve, which puts local deployment firmly in data-center territory. Teams without that footprint will route through hosted API endpoints instead, which is where the pricing table above becomes the deciding factor.

The pricing pattern also fits a broader trend: Chinese labs consistently undercut Western frontier APIs while publishing open weights, a strategy we examined in our analysis of why Chinese AI models are so much cheaper than offerings from OpenAI and Anthropic.
The Verification Gap: What the Benchmarks Do Not Prove
Here is the part most coverage skips. Every number in Tencent’s comparison table is vendor-reported, run on Tencent’s own evaluation setup, and unreproduced by any independent lab. Asterisked competitor scores are Tencent’s own re-runs of rival models, meaning the comparison is only as trustworthy as Tencent’s harness.
The headline blind evaluation, which scored Hy4 preview 2.99 out of 4.00 against GLM 5.3’s 2.92 and Kimi K3’s 2.94, used 163 internal Tencent experts rating outputs on 203 internal engineering tasks, and margins that narrow could plausibly flip on a differently sampled task set.
Sorting the claims by evidence quality gives a clearer picture. Three tiers matter, from independently checkable evidence down to numbers that exist only on Tencent’s own slide decks:
Why does this distinction matter in practice? Because infrastructure teams making deployment decisions this month cannot wait for peer review; they need to know which claims carry independent corroboration and which rest on vendor documentation alone.
- Independently corroborated: OpenRouter pricing listings, the merged vLLM pull request (#54160) enabling day-zero serving, the downloadable Apache 2.0 weights themselves, and a LMArena Code Arena WebDev placement of roughly #5 overall (about 1633 points, #3 among open models) that jumped from Hy3’s #31 overall spot
- Vendor-reported only: all 40-plus benchmark rows, the internal blind evaluation, and Tencent’s claim that Hy4 preview optimized parts of its own training and inference stack, boosting end-to-end throughput 31.8%
- Not yet rated: the Artificial Analysis Intelligence Index, the closest thing the industry has to a neutral cross-lab scoreboard, had no published Hy4 preview entry as of early September 2026, with an independent evaluation listed as forthcoming

Tencent is also candid about weaknesses in its own model card: Hy4 preview spends longer than necessary reasoning through complex tasks and tends to over-verify its own work, traits that inflate token costs exactly where agentic workloads get expensive. The HLE numbers reinforce the pattern, since Hy4 preview scores 55.4 with tools but 43.4 without, one of the widest tool-dependency gaps in the field.
That candor cuts both ways, because naming known flaws reads as transparency while simultaneously lowering expectations for what preview weights can deliver. There is a genuine tension in the release narrative worth naming: Tencent describes the model contributing to its own training and inference optimization, a recursive self-improvement claim, while simultaneously publishing benchmark tables that no external party has reproduced. The arena placement suggests the coding gains are real, but anyone choosing a model on Tencent’s benchmark table alone is reading a vendor’s scorecard, not an audit.
Why Hy4 Preview Matters for Open-Weight AI
Evidence quality aside, the release is significant for three reasons that have little to do with any single leaderboard position. Each speaks to how the open-weight ecosystem is evolving, rather than to where Hy4 preview ranks this month.
The license is genuinely permissive. Apache 2.0 ships without the revenue thresholds, monthly-active-user caps, or model-as-a-service carve-outs attached to several rival community licenses, making Hy4 preview one of the least-restricted open-weight flagships of the season. For builders, license fine print matters as much as benchmark scores, and the permissive terms directly enable the self-hosting ecosystem described earlier in this article.
Open models are openly iterating on each other. Hy4 preview’s attention mechanism adapts DeepSeek’s sparse attention design, and Tencent’s model card credits DeepSeek and GLM as inspirations. The Chinese open-weight ecosystem compounds: architectures published by one lab become the next lab’s foundation, which is precisely how open releases like Qwen 3.8’s 27B open model have ended up within striking distance of closed frontier systems.
The model reportedly helped build itself. Tencent states that Hy4 preview contributed to optimizing parts of its own training and inference systems, autonomously tuning operators and communication patterns to produce that 31.8% throughput gain. If verified, that kind of recursive self-improvement loop in an openly released model is a milestone worth watching independently of any leaderboard.
Frequently Asked Questions
Is Tencent Hy4 preview free to use?
API access is not free but is inexpensive: $0.834 per million input tokens and $2.501 per million output tokens via TokenHub or OpenRouter. One caveat on token budgets: because the model overthinks complex tasks by default, effective costs on agentic workloads can run higher than the headline per-token price suggests. Tencent offered two weeks of free access through WorkBuddy and CodeBuddy at launch, extended free Hy3 access through September 30, 2026, and self-hosting the open weights carries no license fee at all.
What license is Hy4 preview released under?
Apache 2.0, one of the most permissive open-source licenses available. Weights ship as BF16 and FP8 checkpoints on Hugging Face, ModelScope, GitCode, and CNB, with no revenue cap or user-count restriction.
Is Hy4 preview better than Kimi K3?
On Tencent’s own blind evaluation, yes, but barely: 2.99 out of 4.00 vs 2.94, with mixed head-to-head win rates. The published benchmark table shows a split picture, with Hy4 preview ahead on several agentic coding and search tasks but behind Kimi K3 on SWE-Marathon, CritPt, AutomationBench, and several working-agent benchmarks. Independent verification is pending.
Have independent labs verified the Hy4 preview benchmarks?
Not the benchmark table itself. All 40-plus rows are vendor-reported, and Artificial Analysis had not published an Intelligence Index score for the model as of early September 2026. The closest independent signal is a LMArena Code Arena WebDev placement of about #5 overall and #3 among open models.
What hardware do I need to run Hy4 preview locally?
An 8-GPU server node at minimum. The FP8 checkpoint alone exceeds 753GB of weights, and the BF16 build is roughly 1.56TB. Day-zero vLLM and SGLang images handle serving, with an Ascend NPU path also documented, but this is data-center hardware, not a workstation model, unlike lighter open-weight releases such as DeepSeek V3.2 built for local reasoning.
What are Hy4 preview’s known weaknesses?
Tencent’s own model card flags two: the model overthinks complex tasks, burning more tokens than necessary, and it tends to over-verify its own work, which compounds in agentic loops. It is also text-only, with no vision or audio support in this preview release.
Conclusion
On Tencent’s numbers, Hy4 preview is the strongest open-weight coding model China has produced, trading blows with Kimi K3, GLM 5.3, and DeepSeek V4 Pro while occasionally edging GPT-5.6 Sol, and it does so under a clean Apache 2.0 license at roughly a tenth of closed-frontier output pricing. The honest read is more measured: the capability claims remain vendor-reported, the biggest leads land on Tencent’s own internal benchmarks, and the model trails badly on long-horizon and elite reasoning tasks. The independent scoreboard is coming, from Artificial Analysis and from the open community now running the weights on their own hardware, where open models have already proven capable of rivaling far larger systems. When those results land, we will know whether Hy4 preview is genuinely frontier-class or merely frontier-priced.
