By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Logic & LayersLogic & Layers
  • Tools
  • Earn with AI
  • Productivity
  • Automation
  • Guides
Logic & LayersLogic & Layers
  • Privacy Policy
  • About
Search
  • Tools
  • Earn with AI
  • Productivity
  • Automation
  • Guides
  • About
  • Contact
  • Blog
  • Privacy Policy
  • Complaint
  • Advertise
© 2026 Logic and Layers. Ruby Design Company. All Rights Reserved.
Tencent Hy4 preview open-source model cover art with neural network visuals
Tools

Tencent Hy4: the open-source AI model with 1M-token memory

Editorial Team
Last updated: August 31, 2026 3:33 am
Editorial Team
Share
Tencent released and open-sourced Hy4 preview in August 2026.

You know what’s annoying about ChatGPT? It forgets. Feed it a long document and ten minutes later it’s re-reading the same paragraphs. Tencent Hy4 is a new open-source model that holds a million tokens in memory at once, and it’s free to try right now.

Contents
What is Tencent Hy4?Why a 1M-token context mattersWhat Hy4 is actually good atCodingOffice work and researchWhy the two thinking modes matterHow Hy4 compares to other free AI modelsHow to try Tencent Hy4 todayThe honest catch

What is Tencent Hy4?

Tencent Hy4 (the full name is Hy4 preview) is the latest large language model from Tencent’s Hunyuan team, released and open-sourced on August 28. It’s huge: 770 billion total parameters, with 49 billion active per request. That “active” number matters, because it means the model only switches on a fraction of its brain for any single task. You get the power of a giant model at a fraction of the computing cost. That’s the same trick used by other top open-weight models, and it’s why a model this large can still run affordably.

The context window is where things get wild. Hy4 handles over 1 million tokens. For comparison, its predecessor Hy3 handled 256,000, and that already felt generous. A million tokens is roughly the size of three huge novels, an entire codebase, or a year of meeting notes. You can drop all of it in one prompt.

Tencent says Hy4 ranks among the top tier of open-source models, and they put a number on it. In an internal blind evaluation with 163 experts and 203 engineering tasks, Hy4 scored 2.99 out of 4.00, slightly ahead of GLM-5.3 at 2.92 and Kimi K3 at 2.94. Take internal benchmarks with a grain of salt, sure. But the direction of travel is clear.

Why a 1M-token context matters

Context window is the model’s working memory. When you chat with most AI, it can only “see” the last chunk of conversation. Anything older gets summarized or dropped, and that’s when the model starts forgetting details you gave it an hour ago.

A 1M-token window changes what you can do in one session. You can paste a whole book and ask questions about chapter 3 with full knowledge of chapters 1 through 12. Feed it an entire repo and it can trace a bug across thirty files. You can even upload a year of support tickets and ask for patterns nobody had time to find.

For a beginner, the practical version is simpler: you stop having to chop your work into bite-size chunks. The model remembers, so your prompts can get lazier in the good way. Give it everything, once, and it keeps it straight.

What Hy4 is actually good at

Tencent built Hy4 for real-world productivity, not just benchmarks. That’s visible in the training data, which was co-created with Tencent’s own experts in software engineering, gaming, finance, and security. Here’s where it shows.

Coding

Hy4 is strongest at long-context development. That means understanding a big codebase, planning changes, debugging, and validating fixes across many files. Tencent also claims a specific trick: it can generate a playable game prototype from a single natural-language request, then keep refining it through conversation. If you’ve ever wanted to describe a game in plain English and watch it build, that’s the party trick.

Office work and research

The office side is where beginners will feel it most. Hy4 handles document creation, spreadsheets, and presentations, and it’s specifically tuned for data analysis and cross-document work. In scientific research, Tencent points to gains in molecular dynamics simulation, condensed-matter physics, and math. Wildly above most readers’ needs, but it explains why researchers are paying attention.

One more detail that’s genuinely interesting: Hy4 reportedly participated in its own development, proposing experiments for its own training and iterating on the results. A model that helps improve the next model. That’s either inspiring or mildly unsettling, depending on your mood.

Why the two thinking modes matter

Simon Willison’s teardown of the model found something worth knowing for practical use: Hy4 only has two reasoning settings, “high” and “no_think.” There’s no dial with eleven positions, which is honestly refreshing.

High is the default, and it’s what you want for anything that needs real thought: debugging code, analyzing a contract, planning a multi-step task. The model works through the problem before answering, and the quality shows on hard questions.

No_think means the model answers without the extended internal reasoning. That sounds like a downgrade until you remember the 1M-token context window. Big-context tasks are often retrieval tasks: “find every clause about termination in this contract” or “what did the Q3 report say about inventory?” For those, you don’t need the model to reason, you need it to search quickly. No_think will get you there faster, and since hidden reasoning tokens aren’t generated, it runs cheaper too.

So the practical tip for beginners: default to high for writing and problem-solving, switch to no_think when you’re mostly hunting for information inside a big document.

How Hy4 compares to other free AI models

The closest points of comparison for a beginner are GLM-5.3 and Qwen 3.8, both of which we’ve covered before. Here’s the side-by-side using Tencent’s own blind evaluation:

Model Company Tencent blind-test score (/4.00) Free to try?
Tencent Hy4 preview Tencent 2.99 Yes: free for 2 weeks on WorkBuddy and CodeBuddy; OpenRouter from about $0.83 per million input tokens
GLM-5.3 Zhipu AI 2.92 Yes: free tier on z.ai
Kimi K3 Moonshot AI 2.94 Yes: via the Kimi app

