テンセント、2950億パラメータのオープン MoE モデル「Hy3」を公開(1トークンあたり 210 億パラメータ活性化、コンテキスト長 256K)
騰訊(Tencent)が、2950億パラメータながら1トークンあたり210億パラメータのみを活性化するオープンソースの MoE モデル「Hy3」を発表し、長文コンテキストと推論能力で業界最高水準の性能を示した。
キーポイント
高効率な MoE アーキテクチャと MTP の採用
192 個のエクスパートを持つモデルだが、トップ 8 ルーティングにより 21B パラメータのみを活性化し、計算コストを抑えつつ 256K の超長文コンテキストと Multi-Token Prediction (MTP) レイヤーによる高速推論を実現している。
コーディング・STEM 分野での圧倒的な性能
SWE-Bench Verified で 78.0、GPQA Diamond で 90.4 を記録し、特にフロントエンド開発や CI/CD などの実務ワークフローにおいて、GLM-5.1 などを凌駕する推論能力と信頼性を示した。
生産環境向けに最適化された信頼性向上
ハルシネーション率を 12.5% から 5.4% に低減し、ツール呼び出しの無限ループや多ターン対話の意図追跡エラーを大幅に削減することで、実運用における安定性を確保している。
Apache License 2.0 による完全オープン化
モデル重みは Apache License 2.0 で公開され、vLLM や SGLang を介した vLLM/SGLang 対応や FP8 チェックポイントの提供により、低コストでの展開と商用利用が容易になっている。
ハイブリッドな性能とコスト効率
Hy3 は総パラメータ数 295B のうちアクティブに動作するのは 21B に抑えられており、GLM-5.2 よりも少ない計算リソースで自己ホストが可能だが、コーディング精度ではやや劣る。
エージェントと長文コンテキスト特化
256K のコンテキストウィンドウを備え、コードベース全体の解析や契約書の処理など、推論能力(reasoning_effort)を活用した複雑なタスクに最適化されている。
柔軟なデプロイと無料利用
vLLM や SGLang による MTP 対応の推論が可能で、2026 年 7 月まで OpenRouter で無料利用でき、AngelSlim ツールキットを用いた圧縮やファインチューニングもサポートされている。
重要な引用
Hy3 is a 295B-parameter Mixture-of-Experts (MoE) model. It activates only 21B parameters per token.
On coding, Hy3 reports 78.0 on SWE-Bench Verified... The edge was clearest in frontend development, CI/CD, and data and storage.
In internal evaluations, the hallucination rate fell from 12.5% to 5.4%.
Hy3 trades some coding accuracy for a far smaller active footprint. That footprint matters when you self-host and pay for GPUs.
OpenRouter lists a tencent/hy3:free route at $0 per token. That free tier is scheduled to end on July 21, 2026.
The demo below is an interactive explorer for Hy3. It visualizes MoE routing, reasoning modes, benchmarks, and sparse efficiency.
影響分析・編集コメントを表示
影響分析
このリリースは、大規模パラメータ数を維持しながら推論コストを劇的に削減する MoE アーキテクチャの実用化と、オープンソースコミュニティへの高品質モデルの提供という二つの点で業界に大きな影響を与える。特に、コーディングや複雑な推論タスクにおける性能向上と信頼性の確保は、開発者による自律型エージェントの構築や長文分析ツールの普及を加速させる要因となるだろう。
編集コメント
騰訊が公開した Hy3 は、MoE の効率性と長文処理能力を両立させた極めて実用的なモデルであり、特にコーディング支援やエージェントワークフローの分野で即座に活用できる可能性が高い。Apache License 2.0 という寛容なライセンスと FP8 対応により、研究開発から実装まで幅広い層への普及が期待される。
Tencent の Hy チームは Hy3 をリリースしました。Hy3 は 295B パラメータの Mixture-of-Experts (MoE) モデルです。1 トークンあたりアクティブになるパラメータ数はわずか 21B です。重みは Apache License 2.0 の下で提供されます。Hy3 は推論、エージェントワークフロー、および長文コンテキストタスクを目的としています。
Hy3 とは何か?
Hy3 のアーキテクチャには、192 のエキスパートと top-8 ルーティングを持つスパースな MoE が含まれています。トークンごとに 8 つのエキスパートのみが活性化するため、計算コストは低く抑えられます。
このモデルはまた、Multi-Token Prediction (MTP) レイヤーも採用しています。MTP は複数のトークンを一度に予測することで、デコーディングを高速化します。vLLM と SGLang の両方で、スペキュレーティブ・デコーディングを通じてこれをサポートしています。
PropertyValue
アーキテクチャ: Mixture-of-Experts (MoE)
総パラメータ数: 295B
アクティブなパラメータ数: 21B
MTP レイヤーのパラメータ数: 3.8B
レイヤー数(MTP 除く): 80
MTP レイヤー数: 1
アテンションヘッド数: 64 (GQA、8 KV ヘッド、ヘッド次元 128)
隠れ層サイズ: 4096
中間層サイズ: 13312
コンテキスト長: 256K
語彙サイズ: 120832
エキスパート数: 192 エキスパート、うち top-8 が活性化
サポートされる精度: BF16
別途、Hy3-FP8 チェックポイントもリリースされています。FP8 はメモリ使用量を削減し、より安価なサービングを可能にします。
ベンチマークとパフォーマンス
研究チームは、コーディング、エージェント、STEM 分野におけるスコアを発表しました。コーディングでは、Hy3 は SWE-Bench Verified で 78.0 を記録しています。また、SWE-Bench Pro では 57.9、SWE-Bench Multilingual では 75.8 を達成しました。Terminal-Bench 2.1 では 71.7、DeepSWE では 28.0 です。
STEM と推論においては、数値はさらに高くなります。Hy3 は GPQA Diamond で 90.4、USAMO 2026 で 72.0 を記録しています。IMOAnswerBench は 90.0 に達し、HLE(ツール使用時)では 53.2 です。
研究チームは 270 名の専門家によるブラインドテストを実施し、実際のワークフローにおける有効な比較結果を 312 件収集しました。Hy3 は 4 点満点中 2.67 点を獲得し、GLM-5.1 の 2.51 点を上回りました。この差はフロントエンド開発、CI/CD(継続的インテグレーション・継続的デリバリー)、およびデータとストレージの分野で最も明確に現れました。
imagehttps://hy.tencent.com/research/hy3
信頼性と本番環境での挙動
今回のリリースでは、研究チームは特に本番環境における信頼性に注力しました。3 つの主要な故障モードが内部データに基づき直接的に改善されました。
ツール呼び出しと出力フォーマット:チームはエージェントを破綻させる基盤の安定性問題を修正し、無限ループを引き起こす無効な呼び出しを削減しました。また、Hy3 はさまざまなエージェントのスケールフォールディング(骨組み)間でも汎化します。SWE-Bench Verified における評価では、CodeBuddy、Cline、KiloCode の間でコード精度の変動が 4% 以内に収まっています。
世界知識とハルシネーション(幻覚現象)防止:目指す挙動はシンプルです。根拠がある場合は回答し、証拠がない場合はフラグを立てます。内部評価では、ハルシネーション発生率が 12.5% から 5.4% に低下しました。常識的な誤り率も 25.4% から 12.7% に減少しています。
複数ターンでの意図追跡:共同 SFT(教師あり微調整)と RL(強化学習)により、共参照関係の理解と制約条件の追跡が改善されました。内部で発生していた問題率は 17.4% から 7.9% に低下し、MRCR 長文対話ベンチマークではスコアが 42.9% から 75.1% に向上しました。
Hy3 の呼び出し方
Hy3 は OpenAI と互換性のある API を公開しています。vLLM または SGLang でデプロイし、エンドポイントを呼び出すだけです。reasoning_effort というフラグ一つで、モデルがどの程度思考するかを制御できます。
コードをコピーしました(コピー済み)
異なるブラウザを使用してください
from openai import OpenAI
client = OpenAI(base_url="http://127.0.0.1:8000/v1", api_key="EMPTY")
response = client.chat.completions.create(
model="hy3",
messages=[
{"role": "user", "content": "この関数のリファクタリングを行い、変更点を説明してください。"},
],
temperature=0.9,
top_p=1.0,
# reasoning_effort: "no_think"(デフォルト)、"low"、"high"(深い思考連鎖)
extra_body={"chat_template_kwargs": {"reasoning_effort": "high"}},
)
print(response.choices[0].message.content)
直接的な回答には no_think を、数学やコーディング、多段階タスクには high を使用してください。騰訊(Tencent)の研究チームは temperature=0.9 と top_p=1.0 を推奨しています。ローカルハードウェアがなくても Hy3 を試すことができます。OpenRouter には tencent/hy3:free というルートがあり、トークンあたり 0 ドルで利用可能です。この無料枠は 2026 年 7 月 21 日に終了する予定です。
Hy3 の適した用途:ユースケース
Hy3 はエージェント型および長文コンテキストを扱うワークロードを中心に設計されています。具体的な例をいくつか挙げます。
コーディングエージェント: 256K のウィンドウにリポジトリ全体を読み込ませ、reasoning_effort="high" を指定して failing test(失敗するテスト)の修正を依頼します。安定したツール呼び出しにより、多数のファイルにわたる編集を実行できます。
ドキュメント処理: 長い契約書や提出書類をコンテキストとして渡します。幻覚抑制トレーニングにより、捏造された条項や誤引用が減少します。
財務分析:表と文章を一つのプロンプトに組み合わせ、推測ではなく不足しているデータを指摘する根拠のある要約を求めます。
フロントエンドおよびゲーム開発:React コンポーネントまたは小さなゲームループを生成します。ブラインドテストでは、GLM-5.1 に対してフロントエンド分野で優位性が示されました。
Hy3 vs GLM-5.2
テンセントの研究チームは、独自の付録において Hy3 を GLM-5.2 とベンチマークしました。GLM-5.2 は約 744B の MoE(Mixture-of-Experts:混合専門家モデル)で、アクティブパラメータ数は約 40B です。一方、Hy3 は総サイズがその半分未満であり、アクティブパラメータは 21B です。コーディング能力においては、GLM-5.2 が一連のテスト全体でリードしています。
ベンチマーク結果:
Hy3(アクティブ 21B): SWE-Bench Verified 78.0, SWE-Bench Multilingual 75.8, Terminal-Bench 2.1 71.7, DeepSWE 28.0
GLM-5.2(アクティブ約 40B): SWE-Bench Verified 84.2, SWE-Bench Multilingual 83.0, Terminal-Bench 2.1 81.0, DeepSWE 46.2
総パラメータ数/アクティブパラメータ数:Hy3 は 295B / 21B、GLM-5.2 は約 744B / 約 40B
ライセンス:Apache 2.0(Hy3), オープンウェイト(GLM-5.2)
ここで焦点となっているのはスコアだけでなくサイズです。Hy3 はコーディングの精度を一部犠牲にする代わりに、はるかに小さいアクティブフットプリントを実現しています。このフットプリントは、自分でホストして GPU に課金する場合に重要です。
デプロイメントノート
Hy3 は総パラメータ数が 295B あるため、サービス提供には十分なメモリが必要です。テンセントの研究チームは、H20-3e またはより大容量のメモリを持つカードなど、8 つの GPU を使用することを推奨しています。vLLM と SGLang の両方で、MTP(Multi-Token Prediction:マルチトークン予測)を有効にしたレシピが提供されています。最小限の vLLM 起動コマンドは以下のようになります。
# コード例コピーコード
ブラウザを変更してください
vllm serve tencent/Hy3 \
--tensor-parallel-size 8 \
--speculative-config.method mtp \
--speculative-config.num_speculative_tokens 2 \
--tool-call-parser hy_v3 \
--reasoning-parser hy_v3 \
--enable-auto-tool-choice \
--port 8000 \
--served-model-name hy3
圧縮技術については、研究チームは AngelSlim ツールキットを挙げています。AngelSlim は量子化(quantization)、低ビット手法、および推測サンプリング(speculative sampling)を網羅しています。Tencent はまた、Hy3 用の完全なファインチューニングパイプラインも提供しています。
試してみる:インタラクティブエクスプローラー
以下のデモは Hy3 のためのインタラクティブエクスプローラーです。MoE ルーティング(Mixture-of-Experts routing)、推論モード、ベンチマーク、およびスパース効率を可視化します。
(function(){
window.addEventListener('message',function(e){
if(e.data && e.data.type==='hy3-resize'){
var f=document.getElementById('hy3-frame');
if(f && e.data.height){ f.style.height=e.data.height+'px'; }
}
});
})();
技術詳細、Hugging Face のモデル重み、および GitHub リポジトリもご覧ください。また、Twitter でフォローしていただくことも歓迎です。忘れずに 150,000 人以上の ML サブレッドに参加し、ニュースレターにもご登録ください。待ってください!Telegram をご利用ですか?今なら Telegram でも私たちに参加できます。
GitHub リポジトリや Hugging Face ページ、製品リリース、ウェビナーなどのプロモーションのためにパートナーシップをご検討の場合は、こちらからご連絡ください。
本記事「Tencent Releases Hy3: An Open 295B Mixture-of-Experts (MoE) Model with 21B Active Parameters and 256K Context」は、MarkTechPost で最初に公開されました。
原文を表示
Tencent’s Hy team released Hy3. Hy3 is a 295B-parameter Mixture-of-Experts (MoE) model. It activates only 21B parameters per token. The weights ship under the Apache License 2.0. Hy3 is aimed at reasoning, agentic workflows, and long-context tasks.
What is Hy3?
Hy3’s architecture contains a sparse MoE with 192 experts and top-8 routing. Only 8 experts fire per token, so compute stays low.
The model also uses a Multi-Token Prediction (MTP) layer. MTP predicts several tokens at once for faster decoding. Both vLLM and SGLang enable it through speculative decoding.
PropertyValue
ArchitectureMixture-of-Experts (MoE)
Total parameters295B
Activated parameters21B
MTP layer parameters3.8B
Layers (excluding MTP)80
MTP layers1
Attention heads64 (GQA, 8 KV heads, head dim 128)
Hidden size4096
Intermediate size13312
Context length256K
Vocabulary size120832
Experts192 experts, top-8 activated
Supported precisionsBF16
A separate Hy3-FP8 checkpoint is also released. FP8 lowers the memory footprint for cheaper serving.
Benchmark and Performance
The research team published scores across coding, agents, and STEM. On coding, Hy3 reports 78.0 on SWE-Bench Verified. It also reports 57.9 on SWE-Bench Pro and 75.8 on SWE-Bench Multilingual. Terminal-Bench 2.1 lands at 71.7, and DeepSWE at 28.0.
On STEM and reasoning, the numbers climb higher. Hy3 reports 90.4 on GPQA Diamond and 72.0 on USAMO 2026. IMOAnswerBench reaches 90.0, and HLE (with tools) reaches 53.2.
The research team ran a blind test with 270 experts. That test collected 312 valid comparisons on real workflows. Hy3 scored 2.67 out of 4, ahead of GLM-5.1 at 2.51. The edge was clearest in frontend development, CI/CD, and data and storage.
imagehttps://hy.tencent.com/research/hy3
Reliability and Production Behavior
The research team focused much of this release on production reliability. Three failure modes got direct attention, backed by internal numbers.
Tool calling and output formatting: The team fixed baseline stability issues that broke agents. Invalid calls that trigger infinite loops dropped. Hy3 also generalizes across agent scaffoldings. On SWE-Bench Verified, accuracy variance across CodeBuddy, Cline, and KiloCode stays within 4%.
World knowledge and anti-hallucination: The target behavior is simple: answer when grounded, flag when evidence is missing. In internal evaluations, the hallucination rate fell from 12.5% to 5.4%. Commonsense error rates fell from 25.4% to 12.7%.
Multi-turn intent tracking: Joint SFT and RL improved coreference and constraint tracking. The internal issue rate dropped from 17.4% to 7.9%. On the MRCR long-dialogue benchmark, scores rose from 42.9% to 75.1%.
How to Call Hy3
Hy3 exposes an OpenAI-compatible API. You deploy it with vLLM or SGLang, then call the endpoint. One flag, reasoning_effort, controls how much the model thinks.
Copy CodeCopiedUse a different Browser
from openai import OpenAI
client = OpenAI(base_url="http://127.0.0.1:8000/v1", api_key="EMPTY")
response = client.chat.completions.create(
model="hy3",
messages=[
{"role": "user", "content": "Refactor this function and explain the change."},
],
temperature=0.9,
top_p=1.0,
# reasoning_effort: "no_think" (default), "low", "high" (deep chain-of-thought)
extra_body={"chat_template_kwargs": {"reasoning_effort": "high"}},
)
print(response.choices[0].message.content)
Use no_think for direct answers, and high for math, coding, or multi-step tasks. Tencent research team recommends temperature=0.9 and top_p=1.0. You can also try Hy3 without local hardware. OpenRouter lists a tencent/hy3:free route at $0 per token. That free tier is scheduled to end on July 21, 2026.
Where Hy3 Fits: Use Cases
Hy3 is built around agent-style, long-context work. A few concrete examples:
Coding agents: Feed a full repository into the 256K window. Ask Hy3 to fix a failing test with reasoning_effort="high". Stable tool calls help it run edits across many files.
Document processing: Pass a long contract or filing as context. The anti-hallucination training reduces fabricated clauses and misquotes.
Financial analysis: Combine tables and prose in one prompt. Ask for a grounded summary that flags missing data rather than guessing.
Frontend and game development: Generate a React component or a small game loop. The blind test showed a frontend advantage over GLM-5.1.
Hy3 vs GLM-5.2
Tencent’s research team benchmarked Hy3 against GLM-5.2 in its own appendix. GLM-5.2 is roughly a 744B MoE with about 40B active parameters. Hy3 is less than half that total size, with 21B active. On coding, GLM-5.2 leads across the suite.
BenchmarkHy3 (21B active)GLM-5.2 (~40B active)
SWE-Bench Verified78.084.2
SWE-Bench Multilingual75.883.0
Terminal-Bench 2.171.781.0
DeepSWE28.046.2
Total / active params295B / 21B~744B / ~40B
LicenseApache 2.0Open weights
The focus here is about size, not just score. Hy3 trades some coding accuracy for a far smaller active footprint. That footprint matters when you self-host and pay for GPUs.
Deployment Notes
Hy3 has 295B total parameters, so serving needs real memory. Tencent’s research team recommends 8 GPUs, such as the H20-3e or cards with larger memory. vLLM and SGLang both ship recipes with MTP enabled. A minimal vLLM launch looks like this:
Copy CodeCopiedUse a different Browser
vllm serve tencent/Hy3 \
--tensor-parallel-size 8 \
--speculative-config.method mtp \
--speculative-config.num_speculative_tokens 2 \
--tool-call-parser hy_v3 \
--reasoning-parser hy_v3 \
--enable-auto-tool-choice \
--port 8000 \
--served-model-name hy3
For compression, The research team points to its AngelSlim toolkit. AngelSlim covers quantization, low-bit methods, and speculative sampling. Tencent also provides a complete finetuning pipeline for Hy3.
Try It: Interactive Explorer
The demo below is an interactive explorer for Hy3. It visualizes MoE routing, reasoning modes, benchmarks, and sparse efficiency.
(function(){
window.addEventListener('message',function(e){
if(e.data && e.data.type==='hy3-resize'){
var f=document.getElementById('hy3-frame');
if(f && e.data.height){ f.style.height=e.data.height+'px'; }
}
});
})();
Check out the Technical details, Model weight on HF and GitHub Repo. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
The post Tencent Releases Hy3: An Open 295B Mixture-of-Experts (MoE) Model with 21B Active Parameters and 256K Context appeared first on MarkTechPost.
関連記事
Google、ブラウザ上で WebGPU を経由して .tflite モデルを実行する JavaScript バインディング「LiteRT.js」をリリース
PrismML が Qwen3.6-27B の軽量版「Bonsai 27B」をリリース:ラップトップやスマートフォンで動作する 1 ビットおよび 3 値モデル
コード生成エージェント4種比較:Mistral Vibe、Claude Code、Cursor、Codexの実務タスク評価
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み