Hy3 Makes Price Part of the Eval
Tencent's Hy3 release is most interesting as a cost-and-workflow bet: open weights, long context, and cheap routing matter only if agents stay reliable outside Tencent's own evals.
AI-powered · Limited to 20 requests per hour

Tencent Hy's Hy3 post introduces the model as a follow-up to Hy3 preview, saying the team gathered feedback from more than 50 products, scaled up post-training, and improved reasoning, agentic, and long-context behavior. My read is that the announcement is not really about one more leaderboard. It is about whether a cheaper open model can become useful enough to sit inside everyday agent stacks.
That distinction matters. A model can look good in a launch post and still fail the moment it has to call tools, keep context straight, preserve output formats, and survive a messy coding or document workflow. Hy3's strongest claim is not that it beats every frontier model. It is that Tencent may have found a cost and reliability point where many teams would rather route more work through a smaller active footprint than reserve everything for the most expensive model on the board.
Answer Snapshot
| Question | My read |
|---|---|
| What happened? | Tencent released Hy3, linked it from OpenRouter, GitHub, Hugging Face, ModelScope, and AtomGit, and framed it as a stronger agent and productivity model after Hy3 preview. |
| Why it matters | The release combines open weights, a 256K context window, a low API price, and a free OpenRouter route, so the practical question is outcome per dollar. |
| Who benefits if it works? | Teams building coding agents, document workflows, office automation, research assistants, and model-routing systems that need cheaper first-pass or support-model capacity. |
| My thesis | Hy3 should be judged by routed workflow reliability, not by Tencent's benchmark screenshots alone. |
| The catch | Most of the detailed success claims are Tencent-controlled or platform-provided, and outside hands-on reactions still ask whether the output quality matches the price story. |
The Price Claim Changes the Question
The source post says Hy3 is open-sourced under Apache 2.0 and lists API pricing of 1 RMB per million input tokens, 4 RMB per million output tokens, and 0.25 RMB per million cached input tokens. OpenRouter's Tencent page also lists Hy3 and Hy3 free routes, with the free variant marked as going away on July 21, 2026. That is the part I would test first, because cheap capacity changes model behavior only if teams actually route work differently.
When a model is expensive, teams tend to ration it. When a model is cheap enough, they can use it for drafts, retries, classification, extraction, format repair, and background agent steps. That does not make quality optional. It makes quality easier to measure because the model can be tried against a lot more real work.
This is why I do not read Hy3 as a simple "Tencent versus frontier labs" story. I read it as a routing story. If Hy3 can handle enough ordinary agent steps at low cost, it does not need to be the best model in the stack. It needs to be dependable enough that expensive models are no longer the default for every intermediate move.

The Open Release Is Real, But Not Lightweight
The GitHub README and Hugging Face model card describe Hy3 as a 295B-parameter mixture-of-experts model with 21B active parameters, 3.8B MTP layer parameters, 192 experts with top-8 activation, BF16 weights, and a 256K context length. The README also shows OpenAI-compatible calls after deployment through vLLM or SGLang, with a reasoning_effort option for direct, low, or high reasoning modes.
That makes the open-weight signal meaningful, but it also keeps me from treating this as casual local software. Simon Willison notes that the full model is 598GB on Hugging Face and the FP8 quantized version is 300GB. For most builders, the realistic path is not "download and casually run it." It is hosted inference, a managed endpoint, or a serious self-hosting setup.
So the openness matters most as leverage. It gives the ecosystem a model card, a license, deployment recipes, and multiple distribution channels. But the everyday adoption story still runs through serving cost, latency, routing, evals, and whether tool-use behavior stays stable when the prompt stops looking like a demo.
Tencent Is Selling Reliability, Not Just Scores
The source post is careful to talk about product experience. Tencent says it ran a blind evaluation with 270 experts using work tasks, where Hy3 scored 2.67 out of 4 versus GLM-5.1 at 2.51, with the biggest advantage in frontend development, data and storage, and CI/CD tasks. It also says internal hallucination rates fell from 12.5% to 5.4%, commonsense error rates from 25.4% to 12.7%, and multi-turn issue rates from 17.4% to 7.9%.
Those are exactly the categories I care about for agents: tool calls, output formats, factual grounding, context retention, and multi-turn intent tracking. A model that writes impressive prose but corrupts formats, forgets constraints, or fabricates missing details is expensive even when the token price is low.
But this is also where I would discount the launch framing. Internal product feedback and internal evals are useful signals, not independent proof. Tencent's own post includes product-team anecdotes from WorkBuddy, Yuanbao, ima, Marvis, QQ Browser, and Tencent Docs. I believe those are worth reading because they reveal the workloads Tencent cares about. I would not treat them as a substitute for running the model against my own failure cases.

