ibl.ai Agentic AI Blog

Insights on building and deploying agentic AI systems. Our blog covers AI agent architectures, LLM infrastructure, MCP servers, enterprise deployment strategies, and real-world implementation guides. Whether you are a developer building AI agents, a CTO evaluating agentic platforms, or a technical leader driving AI adoption, you will find practical guidance here.

Topics We Cover

Featured Research and Reports

We analyze key research from leading institutions and labs including Google DeepMind, Anthropic, OpenAI, Meta AI, McKinsey, and the World Economic Forum. Our content includes detailed analysis of reports on AI agents, foundation models, and enterprise AI strategy.

For Technical Leaders

CTOs, engineering leads, and AI architects turn to our blog for guidance on agent orchestration, model evaluation, infrastructure planning, and building production-ready AI systems. We provide frameworks for responsible AI deployment that balance capability with safety and reliability.

Back to Blog

Tencent's 770B Hy4 Is Apache-2.0, and 1.56 TB of Weights

Miguel AmigotSeptember 13, 2026
Premium

Tencent released Hy4 preview on 28 August 2026 under a genuine Apache License 2.0: 770B total parameters, 49B active, 1M context. The licence is permissive, but the BF16 weights are 1.56 TB and an 8xH100 node cannot load either checkpoint.

The Short Answer

Tencent open-sourced Hy4 preview on 28 August 2026: a 770B-total, 49B-active mixture-of-experts model with a 1M-token context, under a genuine Apache License 2.0 with no use restrictions. The licence is real leverage. The hardware is not free, because the BF16 weights run about 1.56 TB. With ibl.ai you own all the code and the data, so adding a model is a registry entry rather than a migration.

A permissive licence changes what you are allowed to do. Your architecture decides whether you can actually do it.

What exactly did Tencent release as Hy4 preview, and when?

Tencent released and open-sourced Hy4 preview on 28 August 2026, not this week. That distance matters, because a model that has been downloadable for over two weeks has already had its weights pulled, served and benchmarked by people outside the vendor.

The published specification is 770B total parameters, 49B active per token, and a context window exceeding 1M tokens.

The model card describes a 78-layer backbone: the first layer is a dense feed-forward network, the remaining 77 use a mixture-of-experts structure with 256 routed experts and one shared expert, and each token activates the top eight routed experts plus the shared one.

A native multi-token-prediction layer for speculative decoding sits alongside it.

In a blind evaluation Tencent ran internally, with 163 experts rating outputs across 203 engineering tasks, Hy4 preview scored an average of 2.99 out of 4.00, against GLM-5.3 at 2.92 and Kimi K3 at 2.94.

That is a vendor-run internal benchmark on a four-point scale, so treat it as a claim of parity in its own class rather than an independent result.

Tencent lists the API at $0.834 per million input tokens, $2.501 per million output, and $0.042 per million on cache hits.

Is Tencent's Hy4 preview actually open-source, or only open-weight?

On the licence, it is open-source β€” and the reflexive assumption about Chinese releases that this supposedly overturns needs correcting first.

Permissive licensing is in fact the majority case among Chinese open-weight releases. DeepSeek V4 and R1 ship under MIT, GLM-4.6 and GLM-5.2 under MIT, and Qwen3-Coder-480B and Qwen3.8-27B under Apache-2.0.

What has become more common at the frontier tier specifically is a bespoke licence with a commercial-revenue threshold. GLM-5.3 gates above $10 billion in revenue; Kimi K3 gates above $20 million in monthly MaaS revenue.

Note what those thresholds are indexed to. They are revenue, not monthly active users and not geography. Kimi's 100-million-MAU clause is an attribution requirement rather than a cap, and the 700-million-MAU cap people tend to remember is Meta's, on a US release.

Hy4 preview sits with the permissive group, at flagship scale, which is what makes it notable at this tier. The LICENSE file is the standard Apache License 2.0, reproduced verbatim, with a Tencent copyright notice and nothing else.

No user cap, no territorial carve-out, no revenue threshold, and no separate use policy in the repository.

The GitHub repository states the same licence.

The weights are genuinely downloadable rather than API-gated, published on Hugging Face in both a default BF16 build and an FP8 checkpoint.

One precision remains. This is an open-source licence over released weights, not a fully reproducible open-source model: the training data and the full training pipeline are not published.

For a commercial deployment decision the licence is the part that binds, and this one is permissive. For a reproducibility or provenance audit, it is not the same thing as an open corpus.

What does 770B parameters mean on a mixture-of-experts model?

It means the memory number and the compute number have come apart, and headline comparisons that ignore this are measuring different things.

