ERNIE 5.1 hits #13 globally while cutting pretraining cost to 6%
Original: Introducing ERNIE 5.1 Preview — now live! 🚀 Ranked #13 globally and #1 among Chinese labs on @arena 's Text Arena. Top-10 worldwide across:… View original →
What the leaderboard tweet actually says
Benchmark brag posts are easy to ignore until they pair rank with cost compression. ERNIE 5.1 Preview did both. In its April 29 X post, Baidu's developer-facing ERNIE account said the model is now No. 13 globally on LMArena Text and No. 1 among Chinese labs, while cutting total parameters to about one-third of ERNIE 5.0, active parameters to about one-half, and pretraining cost to roughly 6% of comparable models.
"Ranked #13 globally and #1 among Chinese labs on Text Arena."
The linked ERNIE blog adds the category-level detail: #9 in Math, #1 in Legal & Government, #4 in Business, Management & Financial Ops, and #7 in Software & IT Services. Baidu also attributes the result to decoupled fully-asynchronous reinforcement learning and scaled agentic post-training. Even if one treats vendor-written leaderboard posts cautiously, the combination of rank and compressed training cost is the signal worth tracking.
Why this matters beyond one Arena update
The Chinese model race is no longer only about absolute size or domestic ranking. Cost-efficient training and strong category performance matter more if labs want to refresh previews quickly and still hold their place against larger rivals. A model that reaches upper-tier Arena placement with a much smaller effective training bill changes how often a lab can iterate and how aggressively it can price API access later.
The ErnieforDevs account usually posts release and evaluation milestones for Baidu's developer stack, so this tweet fits a pattern: ship a preview, validate it in a public ranking, then point developers toward direct testing. What to watch next is whether ERNIE 5.1 Preview shows up in broader third-party benchmarks and products beyond Arena, and whether Baidu discloses enough API or deployment detail to prove the cost-performance story in real workloads. Source: ERNIE source tweet · ERNIE blog post
Related Articles
The new Claude default for high-end daily work shifts the model race toward performance per dollar. Anthropic says Opus 5 approaches Claude Fable 5 on coding and knowledge work while keeping API pricing at $5/M input and $25/M output tokens.
The interesting part is not that the tiny model is smart. It is the memory layout: most parameters sit in flash, and only the needed rows are read per token.
The discussion is less about downloading weights for their own sake and more about the stack forming around them: runtimes, serving, benchmarks, customization, and governance.