WeLM-617B is the frontier-scale model of the WeLM (WeChat Language Model) family, developed by WeChat AI inside Tencent. With 617 billion total parameters and 23 billion activated per token in a sparse MoE architecture, it was first shown publicly on July 14, 2026 as part of the "Hidden Decoding at Scale" technical blog and arXiv paper — the first demonstrated sequence-length scaling method at the 100B+ MoE scale.
Model Specifications
| Specification | WeLM-617B |
|---|---|
| Architecture | Sparse MoE (512 experts + 1 shared, top-10 routing) |
| Total parameters | 617B |
| Active parameters | 23B |
| Layers | 94 |
| Context window | 32K native (256K with extension) |
| Training tokens | 17.06T (base); +0.90T for HD4 variant |
| Availability | Closed weights; powers WeChat's Xiaowei assistant |
Hidden Decoding at Scale
Hidden Decoding is a sequence-length scaling method applied during continued pre-training. It expands each token into parallel streams with independent embedding tables, giving every token more internal computation without adding or widening Transformer layers. The WeLM-HD4-617B variant (n=4) improves all nine shared benchmarks over the plain WeLM-617B autoregressive baseline — with the incremental continuation training costing only about 5.3% of the full base-model training budget (0.90T vs 17.06T tokens).
Benchmark Highlights (early SFT-only)
- GPQA Diamond: 89.1 (91.2 with HD4) — ahead of Kimi K2.6's 90.4 on the HD4 variant
- HMMT: 96.0 (96.2 with HD4)
- PHYBench: 75.3 (76.3 with HD4)
- MMMLU: 86.4 (87.5 with HD4)
- FrontierMath: 49.0 (51.0 with HD4)
- SciCode: 51.4 (52.1 with HD4)
WeChat Ecosystem Integration
WeLM powers Xiaowei (小微), WeChat's native AI assistant in gray-scale testing since June 2026. Its core model is WeLM self-developed by the WeChat team, with DeepSeek used as a supplement for complex reasoning. The integration gives it native access to chat records, group chats, Official Account articles, Video Accounts, PDFs, and Office documents — positioning it to become one of the highest-call-volume language models in China.
Strengths & Limitations
- Efficiency-first design: Highly sparse MoE serving billions of WeChat users at low latency.
- Strong Chinese + multilingual: Optimized for Chinese internet context with code-switching support.
- Closed ecosystem: Not open-weight like Qwen or DeepSeek, and primarily serves the WeChat product.
- Limited public benchmarks: 617B results are early SFT-only; no RL post-training scores have been published.
Conclusion
WeLM-617B represents a distinct scaling philosophy: instead of simply adding parameters, WeChat AI folds additional computation into the sequence dimension. While it remains closed and WeChat-centric, its Hidden Decoding results mark a genuine technical milestone for efficient frontier-scale scaling — and through Xiaowei, it is already reaching hundreds of millions of WeChat users.
Comments
No comments yet. Be the first to comment!
Related Tools
Kimi K3
www.kimi.com
Moonshot AI's open-weight 2.8T multimodal agentic model with 1M-token context, the world's first open 3T-class model rivaling closed frontier models.
DeepSeek V4 Pro 0813
www.deepseek.com
DeepSeek's flagship 1.6T MoE model with 49B active parameters, 1M-token context, MIT open weights, and world-leading coding scores at a fraction of closed-model prices.
NVIDIA Nemotron 3.5 Lightning 30B A3B
build.nvidia.com/nvidia/nemotron-3.5-lightning-30b-a3b
NVIDIA's efficient open-weight 30B MoE hybrid model with 3B active parameters, 1M-token context, and single-GPU deployment for local reasoning and coding.
Related Insights
After I Connected Obsidian to OpenClaw, It Started Helping Me Make Decisions
Once Obsidian stopped being just a place to store notes and started working with OpenClaw, it began helping me organize context, connect information, and improve real decisions.
Stop Cramming AI Assistants into Chat Boxes: Clawdbot Picked the Wrong Battlefield
Clawdbot is convenient, but putting it inside Slack or Discord was the wrong design choice from day one. Chat tools are not for operating tasks, and AI isn't for chatting.
The Twilight of Low-Code Platforms: Why Claude Agent SDK Will Make Dify History
A deep dive from first principles of large language models on why Claude Agent SDK will replace Dify. Exploring why describing processes in natural language is more aligned with human primitive behavior patterns, and why this is the inevitable choice in the AI era.