
GPT-5.6: Sol, Terra, Luna, and the Ultra Agent Tier
OpenAI's July 9 family spans flagship, balanced, and efficient models, with state-of-the-art terminal, coding, browsing, and science results.
Read MoreZharfAI Research
Model release desk

Baidu released ERNIE 5.1 on May 9, 2026, positioning it as a parameter-efficient successor to ERNIE 5.0 rather than a simple serving refresh. The official English release says total parameters were compressed to roughly one-third of the earlier model and activated parameters to about one-half. It also says the new pretraining run used about six percent of the compute associated with comparable models at its scale. Those are unusually strong efficiency claims, so the useful story is not “a smaller model won.” It is how Baidu combined a sparse architecture, a new asynchronous reinforcement-learning system, and agent-focused post-training.
This article separates the reported results from what buyers can safely infer. The benchmark figures are Baidu-reported unless a leaderboard is named. Several charts do not expose every harness setting in machine-readable form, and creative-writing comparisons use internal evaluations. ERNIE 5.1 therefore belongs in a deployment shortlist, but not on the basis of a single aggregate rank.
The URL contains “0508,” but Baidu's English and Chinese pages display May 9. That displayed publication date is the date used here. The model inherits the knowledge base of ERNIE 5.0 while changing the capacity and training economics. Baidu describes elastic expert capacity and variable top-k routing: the training process samples different expert subsets so the same checkpoint learns to operate at more than one sparsity level.
That flexibility matters because the cost of a mixture-of-experts model is governed less by stored parameters than by the experts activated for each token. A smaller route can reduce latency or expense; a wider route can buy more capability. The announcement does not provide enough low-level dimensions to reproduce the full architecture, but it makes the operating idea explicit.
The second change is the reinforcement-learning infrastructure. Baidu says it built a disaggregated, fully asynchronous system to reduce training-serving mismatch, idle hardware, and slow-tail rollouts. That is credible as an engineering direction: agent trajectories vary wildly in duration, and synchronous batches waste capacity waiting for the longest episode. It remains a vendor description, not an open training recipe.

