Tencent's open-weight Mixture-of-Experts language model, formerly branded Hunyuan 3.0, with 295 billion total parameters and 21 billion active per token (192 experts, top-8 routing). It is a hybrid fast-and-slow-thinking model with a 256K-token context, built for reasoning, coding, and agent workflows, and released under the Apache 2.0 license. Tencent reports 90.4 on GPQA Diamond, 78 on SWE-bench Verified, 57.9 on SWE-bench Pro, and 53.2 on Humanity's Last Exam. It is served on OpenRouter at $0.14 per million input tokens and $0.58 per million output tokens.
A workable 295B-parameter MoE language model from Tencent. Pulls ahead on graduate-level reasoning (GPQA) (87/100), so reach for it when that's the dimension that matters. Newly released, so production-readiness is still being shaken out.
Generated from this model’s benchmarks and ranking signals. Editor reviews refine it over time.
Access model weights, configuration files, and documentation.
See how different quantization levels affect VRAM requirements and quality for this model.
| Format | VRAM Required | Quality | |
|---|---|---|---|
| Q2_K | 51.3 GB | Low | |
| Q4_K_MRecommended | 55.7 GB | Good | |
| Q5_K_M | 57.8 GB | Very Good | |
| Q6_K | 60.3 GB | Excellent | |
| Q8_0 | 65.6 GB | Near Perfect | |
| FP16 | 85.5 GB | Full |
See which devices can run this model and at what quality level.
Google Cloud TPU v5pGoogle | SS | 40.0 tok/s | 55.7 GB | |
NVIDIA H100 SXM5 80GBNVIDIA | SS | 48.4 tok/s | 55.7 GB | |
| SS | 53.5 tok/s | 55.7 GB | ||
NVIDIA H200 SXM 141GBNVIDIA | SS | 69.4 tok/s | 55.7 GB | |
| SS | 35.4 tok/s | 55.7 GB | ||
| SS | 76.6 tok/s | 55.7 GB | ||
Google TPU v7 (Ironwood)Google | SS | 106.7 tok/s | 55.7 GB | |
NVIDIA B200 GPUNVIDIA | SS | 115.6 tok/s | 55.7 GB | |
| SS | 86.7 tok/s | 55.7 GB | ||
| SS | 115.6 tok/s | 55.7 GB | ||
NVIDIA A100 SXM4 80GBNVIDIA | SS | 29.5 tok/s | 55.7 GB | |
| SS | 102.6 tok/s | 55.7 GB | ||
| SS | 102.6 tok/s | 55.7 GB | ||
| SS | 102.6 tok/s | 55.7 GB | ||
| SS | 102.6 tok/s | 55.7 GB | ||
SuperMicro Super AI StationSuperMicro | SS | 102.6 tok/s | 55.7 GB | |
Gigabyte W775-V10-L01Gigabyte | SS | 102.6 tok/s | 55.7 GB | |
| AA | 11.6 tok/s | 55.7 GB | ||
| BB | 7.4 tok/s | 55.7 GB | ||
| BB | 8.9 tok/s | 55.7 GB | ||
| BB | 8.9 tok/s | 55.7 GB | ||
| BB | 8.9 tok/s | 55.7 GB | ||
| BB | 7.9 tok/s | 55.7 GB | ||
| BB | 7.9 tok/s | 55.7 GB | ||
| BB | 7.9 tok/s | 55.7 GB |
Energy cost on Apple M4 Pro (14-core CPU, 20-core GPU) (~3.9 tok/s, Q4_K_M) vs flagship API pricing.
| Source | Cost per 1M tokens |
|---|---|
Local (energy only)Hy3 on Apple M4 Pro (14-core CPU, 20-core GPU) · ~3.9 tok/s · 60W | $0.507 |
GPT-5.5OpenAI · in $5.00 · out $30.00 | $12.50 |
Claude Fable 5Anthropic · in $10.00 · out $50.00 | $22.00 |
Gemini 3.5 FlashGoogle · in $1.50 · out $9.00 | $3.75 |
Grok 4.5xAI · in $2.00 · out $6.00 | $3.20 |
API prices blended at 70% input / 30% output.
Hardware amortisation not included. Run the full ROI calculator for payback math.
Cheapest current cloud rentals with at least 56 GB VRAM, refreshed hourly.
| Option | Cost / GPU-hour |
|---|---|
AMD Instinct MI300XRunPod · Community · 192 GB VRAM | $0.50 |
NVIDIA H200 NVLRunPod · Community · 141 GB VRAM | $0.50 |
NVIDIA A100 80GB PCIeRunPod · Community · 80 GB VRAM | $1.19 |
NVIDIA A100 80GB PCIeRunPod · Spot · 80 GB VRAM | $1.19 |
NVIDIA H100 NVLVast.ai · Spot · 94 GB VRAM | $1.32 |
Per-GPU rate across RunPod and the Vast.ai marketplace.
Spot tier is interruptible. Plan for restarts when comparing against on-demand prices.
Hy3 is Tencent’s open-weight Mixture-of-Experts language model, formerly branded as Hunyuan 3.0. With 295 billion total parameters and only 21 billion active per token, Hy3 occupies a distinct niche: it delivers reasoning and agent performance comparable to dense models two to five times its size, while keeping inference costs and memory demands closer to a 20B-parameter model. Released under Apache 2.0, Hy3 targets developers who need a capable, locally runnable model for coding, math, complex reasoning, and function-calling workflows — without tying themselves to a cloud API.
Tencent positions Hy3 as a hybrid fast-and-slow-thinking model. It uses 192 experts with top-8 routing, a 256K-token context window, and a multi-token prediction (MTP) layer. The model ships with documented benchmarks: 90.4 on GPQA Diamond, 78 on SWE-bench Verified, 57.9 on SWE-bench Pro, and 53.2 on Humanity’s Last Exam. These numbers place it alongside or above much larger open-weight models in reasoning and software engineering tasks.
Hy3 is an MoE (Mixture of Experts) transformer with 80 decoder layers (excluding the MTP layer), 64 attention heads using Grouped Query Attention (GQA, 8 KV heads, head dim 128), hidden size 4096, and intermediate size 13312. The total parameter count is 295B, but the key number for anyone running it locally is the 21B active parameters per token. The vocabulary size is 120,832, and the model supports BF16 precision natively.
What “active parameters” means in practice: during inference, only 8 out of 192 experts are activated per token. This keeps the compute footprint roughly equivalent to that of a 21B-parameter dense model, while the remaining 274B parameters sit in memory as static weights. The memory requirement is still dominated by the total parameter count because all expert weights must be loaded into VRAM (or offloaded via CPU RAM). For a 295B model in BF16, that’s roughly 590 GB of VRAM for the full model. Quantization is essential for consumer hardware.
The context window of 256K tokens is a standout feature. It enables processing entire codebases, long technical documents, or multi-turn agent conversations in a single pass. The MTP layer (3.8B parameters) is a separate prediction head that can be disabled during inference if not needed, saving memory.
Hy3 is a text-only model with demonstrated strengths in:
Concrete use cases: a developer running Hy3 locally can use it as a coding assistant that understands entire repositories (thanks to 256K context), an agent backend for automated bug fixing, a math tutor for advanced problems, or a drop-in replacement for cloud-based reasoning models in cost-sensitive workflows.
Hy3 is a 295B parameter model. Running it on consumer hardware requires aggressive quantization and possibly CPU offloading. Here are realistic scenarios:
llama.cpp support this.ollama run hy3:q4_K_M to get started.The MoE architecture means that even with only 21B active parameters, the model’s memory bandwidth bottleneck is the total parameter count. Quantization is the only way to make it viable on consumer hardware, and even then, expect slow speeds. Hy3 is best suited for batch or offline reasoning tasks, not real-time chat, on typical local setups.
DeepSeek-V3 is another MoE model with a similar philosophy — larger total parameters but more active per token. Hy3’s 21B active vs. DeepSeek-V3’s 37B active means Hy3 is compute-cheaper per token but has less capacity per forward pass. In practice, Hy3’s scores on GPQA Diamond (90.4) and SWE-bench Verified (78) are competitive with or exceed DeepSeek-V3’s reported numbers, while requiring less VRAM for the same quantization. Choose Hy3 if you want a smaller active footprint and a more permissive license (Apache 2.0 vs. DeepSeek’s custom license). Choose DeepSeek-V3 if you need the extra capacity for very long reasoning chains or if you have the hardware to support its larger active size.
Qwen2.5-72B is a dense model that requires ~140 GB in BF16. Hy3 quantized to Q4 (~150 GB) has similar memory requirements but offers 256K context vs. Qwen’s 128K, and significantly better reasoning benchmarks (90.4 vs. ~85 on GPQA Diamond). However, Qwen2.5-72B runs faster on a single GPU because it’s a dense forward pass with no expert routing overhead. If you have a 48 GB GPU and can’t offload, Qwen2.5-72B at Q4 is a better fit. If you have two GPUs or can tolerate CPU offloading for the sake of higher intelligence, Hy3 wins.

Explore the Provider
Aggregate stats, leaderboard, release timeline, and benchmark coverage across every Tencent model we track.