Tencent Hy4 pricing: API rates, hardware cost, and rivals compared

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 30, 2026

Expert Verified
Illustrated hero banner for a pricing and cost breakdown of Tencent Hy4, a 770B open-weight AI model

Tencent Hy4 API pricing at a glance

I spend most of my week thinking about how buyers actually search for tools like this, and "Tencent Hy4 pricing" is almost always really two questions: what does a token cost, and what does the whole thing cost to run. Let's take the token question first, because it is the simple one.

Here are the published API rates, straight from Tencent's launch announcement, all per million tokens:

MeterPrice per 1M tokensWhat it covers
Input$0.834Every token you send in (prompt, context, retrieved docs)
Output$2.501Every token the model generates back
Cached input$0.042Input tokens served from cache on a repeat prompt

Three things are worth pulling out of that table.

First, the output-to-input ratio is about 3:1, which is normal for a reasoning-heavy model. Because Hy4 is a heavy reasoner (more on that below), your bills will lean toward the output meter, so that $2.501 number is the one to plan around, not the headline $0.834.

Second, the cache rate is very cheap at $0.042. If your workload repeats a large system prompt or a fixed knowledge base across many calls, and most agentic workloads do, cache hits knock the effective input price down by roughly 20x. That is a real lever, and it is the kind of thing that separates a well-built AI agent from a rule-based chatbot or a naive wrapper that pays full freight on every token.

