Tencent Releases 295B Open-Weight Model Under Apache 2.0 Licence

Hy3 joins a growing field of large, freely usable Chinese-origin language models that security teams will need to assess before staff or vendors adopt them.

AI-generated illustration depicting ai security for the story: Tencent Releases 295B Open-Weight Model Under Apache 2.0 Licence

Hy3 joins a growing field of large, freely usable Chinese-origin language models that security teams will need to assess before staff or vendors adopt them.

Summary

  • Tencent has publicly released Hy3, a 295-billion-parameter Mixture-of-Experts model under the permissive Apache 2.0 licence.
  • Only 21 billion parameters are active per inference pass, making the model practical to run despite its overall size.
  • The model supports a 256,000-token context window and is available in full (598 GB) and FP8-quantised (300 GB) formats on Hugging Face.
  • It is available at no cost on OpenRouter until 21 July, lowering the barrier to experimentation significantly.
  • The release follows a preview in late April and incorporates feedback gathered from more than 50 Tencent products.

What has been released

Tencent’s Hy Team has released Hy3, a Mixture-of-Experts large language model carrying 295 billion total parameters. The architecture activates only 21 billion of those parameters per forward pass, alongside 3.8 billion parameters in a multi-token prediction layer. That design keeps inference costs lower than the headline figure suggests, while still drawing on a very large pool of learned weights.

Licensing and distribution

The model is published under the Apache 2.0 licence, which permits commercial use, modification, and redistribution without royalty obligations. The weights are hosted on Hugging Face in two variants: a full-precision release at 598 GB and an FP8-quantised version at 300 GB. For teams that want to evaluate it without immediately provisioning that storage, the model is accessible through the OpenRouter inference platform at no charge until 21 July.

Claimed capability

According to Tencent, Hy3 outperforms models of comparable size and competes with open-source flagship models that are two to five times larger in parameter count. The team also states that internal testing across more than 50 products showed meaningful gains on productivity and utility tasks. The source material does not include independent benchmark verification of these claims.

Context for security leaders

Hy3 arrives as part of a broader pattern: capable, openly licensed LLMs originating from Chinese technology companies are becoming available on mainstream Western infrastructure such as Hugging Face and OpenRouter. That is not inherently alarming, but it does create a set of questions that CISOs should be prepared to answer before the model appears in a developer’s workflow or a vendor’s product.

Data governance and the 256K context window

A context window of 256,000 tokens means the model can ingest very large documents in a single session. If staff or internal tools begin routing sensitive material — contracts, source code, customer records — through an externally hosted instance, the data exposure risk grows in proportion to that capacity. The same concern applies to any LLM accessed via a third-party API, but the scale of what can be submitted in one call is worth noting.

Supply chain and vendor considerations

Because the weights are freely downloadable and the licence is permissive, Hy3 is likely to appear inside third-party products and services without explicit disclosure. Security teams conducting vendor assessments or reviewing AI-related procurement should consider asking whether a given tool incorporates open-weight models, and if so, from which sources. The Apache 2.0 licence does not impose any transparency obligation on downstream deployers.

What is not yet known

The source material does not address safety evaluations, red-teaming results, alignment methodology, or any data handling practices associated with the OpenRouter-hosted version. Organisations considering deployment should seek that information from Tencent’s documentation and from OpenRouter’s terms of service before proceeding.

Why it matters

For CISOs, the significance of Hy3 is less about its benchmark performance and more about what its existence signals for policy and governance. Permissively licensed, large-context models from offshore developers can enter an organisation’s environment through individual developers, SaaS tools, or vendor integrations — often before a formal risk assessment takes place. The combination of Apache 2.0 licensing, Hugging Face distribution, and a free trial period on OpenRouter means friction to adoption is low. Security leaders should ensure that AI usage policies explicitly address open-weight models regardless of origin, that vendor due-diligence questionnaires cover embedded LLM provenance, and that data classification rules account for what can be submitted to models accessed via external APIs.

What to do now

  • Review your AI acceptable-use policy to confirm it covers open-weight models downloaded from repositories such as Hugging Face, not only commercial API services.
  • Update vendor and procurement questionnaires to ask whether products incorporate open-weight LLMs and, if so, to identify their origin and licensing terms.
  • Assess whether the 21 July free-access window on OpenRouter creates an elevated likelihood of unsanctioned staff experimentation, and communicate relevant boundaries proactively.
  • Ensure data classification guidance explicitly addresses what categories of information may or may not be submitted to externally hosted model inference endpoints.
  • If evaluating Hy3 for internal use, obtain and review Tencent’s published documentation on training data, safety testing, and alignment before proceeding to any production consideration.

Sources