Tencent Opens Hy3 to Global Users, Claims Top Spot on OpenRouter Within a Week

Tencent announced global availability of its Hy3 large language model on August 5, expanding access beyond China through three channels: the WorkBuddy AI workspace, the Miora creative studio, and the Tencent Cloud TokenHub model-as-a-service platform. The rollout follows Hy3's initial release on July 6 and comes with a free access period on WorkBuddy through August 31. Hy3 uses a hybrid fast-and-slow-thinking Mixture-of-Experts architecture with 295 billion total parameters and 21 billion activ

2 min
Tencent Opens Hy3 to Global Users, Claims Top Spot on OpenRouter Within a Week

Tencent announced global availability of its Hy3 large language model on August 5, expanding access beyond China through three channels: the WorkBuddy AI workspace, the Miora creative studio, and the Tencent Cloud TokenHub model-as-a-service platform. The rollout follows Hy3's initial release on July 6 and comes with a free access period on WorkBuddy through August 31.

Hy3 uses a hybrid fast-and-slow-thinking Mixture-of-Experts architecture with 295 billion total parameters and 21 billion active parameters, supporting a context length of up to 256,000 tokens. Tencent claims the model performs comparably to flagship models with two to five times as many active parameters on reasoning, instruction following, code generation, and agent tasks.

Usage metrics suggest strong early demand. Tencent reports Hy3 generated more than 68 times the API call volume of its predecessor and reached the top position on OpenRouter's global LLM usage leaderboard within one week of launch. The model is available under the Apache 2.0 license and has been distributed through Hugging Face, ModelScope, and third-party developer platforms including Cline, Kilo, and OpenCode.

Pricing on OpenRouter starts at $0.1288 per million input tokens and $0.5336 per million output tokens, positioning Hy3 as a cost-competitive option against comparable models from OpenAI, Anthropic, and Google.

Tencent is pairing the model with its existing product ecosystem. WorkBuddy, which Tencent describes as China's most widely used AI agent workspace, achieved a task success rate above 90 percent in internal evaluations when running on Hy3, while reducing average task completion time by 34 percent compared to the previous model generation. Miora, Tencent's AI-native creative studio, connects Hy3's reasoning capabilities into workflows spanning graphics, video, 3D, and UI design.

On the enterprise side, Tencent Cloud TokenHub serves as a multi-model gateway with intelligent routing, letting organizations switch between Hy3 and third-party models through a single API. Regional partners including South Korea's Cafe24 and Japan's Metelix are integrating Hy3 into their respective AI platform services.

The global expansion of Hy3 adds another major Chinese model to an increasingly crowded international market, following recent launches from Alibaba's Qwen, ByteDance's Seed, and Moonshot AI's Kimi series.

Written by

More to read

  • LLM Text Watermarking in Production: Statistical Logit Biasing, Cryptographic Signatures, and Evasion Vectors

    As regulatory frameworks such as Article 50 of the EU AI Act enforce machine-generated content provenance, text watermarking has transitioned from academic theory to a core component of production LLM serving stacks. Unlike post-hoc classifiers that evaluate perplexity or burstiness and suffer from high false-positive rates on formal or non-native writing, generation-time watermarks embed imperceptible statistical or cryptographic signals directly into the token sampling process. When engineere

    1 min
  • Grokking in Large Language Models: How Weight Decay and Circuit Efficiency Drive Delayed Generalization

    Grokking in Large Language Models: How Weight Decay and Circuit Efficiency Drive Delayed Generalization In standard machine learning paradigms, model generalization closely tracks training loss: as an optimizer minimizes loss on training data, performance on held-out validation data improves in tandem until the model begins to overfit. In 2022, researchers at OpenAI observed a phenomenon that inverted this assumption: small neural networks trained on algorithmic tasks achieved near-zero trainin

    1 min
  • Serverless GPU Inference in Production: Cold Starts, GPU Memory Snapshotting, and Weight Paging Architectures

    Serverless GPU Inference in Production: Cold Starts, GPU Memory Snapshotting, and Weight Paging Architectures Deploying large language models on dedicated cloud GPUs creates an uncomfortable financial trade-off: keeping enterprise accelerators such as NVIDIA H100s or A100s warm 24/7 costs thousands of dollars per instance each month, yet scaling instances to zero introduces severe latency penalties. When traffic arrives at a dormant node, a standard inference server cold start can take anywhere

    1 min