Third, there is no permanent free tier. The trial is time-boxed (two weeks on Tencent's own apps), and after that every token is metered.

Diagram showing that Tencent Hy4 activates only 49B of its 770B parameters per token, but all 770B must still sit in GPU memory
Diagram showing that Tencent Hy4 activates only 49B of its 770B parameters per token, but all 770B must still sit in GPU memory

Estimate your monthly Tencent Hy4 bill

Rates per million tokens are hard to feel. Plug in a rough monthly volume and see what Hy4 costs against the other flagship open models. The calculator assumes the standard non-cached rates for every model.

The price nobody quotes: running it yourself

This is where "open weights" gets expensive, and it is the single biggest thing to understand before you get excited about Hy4 being open source. The Apache 2.0 license means you are allowed to run it anywhere. The hardware decides whether you can, and what it costs.

The vLLM recipe is blunt about the floor. Full BF16 weights are about 1,848 GB. Even the MXFP8 quantized weights are ~924 GB. The recipe's own minimum: "16xB200 or 8xB300 minimum for weights + KV cache." A single 8x H100 node (640 GB) cannot hold it.

Ladder showing the hardware needed to run Tencent Hy4: an 8x H100 node can't fit it, the MXFP8 build needs an 8x B300 node, and full BF16 needs 16x B200 or 8x B300
Ladder showing the hardware needed to run Tencent Hy4: an 8x H100 node can't fit it, the MXFP8 build needs an 8x B300 node, and full BF16 needs 16x B200 or 8x B300

Put rough numbers on that. Renting an 8x B200 node from a cloud GPU provider runs in the neighborhood of tens of thousands of dollars a month, and the full BF16 recipe wants two of those. Buying the silicon outright is a six-figure capital purchase before you power it on. That is the real Tencent Hy4 price for anyone who wants to own their inference, and it dwarfs the token rate unless you are running the box at very high utilization.

The r/LocalLLaMA crowd, who run big models at home as a hobby, greeted it with equal parts admiration and resignation:

Reddit

The amount of people who can drop $5-10k to run these locally is vanishingly small.

The quant math they worked out is useful if you are tempted. A Q4 GGUF lands around 450 GB, so 512 GB of memory is the realistic minimum, and a 256 GB machine only fits the 1-2 bit quants. One detailed breakdown put it plainly: if you have 256 GB, you are much better off with GLM-5.3-Flash. For local use, a smaller, well-post-trained model keeps winning the cost argument.

The takeaway for pricing: for almost everyone, "using" Hy4 means the API. Self-hosting is a data-center project, not a line item.

Tencent Hy4 pricing vs the other open-weight flagships

Here is where Hy4 sits against its rivals, all per million tokens, checked on August 30, 2026.

ModelTotal / active paramsContextInputOutputCache-hit in
Hy4 preview (Tencent)770B / 49B1M$0.834$2.501$0.042
DeepSeek V4 Flash284B / 13B1M$0.22 / $0.44$0.66 / $1.32$0.007
DeepSeek V4 Pro49B-class active1M$0.66 / $1.32$1.98 / $3.96$0.022
Qwen 3.8 Max2.4T / 95B1M$2.00$6.00$0.25
Kimi K32.8T / 104B1M$3.00$15.00$0.30
GLM-5.3not disclosedn/a$1.40$4.40$0.26

The chart tells the same story faster. On the meter that dominates most bills, output, Hy4 is the second-cheapest of this group, behind only DeepSeek V4 Flash.

Bar chart comparing output price per million tokens across open-weight models: DeepSeek V4 Flash $0.66, Hy4 preview $2.50, GLM-5.3 $4.40, Qwen 3.8 Max $6.00, Kimi K3 $15.00
Bar chart comparing output price per million tokens across open-weight models: DeepSeek V4 Flash $0.66, Hy4 preview $2.50, GLM-5.3 $4.40, Qwen 3.8 Max $6.00, Kimi K3 $15.00

Two honest caveats sit on top of that pricing.

First, Hy4 is about 5-6x more expensive than Hy3, as flagged in the community pricing thread. If you are an existing Hy3 user, this is a real cost jump, not a discount, and you should decide whether the extra capability changes your output.

Second, DeepSeek V4 Flash is dramatically cheaper on both meters, and for a lot of agentic work "cheap and good enough" wins. One developer said so plainly after running a real test:

Reddit

even mimo 2.5 was same good and on 1/20 of the costs... the model is interesting if the price is lower but not for 2.5 USD per million output.

That is the crux of Hy4's pricing position: it is not the cheapest, and it is not trying to be. It is the mid-priced option that buys you frontier-class coding scores and a 1M context, and whether that is worth the premium over DeepSeek or a Flash-tier model depends entirely on how much the extra quality moves your numbers.

How to try Hy4 cheaply (or free)

If you want to kick the tires before committing a budget, there are a few low-cost routes:

  • Free for two weeks on Tencent's WorkBuddy and CodeBuddy apps from launch. No token cost during the window.
  • OpenRouter, which lists Hy4 preview with a zero-retention data policy. Handy if you want a single API key across many models and care about data handling.
  • Tencent Cloud TokenHub, the first-party route if you are already in Tencent's cloud.

For most buyers the smart move is to run a small pilot on the free window, measure your real input/output split (use the calculator above with those numbers), and only then decide whether Hy4's rate beats a cheaper model for your specific workload.

What Hy4's price actually buys, and where it leaks

One more pricing nuance that does not show up on the rate card. Tencent is upfront that this preview spends longer than necessary reasoning and over-verifies its own work. On a per-token model, an over-reasoner quietly inflates your bill, because you pay for every one of those extra output tokens. So the effective cost of Hy4 for a chatty, verification-heavy task can run higher than the sticker rate suggests, which is exactly the kind of thing that only shows up once you are live.

That is the gap I keep coming back to. A raw model rate tells you what a token costs. It does not tell you how many tokens the job will take, whether your prompts hit the cache, how much you will spend on retries, or what the engineering time to wire it all up is worth. Those are the numbers that decide the real bill, and they are the ones a benchmark or a price table never shows.

If you want the deeper spec-and-benchmark context behind these prices, the full Tencent Hy4 review and the Hy4 overview cover what you are paying for.

And if you are weighing it purely on cost, these breakdowns are the natural next reads:

Try eesel: hire the teammate, skip the token math

Here is the way I frame it after years of watching teams shop for models. A model like Hy4 is infrastructure, an engine with no car around it. eesel AI is the employee. Instead of picking a model, provisioning GPUs or metering tokens, and building the retrieval, guardrails, integrations, and evals yourself, you hire a ready-to-work AI teammate for a specific job and it arrives already knowing how to do it.

eesel AI helpdesk dashboard overview, where an AI teammate joins your existing support queue
eesel AI helpdesk dashboard overview, where an AI teammate joins your existing support queue

Right now the roster is two teammates. The AI helpdesk teammate joins your existing queue in Zendesk, Freshdesk, or a shared inbox, trains on your past tickets and help center, and drafts or sends replies, and you can simulate it against historical tickets before it answers a single customer, so you know the cost and the behavior up front instead of flipping a switch and hoping. The AI blog writer does the research, writing, and SEO for a long-form post in one run.

Both run on frontier models under the hood, so you get the capability without provisioning a single GPU or reading a rate card, and eesel's own usage-based pricing is a predictable per-resolution number rather than a raw token meter you have to forecast. You can start free, no credit card and no sales call.

Want the end-to-end math instead of a per-token rate? These make it concrete:

Frequently Asked Questions

How much does Tencent Hy4 cost to use?
Tencent Hy4 pricing on the API is $0.834 per million input tokens, $2.501 per million output tokens, and $0.042 per million cached input tokens. That undercuts most flagship open models, but it is roughly 5-6x more expensive than the outgoing Hy3. If you would rather not manage tokens at all, an AI teammate runs on models like this for you.
Is Tencent Hy4 cheaper than DeepSeek or Kimi K3?
It is cheaper than Kimi K3 ($3 in / $15 out) and Qwen 3.8 Max ($2 / $6), and it sits close to GLM-5.3 ($1.40 / $4.40). But DeepSeek V4 Flash is far cheaper at roughly $0.22-0.44 in and $0.66-1.32 out, so Hy4 is the mid-priced flagship, not the price floor.
How much does it cost to run Tencent Hy4 yourself?
Self-hosting is the expensive path. The full BF16 weights are about 1,848 GB and the recipe calls for 16x B200 or 8x B300 just for weights plus KV cache, which is a data-center bill of tens of thousands of dollars a month rented, or hundreds of thousands to buy. Even the MXFP8 build (~924 GB) needs a full 8-GPU node, so for most teams the API is the only realistic Tencent Hy4 pricing that matters.
Where can I try Tencent Hy4 for free?
Hy4 preview is free for two weeks on Tencent's WorkBuddy and CodeBuddy apps from launch, and it is reachable through OpenRouter and Tencent Cloud TokenHub. For a support or content workflow, you can also start free with an eesel AI teammate that already runs on frontier models.
Why is Tencent Hy4 more expensive than Hy3?
Hy4 is a much larger model (770B total, 49B active) with a 1M-token context and stronger coding scores, and Tencent priced it about 5-6x higher than Hy3 to match. If you are an existing Hy3 user, moving to Hy4 is a real cost increase, so it is worth checking whether the extra capability actually changes the outcome for your workload.
What is the cheapest way to use a model like Tencent Hy4?
For raw token cost, a smaller model like DeepSeek V4 Flash or GLM-5.3-Flash usually wins. For a finished job rather than raw tokens, a ready-made AI agent that already handles retrieval, guardrails, and integrations is often cheaper end to end than wiring a 770B model up yourself.
Does Tencent Hy4 pricing include a free tier or trial?
There is no permanent free API tier, but the two-week free window on WorkBuddy and CodeBuddy lets you test it at no cost, and OpenRouter's listing has a zero-retention data policy. Beyond that trial, every token is billed at the standard Hy4 rate.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
Illustrated hero banner for a review of Tencent Hy4, a 770B open-weight AI model
AI

Tencent Hy4 review: is the 770B open-weight model worth it?

A hands-on review of Tencent Hy4 preview: the 770B open-weight specs, benchmarks, real hardware cost, API pricing, and who should actually use it.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026
Illustration of Tencent Hunyuan Hy4 as a new open-source AI model being examined
AI

Tencent Hunyuan Hy4: specs, benchmarks, pricing, and who it's actually for

Tencent Hunyuan Hy4 is a 770B open-weight model built for coding and productivity. Here's what the specs, benchmarks, and pricing actually mean, and who should care.

Rama Adi NugrahaRama Adi NugrahaAug 30, 2026
Illustration of a roundup comparing open-weight AI model alternatives to Tencent Hy4
Alternatives

The 8 best Tencent Hy4 alternatives in 2026

Tencent Hy4 is a strong open-weight model you probably can't run. Here are the 8 best Tencent Hy4 alternatives, from cheap open weights to managed APIs.

Rama Adi NugrahaRama Adi NugrahaAug 30, 2026
Illustration for a roundup of the best alternatives to Google Gemini 3.6 Flash in 2026
AI

The 6 best Gemini 3.6 Flash alternatives in 2026

The best Gemini 3.6 Flash alternatives in 2026, with real prices and benchmarks: GPT-5.6 Luna, Claude Sonnet 5, Grok 4.5, Flash-Lite, and more.

Alicia Kirana UtomoAlicia Kirana UtomoJul 22, 2026
Editorial illustration for a review of Gemini 3.6 Flash, Google's fast workhorse AI model
AI

Gemini 3.6 Flash review: Google's cheaper, faster workhorse

A hands-on Gemini 3.6 Flash review: the new price, the 17% token cut, where it beats GPT-5.6 and Claude Sonnet 5, and where it still trails them.

Rama Adi NugrahaRama Adi NugrahaJul 22, 2026
Illustration of a Kimi K3 model tile beside a row of pricing tier cards, in Kimi blue
AI

Kimi K3 pricing: what Moonshot's frontier model really costs

Kimi K3 pricing, decoded: the $3/$15 API rate, the $19–$199 app tiers, how the 90% cache discount changes the math, and how it compares to Claude, GPT and DeepSeek.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 17, 2026
Illustrated hero banner for a breakdown of Flowith pricing, showing subscription tiers and a credit-based billing model
AI

Flowith pricing (2026): plans, credits, and the real cost

A full breakdown of Flowith pricing: the four credit-based tiers, what a credit actually buys, the gotchas that don't show on the pricing page, and who each plan is for.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Abstract editorial illustration of a precise image-generation workspace
AI

Seedream 5.0 Pro review: precise, powerful, hard to access

Seedream 5.0 Pro targets precise image composition, multilingual text, and reference fusion. This review covers its strengths, limits, price, and access.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 13, 2026
Illustration of an AI desktop app driving its own browser window, clicking and filling forms on its own.
AI

Claude Cowork browser: what Anthropic's built-in agentic browser does

Anthropic put a real browser inside the Claude Cowork desktop app. Here is what the Claude Cowork browser does, which plans get it, and where it fits.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free