AI Agent · 工程实践

面壁开源2B端侧Agent模型
Agentic Index达同等规模2倍

MiniCPM5-2B Open-Sourced for Edge
Agentic Index Doubles Peer Models

2.5B稠密参数、131K上下文、Apache 2.0协议,Agentic Index得分20——同等参数规模下其他模型还在10分以下徘徊。当Agent能力被压缩到端侧,数据安全和推理成本的两道难题同时被破解。

2.5B dense params, 131K context, Apache 2.0, Agentic Index score of 20 — while peer models at the same scale linger below 10. When agent capabilities get compressed to the edge, the dual puzzles of data security and inference cost get solved simultaneously.

No.049 2026.09.08 约 5 分钟阅读 ~5 min read

说到Agent,你脑海里的画面大概是这样的:云端几百亿参数的大模型,跑着几百美元一天的算力,调用十几个工具,帮你完成复杂任务。端侧模型?那是用来做翻译、摘要、语音识别这种轻活儿的。

但面壁智能9月8日开源的MiniCPM5-2B,正在推翻这个刻板印象。

这款只有25.2亿参数的稠密模型,在Agentic Index上拿到了20分。听起来不高?但同等参数规模的其他模型,得分普遍还在10分以下。换句话说,在2B这个量级上,MiniCPM5把端侧Agent的能力基线往上提了一倍。

Agentic Index 20分意味着什么

Agentic Index是衡量模型工具调用、深度搜索、代码生成等智能体核心能力的综合指标。分数越高,说明模型越能独立完成复杂任务——不是简单回答问题,而是能调用工具、规划步骤、处理错误、迭代推进。

20分放在云端大模型里可能不算什么,但在端侧场景下意义完全不同。它意味着一个完全跑在你手机、PC、车机本地的模型,可以完成:

· 基本的工具调用和函数执行
· 多步骤任务规划
· 代码生成与简单调试
· 本地文档搜索与摘要

这些能力如果放在一年前,你必须调用云端API才能实现。现在它们可以在你的设备上跑,数据不用出本地,推理不需要花钱,延迟几乎为零。

更重要的是基础架构。MiniCPM5-2B采用标准LlamaForCausalLM架构,支持vLLM、SGLang、llama.cpp、Ollama等主流推理引擎——这意味着开发者不用折腾新工具链,拿来就能用。原生131,072 token的上下文长度,在端侧模型里也是第一梯队的水平。

端侧Agent的两个核心驱动力

为什么端侧Agent这件事这么重要?因为它同时解决了两个企业最头疼的问题。

第一个是数据安全。企业用云端Agent最大的顾虑是什么?代码、文档、客户数据全要传给第三方模型,数据泄露的风险如影随形。如果Agent能在企业内网、甚至在员工的PC本地跑,数据不出公司大门——这个顾虑就没了。金融、医疗、政府这些对数据敏感的行业,端侧Agent几乎是刚需。

第二个是推理成本。大模型API按token计费,用得越多花得越多。一个重度Agent用户一天可能消耗几百万甚至上千万token,成本相当可观。如果常用的80%任务可以由端侧小模型搞定,只把最复杂的20%交给云端——总体推理成本可能下降一个数量级。

MiniCPM系列不是第一次刷新端侧模型的认知了。截至2026年6月,MiniCPM开源系列累计下载量已经突破3800万次,GitHub上超过14万颗星。这说明端侧模型的需求是真实存在的,而且在快速增长。

当然,20分还远不是终点。云端前沿模型的Agent能力在持续进化,端侧要追的路还很长。但关键的一步已经迈出去了:端侧模型从「能回答问题」进化到了「能做任务」

未来的AI架构很可能是混合的——简单任务端侧搞定、复杂任务云端处理、两者无缝切换。到那一天,Agent才算真正走进了每个人的设备。

明天见。