On a dense model, parameter count is both how much arithmetic runs per token and how many bytes stay resident in GPU memory. On a mixture of experts they separate.

Hy4 preview's 49B active parameters set the per-token compute. Its 770B total sets the memory you must keep loaded, because any expert can be routed to on any token.

Put directly: activation sparsity reduces the arithmetic per token, and does not reduce the bytes you keep resident.

So "770B open-source" and "770B dense" are not comparable quantities, and neither is "49B active" comparable to a 49B dense model β€” the first is cheaper to compute than its headline implies, and far more expensive to hold.

What would it actually take to self-host a 770B model like Hy4?

More hardware than most enterprises have, and the arithmetic is public.

The default BF16 repository is roughly 1.56 TB of weights. The FP8 checkpoint runs about 814 GB of files β€” 813.8 billion bytes across the repository β€” before a single token of context is allocated.

Node Total VRAM FP8 (~814 GB) BF16 (~1.56 TB)
8x H100 640 GB No No
8x H200 1,128 GB Yes No
8x B300 2,304 GB Yes Yes

The 8xH100 node has been the standard enterprise inference configuration for two years, and it cannot load either checkpoint.

Tencent's own serving documentation agrees. The SGLang recipe lists tested hardware as H200, B200, B300 and GB300, and notes that at tensor-parallel size 8 the BF16 build needs roughly 190 GB per rank, which exceeds H200 and B200 memory outright.

The vLLM recipe was tested on 16xB200 or 8xB300.

None of this makes the release less significant. It makes the honest claim narrower: for the large majority of enterprises, Hy4 preview is a model you can route to cheaply and switch to freely, not one you will casually stand up in your own rack this quarter.

Where does pricing leverage against an AI vendor actually come from?

From the credible ability to move, which is an architectural property rather than a licensing one.

A permissive licence removes the legal barrier to switching, and that is the barrier most likely to be load-bearing.

A model you may download but may not use commercially at scale gives you far less leverage than its headline suggests, which is why the Apache-2.0 finding here is the most consequential detail in the release.

But a buyer whose applications are written against one vendor's SDK, whose prompts are tuned to one model's quirks, and whose evaluation harness only runs against production, cannot move.

That buyer watches the market price fall and pays the old price, because the switching cost exceeds the saving.

This is the same dynamic behind the open-weight price floor: open weights set what closed models can charge, and only organizations that can switch collect the difference.

The same logic applies to per-seat pricing. A bill that scales with headcount rather than consumption is the wrong shape at enterprise scale, because it ignores the falling token prices entirely β€” the vendor's list price per user does not move when inference gets cheaper.

The practical test is one question. When a model like Hy4 preview ships, how long does it take you to run your evaluation set against it in production conditions? If the answer is measured in days, the brief's advice to revisit your vendor assumptions is actionable.

If it is measured in quarters, it is not.

How does ibl.ai turn a new open-weight model into leverage?

By making a model a configuration entry instead of a project.

With ibl.ai you own all the code and the data.

The platform runs self-hosted inside your own perimeter with full source code access, and is model-agnostic across any LLM. You can route Hy4 preview, a frontier API model and your own fine-tune side by side, and switch between them without rewriting the application layer.

It is usage-based with no per-seat pricing, so a falling token price reaches your bill directly. It can deploy anywhere: your own cloud, on-premise, GovCloud, or a fully air-gapped network with no outbound connectivity.

That combination is what converts a permissive licence into an actual negotiating position. You can add a newly released model to the registry, run your evaluation set against it, and route the workloads where it wins, without a migration and without asking a vendor's permission.

1.6M+ users across 400+ organizations run the platform this way, including NVIDIA, MIT, and Syracuse University.

ibl.ai is family-owned and operated from New York, NY.

Related reading: the open-weight price floor is now the market's floor β€” why only buyers who can credibly switch capture a falling market price, and why model switching compounds.

Sources: release date, parameter counts, context window, the 163-expert/203-task blind evaluation and API pricing from Tencent's announcement; architecture, weight formats and the 814 GB FP8 repository size from the Hugging Face model card and the FP8 checkpoint; the licence text from the repository LICENSE file and the GitHub repository; tested serving hardware and per-rank memory from the SGLang recipe and the vLLM recipe; node-capacity arithmetic from this total-vs-active parameter analysis.

Why does owning the AI stack matter?