The Public Signal Is Still Mixed
The outside reaction I found is useful because it is not just applause. Willison's note focuses on the Apache 2.0 license, model size, 256K context, and the limited-time free OpenRouter route. A Reddit thread about Hy3 preview had users excited about speed and agentic coding, while also asking how long the free run would last. That is normal early-adopter behavior: people first test the path that costs nothing.
The more skeptical signal came from Max Woolf's May analysis of Hy3 preview on OpenRouter. He argued that the preview model's popularity looked less like an undiscovered quality miracle and more like a mix of low price, OpenRouter dynamics, and real but hard-to-explain usage. A more hands-on critical review I inspected argued that Hy3 can be useful for drafts and structured workflows, while GLM-5.2 felt smoother in several interactive build tests.
I find that critique persuasive in a narrow way. The practical question is not whether Hy3 can produce something. Most capable models can. The question is whether it produces something that needs less repair than the savings justify. Cheap rough drafts are useful. Cheap broken drafts are just a hidden review bill.
Benchmarks Are the Wrong Finish Line
GIGAZINE's coverage summarizes the headline comparison: Hy3 is positioned against larger open models such as GLM-5.2 and DeepSeek-V4-Pro, and Tencent's own charts claim competitive performance despite a smaller active parameter count. I understand why that is the headline. Model launches need a scoreboard.
For me, the better scorecard is operational. How often does Hy3 keep tool schemas intact? How well does it recover from a failed command? Does the low or high reasoning mode actually improve the right tasks? Does the 256K context window help on large repos and long documents, or does it become another place for stale facts to hide? How often does a reviewer accept the first draft?
Those are not glamorous questions, but they decide whether Hy3 becomes a real worker in the stack or another model that people try during a free window and forget when the novelty fades.

My Bottom Line
Hy3 is worth paying attention to because it is trying to make open-weight agent capacity cheap enough to route into real workflows. That is a more durable claim than "this model beats that model" on a chart. If the model is reliable enough, the low price changes architecture: more retries, more background checks, more first-pass automation, and more selective escalation.
But I would not buy the benchmark story without receipts from my own tasks. Tencent is making a plausible argument that Hy3 has improved on the ugly parts of agent work: grounding, context tracking, tool calls, and output formats. The only way that argument becomes true for a team is through workload-specific evals that count edits, retries, latency, acceptance rate, and review time.
So my reaction is cautiously interested. Hy3 does not need to become everyone's best model. It needs to make the cheap lane trustworthy. If it can do that, the most important Hy3 benchmark will not be a static score. It will be the moment a routing system sends the boring but necessary work to Hy3 by default, and nobody feels the need to babysit every result.
License
News text © 2026 Mark Huang. News text may be shared or translated for non-commercial use with attribution to https://markhuang.ai/news/hy3-price-is-the-eval.
Suggested attribution: Based on "Hy3 Makes Price Part of the Eval" by Mark Huang, originally published at https://markhuang.ai/news/hy3-price-is-the-eval.
Related News
AI Bookkeeping Needs a Harness
Toot's GLM 5.2 VAT benchmark is a serious signal for AI bookkeeping, but my read is that cheap accuracy only matters when exception handling, audit evidence, deterministic checks, and human escalation are the product.
Bun's Rust Rewrite Is the Validation Test
Bun's account of moving from Zig to Rust with Claude is most useful as a stress test for AI-assisted migration: speed matters only if tests, adversarial review, unsafe-code reduction, and release discipline carry the diff.
AI Heat Needs a Neighbor
BBC's Exmouth pool story is a useful test for AI infrastructure: waste heat only becomes a real sustainability asset when compute demand and heat demand are colocated.