AIAny
AI Model2026
Icon for item

Hy4 preview

A 770B-parameter Mixture-of-Experts instruct model from Tencent that natively supports 1,048,576-token contexts, Gated DSA attention, and speculative MTP decoding; open-sourced under Apache-2.0 with BF16 and FP8 weights for deployable inference.

Introduction

Hy4 preview arrives as a practical step toward production-ready LLMs for long-horizon engineering, multi-file office workflows, game prototyping, and STEM research. Rather than being an academic showcase, its design choices prioritize maintaining usable inference at million-token scale while giving developers access to deployable BF16/FP8 checkpoints and deployment recipes.

Key Capabilities
  • Large-scale MoE backbone with practical activation: the model is a 770B-parameter Mixture-of-Experts design that activates ~49B parameters per token (top-8 routed experts + shared expert), enabling higher capacity without linearly increasing per-token compute cost — so you get stronger reasoning and coding capability for long contexts.
  • Native million-token context and sparse attention: Gated DeepSeek Sparse Attention plus cross-layer IndexCache support 1,048,576-token windows, which means workflows spanning many files or long agent traces can be processed in a single pass instead of being repeatedly truncated.
  • Speculative MTP decoding and deployment-first tooling: an integrated MTP speculative-decoding layer plus published vLLM/SGLang recipes and FP8/BF16 weights reduce the engineering lift to serve the model in production-like settings.
  • Open-source, deployment-ready weights: Apache-2.0 licensed checkpoints (BF16 and FP8 quantized) and recommended inference parameters (e.g., temperature=0.9, reasoning modes) let teams evaluate and integrate the model without restrictive licenses.
Who it's for and tradeoffs

Great fit if you need a research- or product-focused LLM that must handle extremely long contexts (multi-file engineering, document analysis, long agent traces) and you have cluster resources to host large MoE checkpoints. It’s especially relevant for engineering teams wanting lower-latency iterative workflows via speculative decoding and engineers who can integrate vLLM/SGLang.

Look elsewhere if you need a lightweight on-device model, minimal infra cost, or a fully stabilized production-released model; Hy4 preview is explicitly an early preview with known tendencies to over-verify and spend extra time on complex multi-step reasoning, and practical deployment typically requires multi-GPU server setups and engineering effort.

Information

  • Websitehuggingface.co
  • OrganizationsTencent Hy Team, Tencent
  • Published date2026/08/27

Categories

More Items

Hugging Face
AI Model2026

Injects proprietary news, regulatory and legal data into an open checkpoint via data-centric continual learning to improve performance on legal, tax and journalism tasks while preserving general capabilities and very long context support.

Hugging Face
AI Model2026

Provides FP8-quantized Hugging Face weights and config for Qwen3.8-Flash-Next (block size 128), preserving near-original performance. Compatible with Transformers, vLLM, SGLang and TokenSpeed; intended for efficient deployment of a 125B multimodal causal LM with very long context support.

Hugging Face
AI Model2026

Provides a GGUF-quantized build of GLM-5.3-Flash for local text-generation and inference. Key features: 320B total / 18B active parameters, hybrid sparse+linear attention, native multimodal pretraining and Unsloth Dynamic quantization. Best for developers running GGUF local inference workflows.