When you hear "agent," you probably picture this: a cloud-based model with tens of billions of parameters, burning hundreds of dollars a day in compute, calling dozens of tools to help you complete complex tasks. Edge models? Those are for light work — translation, summarization, speech recognition.

But MiniCPM5-2B, open-sourced by MiniCPM (Facewall Intelligence) on September 8, is upending that stereotype.

This dense model with only 2.52 billion parameters scored 20 on the Agentic Index. Doesn't sound high? But other models at the same parameter scale are generally stuck below 10. In other words, at the 2B level, MiniCPM5 has doubled the baseline for edge agent capability.

What Does an Agentic Index of 20 Actually Mean?

Agentic Index is a composite metric measuring core agent capabilities: tool use, deep search, code generation, and more. A higher score means the model can independently complete complex tasks — not just answer questions, but call tools, plan steps, handle errors, and iterate forward.

Twenty points might not impress anyone looking at cloud frontier models, but in edge scenarios the meaning is completely different. It means a model running entirely on your phone, PC, or car can do:

· Basic tool calling and function execution
· Multi-step task planning
· Code generation and simple debugging
· Local document search and summarization

If you go back a year, these capabilities all required calling a cloud API. Now they can run on your device — data never leaves the device, inference costs nothing, and latency is near zero.

What matters even more is the architecture. MiniCPM5-2B uses the standard LlamaForCausalLM architecture and supports all major inference engines: vLLM, SGLang, llama.cpp, Ollama — meaning developers don't have to learn a new toolchain. It just works. And a native context length of 131,072 tokens puts it in the top tier among edge models.

Two Core Drivers for Edge Agents

Why does edge agent stuff matter so much? Because it solves two of enterprise's biggest headaches at once.

First is data security. What's the biggest concern for enterprises using cloud agents? Code, documents, customer data — all getting sent to third-party models, with data breach risk looming over everything. If agents can run on the corporate intranet, or even locally on an employee's PC, with data never leaving the building — that concern vanishes. For data-sensitive industries like finance, healthcare, and government, edge agents are almost a necessity.

Second is inference cost. LLM APIs charge by the token — the more you use, the more you spend. A heavy agent user can consume millions or even tens of millions of tokens a day, which adds up fast. If 80% of common tasks can be handled by small edge models, and only the hardest 20% go to the cloud — overall inference costs could drop by an order of magnitude.

This isn't the first time the MiniCPM series has redefined expectations for edge models. As of June 2026, the MiniCPM open-source series had surpassed 38 million cumulative downloads, with over 140,000 GitHub stars. That tells you the demand for edge models is real — and growing fast.

Of course, 20 points is far from the finish line. Cloud frontier models keep evolving their agent capabilities, and the edge has a long way to go to catch up. But the critical step has been taken: edge models have evolved from "answering questions" to "getting things done."

Future AI architectures will likely be hybrid — simple tasks handled on-device, complex tasks sent to the cloud, switching seamlessly between the two. When that day comes, agents will have truly arrived on everyone's devices.

See you tomorrow.

端侧模型从「能回答问题」进化到了「能做任务」——这是关键的一步。

—— Dawn Vision编辑部

Edge models have evolved from "answering questions" to "getting things done" — and that's the critical step.

— The Dawn Vision Editorial Desk
MiniCPM5-2B · 面壁智能 · 端侧Agent · Agentic Index · 2B参数 · 数据安全 · 推理成本 · 131K上下文
MiniCPM5-2B · MiniCPM · edge agent · Agentic Index · 2B params · data security · inference cost · 131K context
Sources · 信源 Sources

本文基于 Dawn Vision 认知引擎处理的 12 个源信号生成,经编辑部人工审核。素材来源:上海证券报、腾讯新闻、OpenBMB社区、CSDN博客。

This article was generated by the Dawn Vision cognitive engine processing 12 source signals, with human editorial review. Sources: Shanghai Securities News, Tencent News, OpenBMB Community, CSDN Blog.