The honest reading: they’re all in the same band. Hy4 edges ahead in Tencent’s test, and it brings the biggest context window of the three. But it’s not a knockout. Choose based on what you need to do, not just the scoreboard.

How to try Tencent Hy4 today

You don’t need a server or a degree to touch this thing. Three routes, easiest first.

  1. Tencent’s apps. WorkBuddy and CodeBuddy are Tencent’s AI work apps, and Hy4 preview is free on both for two weeks after launch. That’s the zero-friction path. Yuanbao and ima also carry it.
  2. OpenRouter. If you don’t want another app, Hy4 is on OpenRouter. It costs about $0.83 per million input tokens and $2.50 per million output tokens, which works out to pennies per real session. Our OpenRouter tutorial explains the whole setup in about ten minutes.
  3. Run it yourself. The weights are open on Hugging Face, which means anyone with the hardware can host it. At 1.56 terabytes, that’s not a laptop project. Skip it unless you already run local models.

The honest catch

Three things to keep in mind.

First, it’s a preview. The “preview” in Hy4 preview is doing real work. Expect rough edges, and expect the final version to change. Second, the free window is a launch promotion, not a promise. Two weeks on WorkBuddy and CodeBuddy, then the apps move to their regular pricing. The open weights stay open, but “free” means “free to try right now.” Third, Tencent’s benchmark is Tencent’s benchmark. Independent testing will take weeks, and the leaderboards always shuffle.

Even with those caveats, the pattern here is worth noticing. The timeline from Hy3 in July to Hy4 in August is a one-month jump in context length and capability. Open-source models keep pulling ahead on memory, and the price of entry stays at zero. That’s the part that should matter to people who just want AI that actually remembers their documents.

If you want the full context on the free-model landscape, our GLM-5.3 explainer and the Qwen 3.8 review cover the other two serious players in this bracket.

You Might Also Like

NotebookLM public notebooks: How to share & find them
ChatGPT Business Premium Seats: Pricing & 5x Usage Guide
Claude vs ChatGPT vs Gemini: Which AI actually helps you learn?
Adobe for Slack: Edit images in chat with Photoshop and Firefly
Claude Cowork vs ChatGPT Work: Which AI Workspace Saves More Time?
TAGGED:AI ModelsAI toolsCodingopen source AITencent
Share
Previous Article AI chatbot assistant working inside a cloud browser window on a website ChatGPT cloud browser: how it logs into websites for you
Next Article Credit card sized AI voice recorder next to a smartphone Comulytic Note Pro review: the credit-card AI voice recorder
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

banner banner
Create an Amazing Newspaper
Discover thousands of options, easy to customize layouts, one-click to import demo and much more.
Learn More

Latest News

DeepSeek V4.1 Flash model card with benchmark charts
DeepSeek V4.1 Flash review: open weights, 1M context
Tools
Gemini Nano file folder on a laptop disk
Gemini Nano in Chrome: the 4 GB file you never agreed to
Tools
Smartphone showing ChatGPT ads rollout as Amazon joins as first big advertiser
Amazon ads in ChatGPT: what the pilot means for sellers
Earn with AI
Cognition SWE-2 announcement artwork with benchmark performance visuals
Cognition SWE-2: frontier coding AI at a fraction of the price
Tools

Recent Posts

  • DeepSeek V4.1 Flash review: open weights, 1M context
  • Gemini Nano in Chrome: the 4 GB file you never agreed to
  • Amazon ads in ChatGPT: what the pilot means for sellers
  • Cognition SWE-2: frontier coding AI at a fraction of the price
  • Gemini app for Windows: how to set it up in 2 minutes

Recent Comments

  1. DeepSeek V4.1 Flash review: open weights, 1M context on How to Reduce AI Costs 90: Model Routing Cost Control Guide
  2. Gemini app for Windows: how to set it up in 2 minutes on Gemini for Mac just got voice commands (Here is how to use them)
  3. Gemini Nano in Chrome: the 4 GB file you never agreed to on How to disable Gemini in Gmail and Google Docs (Step-by-step guide)
  4. Amazon ads in ChatGPT: what the pilot means for sellers on Claude commerce agents: what they are and why they matter
  5. Amazon ads in ChatGPT: what the pilot means for sellers on How to Get Found in AI Search: GEO Basics for Beginners

You Might also Like

Arena AI comparing AI models side by side on a laptop screen
Tools

How to compare AI models side by side with Arena AI (Free)

Editorial Team
Editorial Team
11 Min Read
Diagram showing how the WeatherNext 3 AI model predicts the weather
Guides

WeatherNext 3: Google’s new AI weather model, explained

Editorial Team
Editorial Team
9 Min Read
OpenAI Codex persistent AI agent coding in background
Tools

OpenAI Codex Persistent Agents: Run Background Coding While You Sleep

Editorial Team
Editorial Team
7 Min Read
//

We influence 20 million users and is the number one business and technology news network on the planet

Quick Link

  • PRIVACY NOTICE
  • YOUR PRIVACY RIGHTS
  • INTEREST-BASE ADSNew
  • TERMS OF USE
  • OUR SITE MAP

Support

  • ADVERTISE
  • ONLINE BESTHot
  • CUSTOMER
  • SERVICES
  • SUBSCRIBE

Categories

  • Tools
© 2026 Logic and Layers. All Rights Reserved.