
TL;DR
Tencent's Hy3 ships 295B parameters but activates only 21B per token, matching flagship performance at flash-tier pricing under Apache 2.0.
Tencent released Hy3, the full production version of their Hunyuan 3 model series, on July 6, 2026. The model ships under Apache 2.0 with weights on Hugging Face and ModelScope, aiming squarely at developers who want frontier-adjacent capability without frontier pricing.
Hy3 is a 295B-parameter Mixture-of-Experts model with 192 experts using top-8 routing. Only 21B parameters activate per token (plus 3.8B for the MTP layer), so inference compute stays low despite the headline parameter count. Context length is 256K tokens.
For comparison, DeepSeek V4 Flash sits at 284B total parameters with about 13B active. The two models occupy similar hardware requirements, which makes their performance delta meaningful.
What sets Hy3 apart from the April preview:
The Hacker News thread focused heavily on practical comparisons rather than benchmark tables.
DeepSeek V4 vs Hy3: Several commenters tested both models head-to-head. One noted that "GLM 5.2 is pretty close to gpt-5.4 base, and much better than it when it comes to design stuff" while Hy3 slots in below GLM 5.2 but trades favorably against DeepSeek V4 Flash on many tasks.
Another commenter running both locally wrote: "DS4 Flash can currently run reasonably well on systems with 96GB+ RAM, I wonder if Hy3 can compete there." The answer depends heavily on quantization tolerance - DeepSeek V4's architecture handles aggressive quantization (down to 2-bit) better than most models due to its FP4 native MoE parameters.
Local inference reality: A practical assessment from the thread: "I've found DS4 Flash to be very temperamental via Claude Code. The speed is great, but it often builds a completely wrong mental model and charges off down the wrong path... Hy3 isn't as fast, but so far it seems to stay on track much more reliably."
KV cache differences: Hy3 lacks DeepSeek V4's aggressive KV cache optimizations. One commenter running both on DGX Sparks reported: "Whereas I can run DS4 Flash on a pair of DGX Sparks and have enough memory left over for 3M tokens of KV cache, with Hy3 quantized to FP4, there is only room for 130K tokens of KV cache."
Coding benchmarks: The skeptics pointed to DeepSWE scores - Hy3 at 28% vs GPT-5.4 xhigh at 52%. One commenter suspected "a lot of contaminated benchmarks in the blog post about Hy3, needs real testing though I have a distinct feeling it's benchmaxxed like a lot of Chinese models."
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 10, 2026 • 8 min read
Jul 9, 2026 • 5 min read
Jul 9, 2026 • 6 min read
Jul 9, 2026 • 8 min read
Hy3 is free on OpenRouter until July 21, 2026. After that, expect pricing similar to DeepSeek V4 Flash tier - roughly $0.10-0.30 per million input tokens.
The model is also available on:
For local deployment, Tencent recommends H20-3e or equivalent GPUs with large memory capacity to serve the full 295B parameters across 8 GPUs.
Based on the HN discussion and Tencent's benchmarks, Hy3 fits specific workflows:
Good fit:
Less ideal:
Hy3 represents the continued compression of "frontier-tier" capability into open-weight models. A year ago, you needed API access to GPT-4 or Claude to get this level of performance. Now a 295B MoE with 21B active parameters - runnable on high-end consumer hardware - delivers comparable results on many tasks.
The practical question for developers is whether to build on these open models or stick with the API providers. Open models give you full control over inference, no rate limits, and no surprise deprecations. The tradeoff is operational complexity and the need to track new releases manually.
For now, the free tier on OpenRouter makes Hy3 worth testing. If your agentic workflows need a model that stays on track better than DeepSeek V4 Flash, this is a legitimate option.
Read next
Ternlight ships a ternary-quantized sentence encoder at 7 MB that runs semantic search at 5ms per embedding - entirely client-side via WASM, no API calls required. Here is how it works, what HN thinks, and where browser-side embeddings make sense.
6 min readSwitzerland's fully open foundation model promises transparent training data and EU compliance. The HN crowd has questions about actual performance.
6 min readMistral releases Leanstral 1.5, an Apache-2.0 licensed 119B parameter model (6B active) for Lean 4 theorem proving that saturates miniF2F and achieves SOTA on FATE benchmarks.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Alibaba's flagship open-weight coding model. 480B total parameters, 35B active (MoE). Native 256K context, scales to 1M....
View ToolDeepSeek's open-weights frontier family, previewed April 24, 2026. V4-Pro is 1.6T total / 49B active params; V4-Flash is...
View ToolOpen-source reasoning models from China. DeepSeek-R1 rivals o1 on math and code benchmarks. V3 for general use. Fully op...
View ToolEuropean open-weight models. Mistral Large for complex tasks, Mistral Small for speed, Codestral for code. Strong multil...
View ToolInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedStage, commit, branch, and open PRs without leaving the session.
Claude CodeA concrete step-by-step guide to moving your development workflow from Cursor to Claude Code - settings, rules, keybindings, and the habits that transfer.
Getting Started
Check out Zed here! https://zed.dev In this video, we dive into Zed, a robust open source code editor that has recently introduced the Agent Client Protocol. This new open standard allows...

NVIDIA just released Nemotron Nano 2 VL - an open-source vision language model that's 4x more efficient than previous models. In this video, I break down what makes this 12-billion parameter...

In this video, I am excited to introduce FireGeo, an AI-powered brand visibility platform designed to kickstart your SaaS application. FireGeo leverages advanced tools such as Firecrawl for...

Switzerland's fully open foundation model promises transparent training data and EU compliance. The HN crowd has questio...

A solo developer built a 1,300-line C inference engine that runs the 744B GLM 5.2 model on consumer hardware by streamin...

The HashiCorp co-founder explains why he chose Zig over Rust for Ghostty, the technical challenges of terminal emulator...

xAI launched Grok 4.5, trained on trillions of Cursor interaction tokens. At $2/M input pricing, it undercuts Claude and...

Meta's first paid API model arrives with $1.25/M input tokens, 1M context window, and strong tool-use benchmarks. HN deb...

A Rust reimplementation of PostgreSQL now passes all 46,000+ queries in the Postgres regression suite. Here is what the...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.