ibl.ai is the agentic AI platform where you own all the code and the data. You self-host the entire stack inside your own perimeter, run it model-agnostic across any LLM and switch anytime, and pay by usage with no per-seat pricing β€” so you can deploy anywhere: your cloud, on-premise, GovCloud, or fully air-gapped.

  • You own all the code and the data

    Full source code under a perpetual license, running on your infrastructure. Not API access to someone else's platform β€” the stack itself is yours.

  • Model-agnostic

    Run any LLM β€” Claude, GPT, Gemini, Llama, Command, or your own fine-tune β€” and switch providers without rewriting the platform.

  • No per-seat pricing

    Usage-based billing against a budget cap you set. Cost tracks what your organization actually uses, not how many people you employ.

  • Deploy anywhere

    Your cloud, your VPC, on-premise, GovCloud, or a fully air-gapped network with no outbound connectivity.

1.6M+ users across 400+ organizations run the platform this way, including NVIDIA, MIT, and Syracuse University.

ibl.ai is family-owned and operated from New York, NY β€” a U.S.-headquartered, domestically-owned long-term partner, not a vendor that sells licenses and moves on.

Related Articles

The Open-Weight Price Floor Is Now the Market's Floor

Kimi K3 reached frontier-tier benchmarks at roughly a third of frontier pricing. Meta shipped a 30B Apache-2.0 agentic model that runs on one consumer GPU. Anthropic cut Fable-line cache reads 75%. Open weights are now setting the price of closed models.

ibl.ai EngineeringSeptember 7, 2026

Open Weights Took 62% of the Tokens and Under 9% of the Spend

Vercel's AI Gateway put open-weight models at 62% of token volume in late August, up from 11% in April β€” while closed models still took roughly two-thirds of the spend. That split is not a contradiction, it is what a correctly routed AI estate looks like, and it is only available if switching models is a config change.

ibl.aiAugust 28, 2026

Why You Need to Own Your AI Codebase: Eliminating Vendor Lock-In with ibl.ai

Ninety-four percent of IT leaders fear AI vendor lock-in. This article explains why owning your AI codebase -- the approach ibl.ai offers -- eliminates that risk entirely: full source code, deploy anywhere, any model, no telemetry, no dependency. Your code, your data, your infrastructure.

Higher EducationMarch 8, 2026

K2 Horizon: What a Fully Open Model Fleet Changes

MBZUAI's Institute of Foundation Models released six Apache-2.0 models from 0.9B to 375B parameters on one day β€” with training code, data mixtures, intermediate checkpoints and evaluation logs. For enterprises the shared architecture matters more than any single model.

ibl.ai EngineeringSeptember 7, 2026

See the ibl.ai AI Operating System in Action

Discover how leading universities and organizations are transforming education with the ibl.ai AI Operating System. Explore real-world implementations from Harvard, MIT, Stanford, and users from 400+ institutions worldwide.

View Case Studies
Work with our team

Pilots, deployment, and full ownership

Most enterprise engagements are one-time, not subscriptions. You integrate ibl.ai with your own data, deploy it on your own infrastructure, and the engineering hours scale with the work β€” so the price tracks the scope, not your headcount.

Start here

Pilot

from $15K

fixed scope Β· fixed timeline

A time-boxed proof of value on your real data β€” not a slide deck.

Best for: Teams that want to see ibl.ai working before committing.

  • Deployed on your infrastructure or our cloud
  • 1–2 production agents wired to a slice of your data
  • One integration (LMS / SIS / SSO / data source)
  • Weekly working sessions with our engineers
  • Pilot fee credits toward a full engagement
Scope a pilot
Most common

Integration & Deployment

$25K – $80K

one-time Β· not a subscription

Full deployment integrated with your data and systems. Engineering hours scale with scope.

Best for: Organizations rolling ibl.ai out across a department, campus, or business unit.

  • Platform deployed in your VPC, on-prem, or air-gapped
  • Integrated with your data + identity (SSO / SAML)
  • Multiple custom agents built to your workflows
  • Engineering hours proportional to scope
  • You own the data Β· run any LLM you choose
Plan a deployment
Full ownership

Codebase Transfer + Custom AI Engineering

Six figures

perpetual license Β· you own the stack

We transfer the full source code. You own and self-host the entire platform β€” outright.

Best for: Government, defense, and enterprises that require perpetual ownership and sovereignty.

  • Complete source-code transfer + perpetual license
  • Dedicated AI engineering team on your roadmap
  • Custom agents, models, and integrations to spec
  • Air-gapped capable Β· zero vendor lock-in
  • Family-owned, New York–based long-term partner
Talk about ownership
You own the code and data Run any LLM β€” Claude, GPT, Gemini, Llama Family-owned & operated from New York, NY