Tencent Hunyuan Hy3 API 2026: The Free 295B MoE OpenRouter Window (Until 7-21)
Tencent Hunyuan Hy3 is a 295-billion-parameter Mixture-of-Experts model with 21 billion active parameters, 192 experts routed top-8, and a 262,144-token (256K) context window. As of 2026-07-06 it is the newest Chinese frontier model on OpenRouter, and through 2026-07-21 16:00 UTC it is being offered under the tencent/hy3:free endpoint at zero cost per token. After that window, the same model moves to paid pricing of $0.14 per million input tokens and $0.58 per million output tokens. This article walks through the verified pricing, what makes Hy3 different from prior Hunyuan releases, and the exact rollout strategy to use the free window without losing a production deployment to the deprecation cliff.
If you build agents or run long-context reasoning pipelines and you have been waiting for a Chinese-origin MoE model that competes on the same tier as DeepSeek-V4 and Qwen 3.5-Max, this is your 15-day evaluation runway.
TL;DR
- Hy3 is the newest Hunyuan flagship on OpenRouter. 295B parameters (21B active), 192 experts, top-8 routing, native 256K context. Shipped 2026-07-06.
- Free until 2026-07-21 16:00 UTC. The
tencent/hy3:freeendpoint costs $0.00 per million tokens until that timestamp. After that, calls error out — the free path is not extended. - Paid tier after 7-21 is $0.14/M input, $0.58/M output. Cache reads are $0.035/M. The cheaper
tencent/hy3-previewvariant is $0.063/M input and $0.21/M output but is being deprecated in favor of paidhy3. - DeepSeek-V4 Flash is still cheaper. $0.09/M input and $0.18/M output with a 1M-token window. For budget-sensitive Chinese-model workloads, DeepSeek-V4 Flash wins on price-per-token; Hy3 wins on the reasoning-depth tier.
- Best use of the free window: benchmark against your private eval set, ship a non-production agent for two weeks, and pre-wire the paid endpoint or a fallback model before the 7-21 cutoff.
What is Tencent Hunyuan Hy3?
Hy3 is Tencent's third-generation flagship Hunyuan model and the first one built natively as a Mixture-of-Experts deployment for OpenRouter. The architecture numbers are notable for a 2026 production model:
- 295 billion total parameters, 21 billion active per token. The 14x sparsity ratio is similar to DeepSeek-V4 (256B / 22B active) and Mixtral-22x22B.
- 192 experts, top-8 routing. Each token activates 8 of 192 expert networks. This keeps per-token compute flat at the 21B level while expanding the model's overall knowledge coverage.
- 262,144-token context window (256K). Matches the prior Hunyuan generation. Trails DeepSeek-V4 Flash's 1M window by roughly 4x but is well past the 128K OpenAI default and 200K Anthropic default.
- Configurable reasoning effort via the
reasoningparameter: disabled (fast / cheap), low, or high (deeper CoT). This is the same pattern Anthropic shipped on Claude Opus 4.8 in May 2026. - OpenAI-compatible chat-completions API via OpenRouter. Drop in
base_url = "https://openrouter.ai/api/v1", pick modeltencent/hy3, and existing OpenAI / LangChain / LlamaIndex / Vercel AI SDK code works unchanged.
The architecture is the same shape as DeepSeek-V4 and Qwen 3.5-Max: large sparse MoE with a small active footprint, long context, configurable reasoning depth. Tencent's differentiator versus DeepSeek is the explicit OpenRouter launch and the pricing window — DeepSeek never had a free OpenRouter tier of comparable scale.
Hy3 pricing on OpenRouter — verified 2026-07-14
Verified data from openrouter.ai/api/v1/models on 2026-07-14 (live pricing in USD per million tokens):
The four Hunyuan endpoints on OpenRouter
| Endpoint | Input $/M | Output $/M | Cache read $/M | Context | Status |
|---|---|---|---|---|---|
tencent/hy3:free |
$0.00 | $0.00 | $0.00 | 262,144 | Free until 2026-07-21 |
tencent/hy3 |
$0.14 | $0.58 | $0.035 | 262,144 | Paid (active) |
tencent/hy3-preview |
$0.063 | $0.21 | $0.021 | 262,144 | Deprecated soon |
tencent/hunyuan-a13b-instruct |
$0.14 | $0.57 | — | 131,072 | Active (separate model) |
The free tier is the headline, but the post-7-21 paid tier is what determines whether Hy3 stays in your stack long term. At $0.14/M input and $0.58/M output it is in the same band as Mistral Large 3 and Claude Haiku 4.5 — mid-range frontier pricing, not the budget tier that DeepSeek-V4 Flash and Qwen 3.5-Max sit at.
Cost in context: what does a 1M-token Hy3 workload cost?
| Workload | Tokens | Cost (paid) | Cost (free tier) |
|---|---|---|---|
| Single chat response (1K in, 500 out) | 1,500 | $0.00043 | $0.00 |
| Long-context summarization (200K in, 4K out) | 204,000 | $0.030 | $0.00 |
| Agent tool-call loop (10K in, 2K out, 50 turns) | 600,000 | $0.198 | $0.00 |
| Document analysis batch (1M tokens, 50/50 in/out) | 1,000,000 | $0.36 | $0.00 |
At the free tier, the same batch costs literally $0 — which is why the 15-day window is so useful for evaluation. A team that runs 1M tokens per day during the free window saves roughly $8-30 per day versus the paid tier depending on output ratio.
Hy3 vs DeepSeek-V4 Flash: which one to use in 2026
For most readers evaluating Chinese-origin MoE models, the comparison that matters is Hy3 vs DeepSeek-V4 Flash. Both are on OpenRouter, both target the same agent / long-context workload, both are 2026 production models.
| Dimension | Tencent Hy3 | DeepSeek-V4 Flash |
|---|---|---|
| Total parameters | 295B (MoE) | 256B (MoE) |
| Active per token | 21B | 22B |
| Experts / routing | 192 / top-8 | 160 / top-6 |
| Context window | 262,144 (256K) | 1,048,576 (1M) |
| Input $/M (paid) | $0.14 | $0.09 |
| Output $/M (paid) | $0.58 | $0.18 |
| Cache read $/M | $0.035 | $0.018 |
| Reasoning modes | disabled / low / high | single CoT toggle |
| Free tier on OpenRouter | Yes (until 7-21) | No |
| Function calling | Yes (OpenAI format) | Yes (OpenAI format) |
The headline takeaway: Hy3 costs 1.5x more on input and 3.2x more on output than DeepSeek-V4 Flash, but ships a reasoning-effort toggle (disabled / low / high) that DeepSeek-V4 does not. If your agent runs short prompts with long outputs (code generation, analysis reports), the output cost gap matters; if you run long-context read-heavy workloads (RAG over 500K+ tokens), DeepSeek-V4's 1M window is decisive regardless of price.
The free window changes the math for evaluation, not for production. Use the free Hy3 tier to benchmark your private task suite against DeepSeek-V4 Flash, then pick based on measured performance per dollar, not on list price.
Calling Hy3 from the OpenAI SDK in 30 seconds
Because OpenRouter exposes Hy3 as an OpenAI-compatible endpoint, any OpenAI SDK code works with a one-line base URL swap. Here is the full first-call pattern:
1. Install and set the key
pip install openai
export OPENROUTER_API_KEY="sk-or-v1-..."
2. Make the first call
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-v1-...",
)
resp = client.chat.completions.create(
model="tencent/hy3", # or "tencent/hy3:free" until 2026-07-21
messages=[
{"role": "system", "content": "You are a precise coding assistant."},
{"role": "user", "content": "Write a Python function that computes cosine similarity."},
],
reasoning={"effort": "low"}, # disabled / low / high
)
print(resp.choices[0].message.content)
print(f"Tokens used: {resp.usage.total_tokens}")
3. Switch to curl if you prefer raw HTTP
curl https://openrouter.ai/api/v1/chat/completions -H "Authorization: Bearer $OPENROUTER_API_KEY" -H "Content-Type: application/json" -d '{
"model": "tencent/hy3:free",
"messages": [
{"role": "user", "content": "What is the capital of France?"}
]
}'
The free and paid endpoints behave identically other than rate limits and price. Code that works against tencent/hy3:free will work against tencent/hy3 after the free window closes — you only swap the model string.
4. Drop into LangChain or LlamaIndex in 3 lines
from langchain_openai import ChatOpenAI
llm = ChatOpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-v1-...",
model="tencent/hy3",
model_kwargs={"reasoning": {"effort": "low"}},
)
# Same interface as any OpenAI Chat model in LangChain
resp = llm.invoke("Summarize the Cambrian explosion in 3 sentences.")
print(resp.content)
The rollout strategy: ship in 4 steps before 7-21
The free window is finite. Treat it as a 15-day evaluation runway, not a production deployment. The sequence that has worked for similar free-tier rollouts (Llama 4 free on OpenRouter in 2025-04, DeepSeek-V3 free on OpenRouter in 2024-12) is:
- Day 1-2: wire the free endpoint into your dev environment. Use
tencent/hy3:freeas the default model in your prompt-evaluation harness. Confirm it returns coherent outputs on your task distribution (Chinese-language, code, agent loops, whatever your stack runs). - Day 3-7: benchmark against your private eval set. Compare Hy3 against DeepSeek-V4 Flash and your current production model on a 100-500 prompt sample. Capture quality (pass rate, win rate vs human rater), latency (TTFT, total), and per-task token cost.
- Day 8-12: pilot in a non-production agent. Route 5-10% of real traffic through Hy3 with fallback to your current model. Monitor for quality regressions, edge cases, and rate-limit surprises (free models typically cap at 20 RPM per provider).
- Day 13-15 (before 7-21 16:00 UTC): migrate the model string. Switch
tencent/hy3:freetotencent/hy3in your routing layer. If benchmarks showed DeepSeek-V4 Flash was better, swap to that instead. Add a fallback model string in your retry logic so a 429 or deprecation error gracefully falls through.
The deprecation on 7-21 is hard — there is no grace period. A model string that worked at 15:59 UTC will return an error at 16:01 UTC. Plan the migration for Day 14, not Day 15.
Where Hunyuan Hy3 fits in your 2026 model stack
Three concrete use cases where Hy3 is the right pick over DeepSeek-V4 Flash or the OpenAI / Anthropic tier:
- Chinese-language long-context tasks. Hy3's Chinese-language fine-tuning is stronger than DeepSeek's (Tencent's NLP group has had years to tune for Mandarin). For 100K-token Chinese document analysis where DeepSeek is acceptable but not optimal, Hy3 is the better default.
- Configurable reasoning effort on a budget. The
reasoning: { effort: disabled/low/high }toggle is the same UX Anthropic shipped for Claude Opus 4.8 in May. Pair it with OpenRouter's per-request cost attribution to log cost-vs-quality by effort tier. - Quick evaluation of MoE quality on your task. The free window is the cheapest way to test a 295B MoE on private data. Even at $0/M, you get full reasoning effort and 256K context.
Two cases where Hy3 is the wrong pick:
- Sub-$0.10/M output workloads. DeepSeek-V4 Flash ($0.18/M output) is 3x cheaper. If your workload is generation-heavy at scale, the math is decisive.
- 1M-context workloads. Hy3's 256K ceiling is a hard limit. If your task needs more than 256K tokens, DeepSeek-V4 Flash or Google Gemini 2.5 Pro are the only viable options on OpenRouter.
OpenRouter-only vs Tencent's direct API
Tencent also runs Hunyuan natively on cloud.tencent.com (the China-direct path covered in our 2026-05-20 Hunyuan review). The model lineup there — Hunyuan Turbo S, Turbo, Lite, Standard, Pro — is the older generation. Hy3 is OpenRouter-first. If you are outside mainland China and your existing stack is OpenRouter-based, the OpenRouter path is lower friction. If you are inside China and your stack is Tencent Cloud, the native path is faster (no proxy, lower latency, Chinese billing in CNY).
The two paths are not interchangeable. The free window is OpenRouter-only; Tencent does not advertise a free Hy3 tier on its own platform.
Verifying Hy3 in production
After wiring Hy3 into your stack (free or paid), four things to verify before you trust it with real traffic:
- Reasoning-mode cost differential. Run the same 50-prompt benchmark with
reasoning: { effort: disabled }andreasoning: { effort: high }. Expect output tokens to grow 3-8x with high reasoning enabled, which directly multiplies the output cost. - Cache-read hit rate. If your agent loops re-send long system prompts, confirm OpenRouter's cache_read is being applied (visible in
usage.cached_tokens). Without caching, a 50-turn agent loop with 8K system prompts burns roughly $0.21/loop at paid pricing — with caching it drops to ~$0.03. - Latency under load. Free-tier endpoints typically cap at 20 RPM with shared providers. If you exceed this, you will see 429 errors. The paid tier removes the cap (subject to provider quota). Always test your real peak RPM on the paid endpoint before the 7-21 cutoff.
- Deprecation cliff behavior. Set a calendar reminder for 2026-07-21 15:00 UTC (1 hour before deprecation). At that time, switch the model string in your routing config from
tencent/hy3:freetotencent/hy3(or your fallback model). Verify the new endpoint returns 200 OK and your retry logic handles the transition cleanly.
FAQ
When does the free Tencent Hy3 tier on OpenRouter end?
The `tencent/hy3:free` model on OpenRouter is scheduled for deprecation on 2026-07-21T16:00:00Z. After that timestamp, calls will return an error and you must switch to the paid `tencent/hy3` endpoint ($0.14/M input, $0.58/M output) or another OpenRouter model. The window is approximately 15 days from the 2026-07-06 launch.
How much does Tencent Hy3 cost after the free tier ends?
Paid Hy3 on OpenRouter is $0.14 per million input tokens, $0.58 per million output tokens, and $0.035 per million tokens for cache reads. By comparison, the cheaper `tencent/hy3-preview` variant runs $0.063/M input and $0.21/M output. DeepSeek-V4 Flash (the main 2026 Chinese-model competitor) is $0.09/M input and $0.18/M output.
Is Tencent Hy3 free for everyone on OpenRouter?
Yes. Any OpenRouter account can call `tencent/hy3:free` with no credit card and no quota top-up until 2026-07-21. Rate limits per provider apply (typically 20 requests per minute for free models), and the deprecation is hard — there is no paid extension to the free path.
What is the context window of Tencent Hy3?
262,144 tokens (256K). This matches the prior Hunyuan generation and trails DeepSeek-V4 Flash's 1M window by roughly 4x. Hy3 does not advertise a separate long-context tier — pricing is flat at $0.14/$0.58 per million tokens regardless of input length.
How does Hy3 compare to DeepSeek-V4 Flash on price?
Hy3 is $0.14/$0.58 per million tokens (paid); DeepSeek-V4 Flash is $0.09/$0.18. Hy3 costs roughly 1.5x more on input and 3.2x more on output. For budget-sensitive workloads, DeepSeek-V4 Flash is the cheaper option at the same tier. Hy3's differentiator is its reasoning depth and 192-expert MoE routing, not pure price.
Does Tencent Hy3 support function calling and tool use?
Yes, when called through OpenRouter's unified chat-completions API. The model accepts OpenAI-format tool definitions and returns structured tool_call payloads. Hy3 ships with configurable reasoning effort (disabled / low / high) which you toggle via the `reasoning` parameter in the request payload.
Can I use Tencent Hy3 from mainland China without a VPN?
Direct OpenRouter access from China is inconsistent — many Chinese developer networks require a stable proxy. Tencent's own Hunyuan API (cloud.tencent.com/hunyuan) is the China-direct alternative with the Turbo S / Turbo / Lite lineup we covered in our 2026-05-20 Hunyuan review. OpenRouter is for international builds and benchmark testing.
What is the difference between tencent/hy3, hy3-preview, and hunyuan-a13b-instruct?
Hy3 is the flagship 295B MoE (21B active) production model. Hy3-preview is the earlier 2026-06 preview release with lighter per-token pricing ($0.063/M input). Hunyuan-A13B-Instruct is a separate, smaller MoE (80B total / 13B active) tuned for instruction following rather than reasoning. They are three different checkpoints, not the same model at different precisions.
Is Tencent Hy3 better than DeepSeek-V4 for reasoning benchmarks?
On the public OpenRouter aggregate benchmarks, Hy3 lands roughly 2-4 percentage points below DeepSeek-V4 on the reasoning subset (MMLU-Pro, GPQA-Diamond) and slightly above on coding (HumanEval+, LiveCodeBench). For pure cost-per-correct-answer on agent benchmarks, DeepSeek-V4 Flash is still the better buy in mid-2026.
Should I build a production agent on the free Hy3 tier?
No. Treat the free window (now through 2026-07-21) as a 15-day evaluation period: validate that the model fits your task shape, benchmark against your private evaluation set, and have the paid endpoint or a fallback model wired in before 7-21 16:00 UTC. Anything shipped in production after that timestamp must move to the paid tier or another model — there is no paid extension to the free path.
Bottom line: Tencent Hunyuan Hy3 is the cheapest serious test of a 295B MoE on private data in mid-2026 — free until 2026-07-21 16:00 UTC, then $0.14/$0.58 per million tokens. Use the 15-day window to benchmark against DeepSeek-V4 Flash on your own task distribution, then choose based on measured cost-vs-quality, not list price. Wire the model-string migration in your routing layer before Day 14 so the deprecation does not break production.