The release exposes a mix of exact scores, leaderboard placement, and relative chart claims. The most defensible compact record is:
| Evaluation | ERNIE 5.1 result | What the result measures | Evidence limit |
|---|---|---|---|
| AIME 2026 with tools | 99.6 | Competition mathematics with tool assistance | Tool configuration is essential to the score |
| Arena Search | 1,223 Elo; fourth globally on May 9 | Human preference for search answers | A dated live-leaderboard snapshot, not a fixed test set |
| τ³-bench | Reported ahead of DeepSeek V4 Pro | Multi-turn tool-use agents | Public page presents a comparison chart rather than a complete run log |
| SpreadsheetBench-Verified | Reported ahead of DeepSeek V4 Pro | Spreadsheet agent execution | Harness and retry budget need local reproduction |
| GPQA and MMLU-Pro | Near leading closed models | Graduate science and broad knowledge | Exact chart values should not be inferred from wording |
A 99.6 on tool-assisted AIME is not the same object as a tool-free pass-at-one score. Search Arena can move after publication as models and votes change. The τ³ and spreadsheet results are relevant precisely because they target multi-step action, but agent scores depend on scaffolding, budgets, recovery policy, and environment stability. Our frontier model evaluation guide explains why those controls belong beside every number.
Agentic training creates a scheduling problem before it creates a reasoning breakthrough. Some trajectories finish quickly; others browse, call tools, encounter errors, and take many times longer. A synchronous learner either waits or discards useful work. Baidu's disaggregated design separates generation from learning and lets rollouts arrive asynchronously, increasing utilization and reducing the long-tail penalty.
The announcement also highlights training-inference consistency for FP8 operations. Reinforcement learning is sensitive to divergence between the policy that generates experience and the model actually updated by the learner. If different numeric paths alter token probabilities enough, the optimization target becomes noisy. A unified low-precision operator library in PaddlePaddle is Baidu's answer to that systems problem.
This does not prove that FP8 is lossless or that every deployment will reproduce the same behavior. It does show that the model's efficiency claim is broader than parameter pruning. The training stack, rollout scheduler, routing policy, and serving precision are treated as one design.
The phrase “one-third the parameters” is easy to misuse. Total parameters describe stored capacity; activated parameters describe the route used for a token; actual cost also includes memory movement, communication, context length, batching, speculative decoding, and hardware kernels. ERNIE 5.1 reportedly cuts both total and active capacity relative to 5.0, but Baidu does not publish a full dollars-per-task comparison.
Elastic top-k offers a more interesting operational possibility. If a serving tier can select fewer experts for ordinary prompts and more for difficult ones, the model becomes a family of compute points rather than one fixed cost. The release page describes this ability during training, but buyers should confirm whether the public API exposes it, whether routing changes are deterministic, and whether quality regressions concentrate in specific languages or tools.
The six-percent pretraining-cost claim also needs its denominator. Baidu says “comparable models at the same scale”; it does not publish a common hardware, token, or energy accounting table. Treat it as evidence of an efficient internal recipe, not a universal cost ratio.
The most consequential claims concern software, search, and spreadsheets. These are not static question-answer tests. A useful acceptance program would replay representative tasks inside controlled sandboxes, record every tool call, and score both final correctness and operational behavior. Timeouts, retries, token use, permission requests, and irreversible actions should be measured alongside task completion.
For spreadsheets, use workbooks with formulas, merged cells, locale-specific dates, hidden sheets, and intentionally ambiguous requests. For search, separate citation correctness from prose quality and detect unsupported synthesis. For business processes, include tasks where the right action is to stop and ask for approval. A high score on an agent benchmark does not authorize an agent to change production data.
Baidu's creative-writing claims deserve a different test. Internal human evaluations can reveal style gains, but they are not interchangeable with factuality. Persian and Chinese writing should be evaluated by native editors for voice, idiom, source retention, and unwanted cultural flattening.
The release makes the strongest practical case for organizations already operating in Baidu's ecosystem or serving Chinese-language workflows. The model combines search, knowledge, writing, and agent claims with a training stack built around PaddlePaddle. Its reported capacity reduction may improve the economics of high-volume enterprise use even when absolute benchmark leadership changes.
It is also a useful architectural signal for the broader market. Frontier capability is increasingly produced by routing, post-training, tool scaffolds, and systems efficiency rather than parameter count alone. ERNIE 5.1's emphasis on elastic experts and asynchronous RL fits that shift.
The weaker case is a migration justified only by the Arena position. Live rankings are informative but volatile, and an English-language enterprise deployment may not see the same advantage as the release's targeted tests. Teams should compare the model against their incumbent at equal tool budgets and equal total task cost.
Before production use, obtain clear answers to six questions. Which exact model ID maps to ERNIE 5.1? Is thinking or expert width configurable? What context and output limits apply? Where are prompts and tool traces stored? Which regions and data-processing terms govern the service? Can the organization reproduce or audit the agent harness?
Latency must be measured at the workflow level. A cheaper token is irrelevant if the model needs more retries, longer tool traces, or a larger verification model. Conversely, a slightly more expensive call can be economical if it closes a spreadsheet or search task correctly on the first attempt. The practical framework is cost per accepted result.
Teams considering private or hybrid operation should also confirm whether weights are available. The May announcement describes the hosted experience and technical system; it is not an open-weight release. That distinction separates ERNIE 5.1 from models such as Command A+, GLM-5.2, and Nemotron 3 Ultra in this series.
ERNIE 5.1 is a major in-window model because it connects three trends: sparse capacity, asynchronous agent training, and tool-oriented evaluation. The exact public evidence supports the May 9 date, the parameter and pretraining-cost ratios, the 99.6 tool-assisted AIME result, and the dated 1,223 Search Arena score. Other comparisons should remain labeled as vendor-reported chart findings.
The model merits a controlled pilot for Chinese-language search, knowledge work, writing, and enterprise agents. It does not merit an automatic production replacement. Apply the operational controls in our open-model operations guide even though this checkpoint is hosted: pin the model ID, log evaluation settings, require human approval for material actions, and rerun a stable regression suite whenever the service changes.

OpenAI's July 9 family spans flagship, balanced, and efficient models, with state-of-the-art terminal, coding, browsing, and science results.
Read More
Tencent's July 6 Apache-2.0 model turns preview feedback into a smaller active path, stronger agents, 256K context, and practical product reliability.
Read More
Anthropic's June 30 model lifts coding, terminal, search, computer use, and knowledge work while exposing effort as a cost-performance control.
Read MoreGet in touch with our team to discuss how we can help your business.