Introducing Hy4 Preview

TL;DR · AI 摘要
腾讯推出Hy4模型,参数达770B,支持1M token上下文,推理模式仅high和no_think。
核心要点
- Hy4模型总参数770B,活跃参数49B,上下文窗口达1M token
- 推理模式仅支持high(默认)和no_think两种选项
- 相比Hy3模型,参数规模提升超160%,上下文窗口扩大40倍
结构提纲
按章节快速跳转。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- Hy4模型发布
- 核心参数
- 总参数770B
- 活跃参数49B
- 上下文窗口1M token
- 技术特性
- 推理模式:high/no_think
- Hugging Face 1.56TB数据
- 推理文本语法优化
金句 / Highlights
值得收藏与分享的关键句。
Hy4模型总参数770B,较Hy3的295B增长160%,活跃参数达49B
推理模式仅支持high(默认)和no_think两种选项,缺失中间层级
生成SVG示例中,模型推理过程显示对细节的权衡思考(如是否添加头盔)
Introducing Hy4 Preview
Simon Willison’s Weblog
Subscribe
#smallhead
Sponsored by:
Greptile — The Al code reviewer that runs your code. Catch bugs that only show up at runtime.
Try it for free
29th August 2026 - Link Blog
Introducing Hy4 Preview . New open weight text input (no vision) LLM from Chinese company Tencent today: 770B total parameters, 49B active parameters, 1M token context window, 1.56TB on Hugging Face .
This is a big size increase from their previous Hy3 in July, which was 295B, 21B active, 256,000 context, 598GB.
I recently started using model chat templates to better understand their capabilities. Here's Hy4's chat_template.jinja on Hugging Face, which includes this section:
{%
-
if
not
reasoning_effort
is
defined
%}
{%
-
set
reasoning_effort
=
'high'
%}
{%
-
elif
reasoning_effort
not
in
[
'high'
,
'no_think'
]
%}
{%
-
if
reasoning_effort
is
none
%}
{{- raise_exception('reasoning_effort error : None, should be no_think/high') }}
{%
-
else
%}
{{- raise_exception('reasoning_effort error : ' + reasoning_effort + ', should be no_think/high') }}
{%
-
endif
%}
{%
-
endif
%}So it looks like there are just two reasoning effort levels: "high" (the default) and "no_think" (reason by disabled).
I tried my "Generate an SVG of a pelican riding a bicycle" prompt with the default high reasoning via OpenRouter and got this :
Quoting the reasoning trace:
[...] Let's maybe add a helmet? It could improve riding theme, but may obscure head. Maybe a small cycling cap or helmet? The user didn't ask; can add red helmet? Might be cute. But pelican with big beak; a helmet might obscure. Better maybe no. Maybe add sunglasses? no. Maybe add water? no.
It's interesting how the reasoning trace uses slightly truncated English, presumably because perfect grammar isn't useful or token efficient for hidden reasoning text.
Posted
29th August 2026
at 11:53 pm
Recent articles
- Conceptual integrity and counting lines of code - 19th August 2026
- Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things - 16th August 2026
- Now we have a timeline of the OpenAI accidental attack against Hugging Face - 7th August 2026
#primary
This is a link post by Simon Willison, posted on 29th August 2026 .
ai
2,206
generative-ai
1,955
llms
1,922
pelican-riding-a-bicycle
137
llm-reasoning
102
llm-release
226
ai-in-china
108
Monthly briefing
Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.
Pay me to send you less!
Sponsor & subscribe
.metabox
#secondary
#wrapper
- Disclosures
- Colophon
- ©
- 2002
- 2003
- 2004
- 2005
- 2006
- 2007
- 2008
- 2009
- 2010
- 2011
- 2012
- 2013
- 2014
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
- 2022
- 2023
- 2024
- 2025
- 2026