OpenBMB
OpenBMB, short for "Open Lab for Big Model Base," is a Chinese open-source AI community and GitHub organization that builds foundation models, training and inference toolkits, agent frameworks, and pre-training datasets. It is best known for the MiniCPM family of compact on-device models. The independent benchmarking site Artificial Analysis described it on September 7, 2026 as "the open-source AI group behind the MiniCPM series of efficient small models."[1] OpenBMB's own about page states that the community was jointly initiated by the Natural Language Processing Laboratory of Tsinghua University (THUNLP) and the Beijing startup ModelBest, and that it was formally established in April 2022, with the GitHub organization opened the previous September.[2][3]
The name describes the original ambition. In 2021 and 2022 the group's focus was infrastructure for models with tens of billions of parameters: BMTrain for distributed training, BMInf for low-resource inference, and BMCook for compression.[4][5][6] From 2024 onward the center of gravity shifted to the opposite end of the size range, toward small language models that run locally on phones, PCs, cars, and robots, and toward the datasets and evaluation tooling needed to train them. As of September 8, 2026 the GitHub organization hosted 87 public repositories and had 7,115 followers, and the Hugging Face account carried 172 model repositories and 47 datasets.[7][8][9]
Key facts
| Full name | Open Lab for Big Model Base |
| Type | Open-source community and project organization |
| Initiated by | THUNLP (Tsinghua University NLP Lab) and ModelBest (面壁智能)[3] |
| Community founded | April 2022 (GitHub organization created September 1, 2021)[2][7] |
| Stated mission | "Big Model for Everyone" (让大模型飞入千家万户), the tagline carried in the site header[35] |
| GitHub | github.com/OpenBMB, 87 public repositories, 7,115 followers (September 8, 2026)[7] |
| Hugging Face | huggingface.co/openbmb, 172 models, 47 datasets (September 8, 2026)[8][9] |
| Flagship projects | MiniCPM, MiniCPM-V / MiniCPM-o, VoxCPM, ChatDev, XAgent, UltraRAG, BMTrain |
| Current flagship license | Apache 2.0[4][5] |
| Website | openbmb.cn |
Origins and institutional structure
What OpenBMB actually is takes some untangling, because four organizations sit close together and public reporting often collapses them into one.
The clearest primary statement comes from OpenBMB's own about page, which lists exactly two founder logos, THUNLP and ModelBest, and dates the community's formal establishment to April 2022.[2] An archived Chinese version of the same page from December 2023 says the same thing in plainer language: "The OpenBMB open-source community was jointly supported and initiated by the Tsinghua University Natural Language Processing Laboratory and ModelBest."[3] Both READMEs of the two flagship repositories carry an "Institutions" section that names the developing bodies: MiniCPM-V credits THUNLP and ModelBest; MiniCPM credits ModelBest, THUNLP, and the Gaoling School of Artificial Intelligence at Renmin University of China.[4][5] The 2024 MiniCPM paper makes the same split visible in its byline: its 25 authors carry exactly two affiliations, "Department of Computer Science and Technology, Tsinghua University" and "Modelbest Inc."[33]
The practical picture that emerges is this. OpenBMB is not a legal entity in its own right as far as any primary source shows. It is a shared publishing and community brand: the GitHub organization, the Hugging Face account, the openbmb.cn website, and a set of Discord and Feishu channels through which a Tsinghua lab and a company release work jointly. The researchers are employed either by Tsinghua University or by ModelBest, and at least one person, Liu Zhiyuan, holds a post on both sides. The commercial entity is separate and clearly identified. Caixin gives ModelBest's registered name as Beijing Mianbi Intelligent Technology Co. Ltd., notes that ModelBest is the brand name, and says the company originated in a natural-language-processing lab at Tsinghua and was formally established in August 2022.[10] The South China Morning Post also dates the founding to August 2022.[11]
The Beijing Academy of Artificial Intelligence (BAAI) belongs to the prehistory rather than the governance. OpenBMB's milestone timeline records that the community's core team took part in BAAI's "WuDao" large-model project and released CPM-1, a 2-billion-parameter Chinese model, in 2020, and the archived 2023 about page says the CPM-1, CPM-2, and CPM-3 models were developed under the Beijing Academy of Artificial Intelligence, reaching up to 198 billion parameters.[2][3] Neither the current about page nor the founder logos list BAAI as an initiator or governing body of OpenBMB itself. Public sources therefore support "the team came out of the WuDao effort" but do not support "BAAI governs OpenBMB," and this article does not assert the latter.
A fourth distinction matters for anyone reading the repository list. THUNLP maintains its own separate GitHub organization at github.com/thunlp, described as the "Natural Language Processing Lab at Tsinghua University," with 273 public repositories.[12] Two projects that OpenBMB's website has historically listed among its toolkits, OpenPrompt and OpenDelta, live in the thunlp organization rather than the OpenBMB one; the archived about pages of December 2023 and November 2025 both give the toolkit list as BMTrain, BMCook, BMInf, OpenPrompt, OpenDelta, and ModelCenter, and github.com/OpenBMB/OpenPrompt and github.com/OpenBMB/OpenDelta both return 404.[3][12] UltraChat is a different case: it is a dataset rather than a toolkit, its repository sits under thunlp, and the data itself is published under the openbmb account on Hugging Face.[9][12] Project attribution on this cluster is genuinely split between the two orgs, and a claim that a given repository "is OpenBMB's" should be checked against the actual URL.
People
Liu Zhiyuan (刘知远), an associate professor in Tsinghua's Department of Computer Science and Technology and a member of THUNLP, is the most visible figure associated with OpenBMB, and is also a co-founder and chief scientist of ModelBest; ModelBest's own newsroom refers to him with that title.[13] See Liu Zhiyuan for a fuller biography.
Sun Maosong (孙茂松), the senior Tsinghua professor who supervised Liu's doctorate, appears as the last author on the OpenBMB toolkit papers, including the ACL 2022 system demonstration for BMInf.[14] Han Xu (韩旭), also of THUNLP, is the first author of that paper; the full author list is Xu Han, Guoyang Zeng, Weilin Zhao, Zhiyuan Liu, Zhengyan Zhang, Jie Zhou, Jun Zhang, Jia Chao, and Maosong Sun.[14]
On the company side, ModelBest's published material names Li Dahai (李大海) as co-founder and chief executive, and Lei Shengtao (雷升涛) as chief operating officer.[13] Zeng Guoyang (曾国洋), a co-author on the BMInf paper, is quoted by the South China Morning Post as speaking for ModelBest on compute constraints: "Domestic resources are limited, talent isn't an issue, and data can be resolved, but the bottleneck lies in compute power."[11][14]
The big model base software stack
The original OpenBMB projects were three complementary systems libraries, all still maintained and all under Apache 2.0.[4][6][15]
| Toolkit | First public release | What it does |
|---|---|---|
| BMTrain | Beta 0.0.15 in February 2022; 1.0.0 in February 2024 | Distributed pre-training and fine-tuning for models with tens of billions of parameters, written so that the training code stays close to single-machine code. Added ZeRO-2 optimization in 2022 and tensor parallelism in 1.0.0.[15] |
| BMInf | Publicly released at the 2021 Zhongguancun Forum in September 2021; 2.0.0 in July 2022 | Low-resource inference. The ACL paper reports running models above 10 billion parameters on a single consumer GPU (a GTX 1060) using quantization, offloading, checkpointing, and CPU-GPU scheduling.[14] |
| BMCook | 0.1.0 in March 2022 | Model compression, combining knowledge distillation, pruning, quantization, and MoEfication, designed so the methods can be stacked.[6] |
| ModelCenter | February 2022 | Transformer model implementations built on the BMTrain backend.[16] |
| CPM.cu | June 2025 | A lightweight CUDA implementation aimed at end-device inference for the MiniCPM models.[7] |
The website's toolkit page has also listed OpenPrompt (prompt learning) and OpenDelta (parameter-efficient or "delta" tuning) alongside these, though both repositories are maintained under the thunlp organization.[3][12]
The MiniCPM model family
MiniCPM is the project the community is now known for. The first release, MiniCPM-2B, arrived on February 1, 2024 with roughly 2.4 billion non-embedding parameters, and its model card described it as jointly open-sourced by ModelBest and the Tsinghua NLP lab.[17] The line then split into a text branch, a vision branch (MiniCPM-V), an omni-modal branch (MiniCPM-o), a speech branch (VoxCPM), and, from 2026, an embodied branch (MiniCPM-Robot).[4][5][18]
| Model | Released | Size | Modality |
|---|---|---|---|
| MiniCPM-2B | February 1, 2024 | 2.4B non-embedding | Text |
| MiniCPM-V 2.0 | April 12, 2024 | 2.8B on the card; 3.43B in the checkpoint | Vision-language |
| MiniCPM-Llama3-V 2.5 | May 20, 2024 | 8B on the card, 8.5B in the technical report, 8.54B in the checkpoint (SigLip-400M plus Llama3-8B-Instruct) | Vision-language |
| MiniCPM-V 2.6 | August 6, 2024 | 8B | Vision-language |
| MiniCPM3-4B | September 5, 2024 | 4B | Text |
| MiniCPM-o 2.6 | January 13, 2025 | 8B | Omni (vision, speech, streaming) |
| MiniCPM4 | June 6, 2025 | 0.5B and 8B | Text |
| MiniCPM-V 4.0 | August 2, 2025 | 4.1B (SigLIP2-400M plus MiniCPM4-3B) | Vision-language |
| MiniCPM-V 4.5 | August 26, 2025 | 8B | Vision-language |
| MiniCPM 4.1 | September 5, 2025 | 8B | Text, hybrid reasoning |
| VoxCPM | September 2025 | 0.5B | Speech synthesis |
| MiniCPM-o 4.5 | February 3, 2026 | 9B total | Omni, full-duplex |
| MiniCPM-SALA | February 11, 2026 | 9B-scale | Text, sparse and linear hybrid attention, million-token context |
| VoxCPM2 | April 2026 | 2B | Speech synthesis, 30 languages |
| MiniCPM-V 4.6 | May 11, 2026 | 1.3B total | Vision-language |
| MiniCPM5-1B | May 19, 2026 | 1B | Text |
| MiniCPM5-2B | September 7, 2026 | 2,516,756,480 on the card; 2.6B in Artificial Analysis's catalogue and OpenBMB's own follow-up post | Text, reasoning |
Sources: MiniCPM and MiniCPM-V repository changelogs, OpenBMB's milestone timeline, and Hugging Face repository metadata.[2][4][5][8] The sizes are the labels OpenBMB used in the release each row describes, and for several models OpenBMB's own documents disagree with one another; the Hugging Face figures quoted alongside them are safetensors tensor totals rather than parameter counts. MiniCPM reconciles the published figures model by model.
MiniCPM-V carried 26,317 GitHub stars on September 8, 2026, second among the model repositories to VoxCPM at 36,842, and its current head model, MiniCPM-V 4.6, is described in the repository as a 1.3-billion-parameter total model deployable on iOS, Android, and HarmonyOS.[5][7] MiniCPM-o 4.5, released in February 2026, is a 9-billion-parameter end-to-end model whose repository claims it "approaches Gemini 2.5 Flash in vision, speech, and full-duplex multimodal live streaming," a self-reported comparison rather than an independent one.[5] The newest text model, MiniCPM5-2B, was released on September 7, 2026.[1][4]
The whole line is built for edge AI rather than cloud serving, and the community's own framing is that capability per parameter is the thing to optimize. The MiniCPM4 technical report is titled "MiniCPM4: Ultra-Efficient LLMs on End Devices."[19]
Two 2024 side branches are worth noting because they are cited elsewhere. On April 11, 2024 the project released MiniCPM-2B-128k, MiniCPM-1B, and MiniCPM-MoE-8x2B, the last of which the MiniCPM paper says was "initialized utilizing Sparse Upcycling" from a dense MiniCPM checkpoint, giving 13.6 billion non-embedding parameters with two of eight experts activated per token.[4][33] See sparse upcycling. The design and training methodology of the early family were written up in "MiniCPM: Unveiling the Potential of Small Language Models with Scalable Training Strategies," posted to arXiv in April 2024 by Shengding Hu and 24 co-authors.[33]
Licensing history
The MiniCPM license has changed twice, so a single blanket label would be wrong. At launch in February 2024 the README released the repository under Apache 2.0 but bound the model weights to the General Model License (GML), a Chinese license family that OpenBMB itself publishes: weights were free for academic research, and commercial use required writing to ModelBest for a certificate of authorization.[20][21] By September 2024 the weights had moved to a bespoke "MiniCPM Model License," free for research and free for commercial use after filling in a registration questionnaire.[22] The restriction was dropped entirely alongside the MiniCPM4 release: commit 71245495, dated June 6, 2025 and titled "change license," rewrote the section to a single line, "This repository and MiniCPM models are released under the Apache-2.0 License," which is where it stands today.[4][22] MiniCPM-V, MiniCPM-o, and VoxCPM currently carry Apache 2.0 on both weights and code, and the MiniCPM5 model cards on Hugging Face are tagged apache-2.0.[5][8][18] Not every repository in the organization is Apache-licensed: PilotDeck and StaffDeck are AGPL-3.0, and several research repositories carry MIT or no declared license.[7]
Agent projects
OpenBMB was an unusually early and prolific publisher of LLM agent frameworks. Its own timeline groups XAgent, AgentVerse, and ChatDev under June 2023 as covering single-agent, multi-agent, and agent-application territory respectively, though the three GitHub repositories were actually created between May and October of that year.[2][7]
| Project | Introduced | Stars (Sept 8, 2026) | Description |
|---|---|---|---|
| ChatDev | 2023 | 34,233 | Originally a "virtual software company" in which agents cast as CEO, CTO, and programmer run a full software lifecycle. ChatDev 2.0 ("DevAll"), released January 7, 2026, recast it as a zero-code multi-agent orchestration platform.[23] |
| XAgent | October 2023 | 8,540 | An autonomous agent split into a Dispatcher, a Planner, and an Actor, with tools running inside a Docker ToolServer.[24] |
| ToolBench / ToolLLM | May 2023 | 5,736 | An instruction-tuning dataset and platform for tool use, built from 16,464 REST APIs collected from RapidAPI, plus the ToolLLaMA model and the ToolEval harness. The paper was an ICLR 2024 spotlight.[25] |
| AgentVerse | May 2023 | 5,120 | A framework for deploying multiple LLM agents in either task-solving or simulation mode; accepted at ICLR 2024.[26] |
| IoA (Internet of Agents) | July 2024 | 829 | A framework for connecting heterogeneous third-party agents such as AutoGPT and Open Interpreter into nested teams across environments.[27] |
| AgentCPM-GUI | May 2025 | 1,414 | An on-device GUI agent for operating Android apps, trained with reinforcement learning.[7] |
| PilotDeck | May 2026 | 3,984 | A task-oriented agent productivity platform, AGPL-3.0.[7] |
| UltraRAG | January 2025 | 5,682 | A low-code retrieval-augmented generation framework built on the Model Context Protocol, jointly launched by THUNLP, NEUIR at Northeastern University, OpenBMB, and AI9stars.[28] |
ChatDev is the most-starred of these and is frequently discussed alongside MetaGPT, a separate Chinese multi-agent software-company framework that is not an OpenBMB project. Star counts and repository creation dates in the table above come from the GitHub API on September 8, 2026.[7]
Datasets and evaluation
The dataset releases are a contribution in their own right, and several of them are reused far outside OpenBMB's own models. UltraChat, released incrementally from April 2023, is a large synthetic multi-turn instruction corpus that became a widely used supervised fine-tuning set in the open weights ecosystem; its GitHub repository sits under thunlp while the dataset is published on the openbmb Hugging Face account.[9][12] UltraFeedback followed in September 2023: about 64,000 prompts, four responses each from different models, and GPT-4 annotations along four axes (instruction-following, truthfulness, honesty, helpfulness), for roughly 256,000 rated samples, released together with the UltraRM reward model and UltraCM critique model.[29] The pair became a common recipe for DPO-style preference training on small open models, in the same lineage of data-quality-first arguments as the LIMA paper.
| Dataset | Released | Downloads, 30 days to Sept 8, 2026 | Notes |
|---|---|---|---|
| Ultra-FineWeb | March 2025 | 120,491 | ~1T English and ~120B Chinese tokens filtered from FineWeb and Chinese FineWeb with a fastText classifier[30] |
| Ultra-FineWeb-L1 | August 2026 | 34,193 | 1T+ tokens (~1.14 billion documents) from Common Crawl snapshots up to CC-MAIN-2025-51[30] |
| UltraData-Math | January 2026 | 23,331 | Mathematics training data in the UltraData tiered framework[9] |
| UltraData-SFT-2605 | May 2026 | 18,994 | Supervised fine-tuning mixture[9] |
| UltraFeedback | September 2023 | 14,224 | Fine-grained AI preference dataset[29] |
| Ultra-FineWeb-L3 | February 2026 | 12,729 | 400B+ English and 200B+ Chinese synthetic tokens from Q&A generation and multi-style rewriting[30] |
| UltraChat | April 2023 | 4,864 | ~1.5M synthetic multi-turn dialogues[9] |
Since February 2026 these have been organized under a public "UltraData" platform with an L0 to L4 tiered data-management framework, in which Ultra-FineWeb sits as the L2 selected layer for general web data.[30]
On evaluation, two OpenBMB benchmarks are widely cited. InfiniteBench (published as "∞Bench") extends long-context evaluation beyond 100,000 tokens across 12 tasks mixing real and synthetic material.[31] OlympiadBench, accepted to ACL 2024, is a bilingual multimodal benchmark of olympiad-level mathematics and physics problems.[32] The organization also maintains UltraEval, an ACL 2024 demo framework for evaluating foundation models, and UltraEval-Audio for audio evaluation.[7]
Reception and independent evaluation
Most of the performance numbers on the MiniCPM repositories are self-reported: OpenCompass averages the team ran itself, or head-to-head comparisons against a set of models the authors chose. Those should not be read as independent evaluation.
The clearest third-party read comes from Artificial Analysis, which evaluated MiniCPM5-2B on its Intelligence Index v4.2 on September 7, 2026. It reported a score of 15, calling it "the highest Intelligence Index of any open weights model under 4B total parameters" and four points clear of Granite 4.2 3B at 11, while noting weaker results on knowledge and coding: 9 percent on Humanity's Last Exam, 9 percent on Terminal-Bench v2.1, and 0 percent on CritPt. Artificial Analysis also observed that the model's AA-Omniscience score of -12 "is earned by abstaining from answering rather than accuracy," since it attempts only 29 percent of questions.[1] The same article is a good illustration of why index versions have to be named: the model scored 23 on the earlier Intelligence Index v4.1.1, and Artificial Analysis states that "its new score of 15 on v4.2 reflects the updated evaluation mix and weightings, and scores across the two versions are not directly comparable."[1]
Adoption is easier to measure than quality. The per-repository counts the Hugging Face API reported on September 8, 2026 for the openbmb account sum to roughly 4.5 million model downloads over the preceding 30 days, led by MiniCPM-o 4.5 (753,030), MiniCPM5-1B (724,212), MiniCPM-V 4.6 (530,314), VoxCPM2 (410,797), MiniCPM-V 4.5 (264,825), and MiniCPM-o 2.6 (259,050).[8] On GitHub the largest repositories on the same date were VoxCPM (36,842 stars), ChatDev (34,233), MiniCPM-V (26,317), MiniCPM (10,536), and XAgent (8,540).[7] The models are carried by mainstream local-inference tooling: MiniCPM-V 4.6 was merged into Ollama's official library in June 2026, and MiniCPM-V 4.5 gained official llama.cpp, vLLM, and LLaMA-Factory support in September 2025.[5]
OpenBMB's own about page lists Intel, MediaTek, NVIDIA, and Qualcomm as chip partners, and shows member-unit logos labelled THUHCSI, Open knowledge graph, BIAA, Northeastern University, and Zhihu.[2] Its milestone entry for late 2024 names Huawei Cloud, MediaTek, Intel, Baidu Smart Cloud, Great Wall Motors, and Accelerated Evolution Robots among integration partners.[2] These are the community's own claims about its partners rather than independently confirmed commercial relationships.
Current status
OpenBMB remains actively developed. In the first nine months of 2026 alone the community shipped ChatDev 2.0, AgentCPM-Explore, AgentCPM-Report, and UltraRAG 3.0 in January; MiniCPM-o 4.5 and the UltraData platform in February; the EdgeClaw device-cloud agent framework in March; VoxCPM2 in April; MiniCPM-V 4.6, MiniCPM5-1B, and PilotDeck in May; and MiniCPM5-2B in September.[2][4]
The commercial arm has moved toward a public listing. On August 12, 2026 Citic Securities filed with China's securities regulator that it had been hired to guide ModelBest's pre-IPO tutoring for a mainland listing; the company has not disclosed a target size, timeline, or venue, and the mandatory tutoring process takes at least three months.[11] Caixin reported that the move could make ModelBest the first large language model developer to list under the Shanghai STAR Market's regime for unprofitable technology companies.[10] What that means for the open-source community's governance has not been stated publicly by either party, and this article does not speculate.
OpenBMB has also started running open competitions around its own architectures. The MiniCPM-SALA model card advertises a 2026 "Sparse Operator Acceleration & Race" (SOAR) run with SGLang and NVIDIA, with a prize pool the card puts above 100,000 US dollars, challenging entrants to optimize 9B-scale, million-token inference on NVIDIA 6000D hardware.[34]
Recent work also points outward from language models. The organization has published MiniCPM-Robot, a vision-language-action model series for robots; DeepThinkVLA and SimpleNav for embodied research; ForgeTrain, described on ModelBest's site as a training framework written autonomously by AI; and SciCore-Omics and SciCore-Mol in computational biology.[7][13] Whether those lines mature into flagships or stay research repositories is not yet determinable from public information.
References
- ^1 ^2 ^3 ^4Artificial Analysis. "OpenBMB releases MiniCPM5-2B." Published September 7, 2026. artificialanalysis.ai/...nbmb-releases-minicpm5-2b
- ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9OpenBMB. "About Us" page content (milestones, founder logos, chip partners), served via openbmb.cn/...about . Retrieved September 8, 2026. openbmb.cn/about-us
- ^1 ^2 ^3 ^4 ^5 ^6OpenBMB. "关于我们" (About Us), archived December 3, 2023. web.archive.org/...about-us
- ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9 ^10OpenBMB. "MiniCPM" repository README. Retrieved September 8, 2026. github.com/...MiniCPM
- ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9OpenBMB. "MiniCPM-V" repository README. Retrieved September 8, 2026. github.com/...MiniCPM-V
- ^1 ^2 ^3OpenBMB. "BMCook: Model Compression for Big Models." github.com/...BMCook
- ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9 ^10 ^11 ^12 ^13GitHub REST API. Organization and repository metadata for github.com/OpenBMB. Retrieved September 8, 2026. api.github.com/...OpenBMB
- ^1 ^2 ^3 ^4 ^5Hugging Face API. Model list for author `openbmb`. Retrieved September 8, 2026. huggingface.co/...models
- ^1 ^2 ^3 ^4 ^5 ^6 ^7Hugging Face API. Dataset list for author `openbmb`. Retrieved September 8, 2026. huggingface.co/...datasets
- ^1 ^2Gu Zhaowei. "ModelBest Begins Pre-IPO Tutoring as On-Device AI Competition Heats Up." Caixin Global, August 12, 2026. caixinglobal.com/...competition-heats-up-102473564
- ^1 ^2 ^3Xinmei Shen. "Chinese AI start-up ModelBest, partner to Samsung and Huawei, launches pre-IPO process." South China Morning Post, August 12, 2026. scmp.com/...-ipo-tutoring-process-mainland-listing
- ^1 ^2 ^3 ^4 ^5GitHub. THUNLP organization ("Natural Language Processing Lab at Tsinghua University"). Retrieved September 8, 2026. github.com/thunlp
- ^1 ^2 ^3ModelBest. Company website and newsroom (English and Chinese editions). Retrieved September 8, 2026. modelbest.cn/en
- ^1 ^2 ^3 ^4Xu Han, Guoyang Zeng, Weilin Zhao, Zhiyuan Liu, Zhengyan Zhang, Jie Zhou, Jun Zhang, Jia Chao, Maosong Sun. "BMInf: An Efficient Toolkit for Big Model Inference and Tuning." Proceedings of ACL 2022: System Demonstrations, pages 224-230. aclanthology.org/2022.acl-demo.22
- ^1 ^2OpenBMB. "BMTrain: Efficient Training for Big Models." github.com/...BMTrain
- ^OpenBMB. "ModelCenter." github.com/...ModelCenter
- ^OpenBMB. Model card, `openbmb/MiniCPM-2B-sft-bf16`. huggingface.co/...MiniCPM-2B-sft-bf16
- ^1 ^2OpenBMB. "VoxCPM" repository README. github.com/...VoxCPM
- ^MiniCPM Team. "MiniCPM4: Ultra-Efficient LLMs on End Devices." arXiv:2506.07900. arxiv.org/...2506.07900
- ^OpenBMB. "MiniCPM" README at commit b3358343, February 2024 (General Model License terms). github.com/...README-en.md
- ^OpenBMB. "General-Model-License" repository. github.com/...General-Model-License
- ^1 ^2OpenBMB. "MiniCPM" README-en.md commit history, in particular commits b3358343 (February 19, 2024), c58c9a28 (September 28, 2024) and 71245495 ("change license," June 6, 2025). Retrieved September 8, 2026. github.com/...README-en.md
- ^OpenBMB. "ChatDev 2.0 - DevAll" repository README. github.com/...ChatDev
- ^OpenBMB. "XAgent" repository README. github.com/...XAgent
- ^Yujia Qin et al. "ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs." arXiv:2307.16789; repository at github.com/...ToolBench
- ^Weize Chen et al. "AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors." arXiv:2308.10848. github.com/...AgentVerse
- ^Weize Chen et al. "Internet of Agents: Weaving a Web of Heterogeneous Agents for Collaborative Intelligence." arXiv:2407.07061. github.com/...IoA
- ^OpenBMB, THUNLP, NEUIR, AI9stars. "UltraRAG" repository README. github.com/...UltraRAG
- ^1 ^2Ganqu Cui et al. "UltraFeedback: Boosting Language Models with Scaled AI Feedback." arXiv:2310.01377; repository README at github.com/...UltraFeedback
- ^1 ^2 ^3 ^4OpenBMB. "Ultra-FineWeb" dataset card and technical report (arXiv:2505.05427). huggingface.co/...Ultra-FineWeb
- ^Xinrong Zhang et al. "∞Bench: Extending Long Context Evaluation Beyond 100K Tokens." arXiv:2402.13718; repository at github.com/...InfiniteBench
- ^Chaoqun He et al. "OlympiadBench: A Challenging Benchmark for Promoting AGI with Olympiad-Level Bilingual Multimodal Scientific Problems." ACL 2024; arXiv:2402.14008. github.com/...OlympiadBench
- ^1 ^2 ^3Shengding Hu et al. "MiniCPM: Unveiling the Potential of Small Language Models with Scalable Training Strategies." arXiv:2404.06395, April 2024. arxiv.org/...2404.06395
- ^OpenBMB. Model card, `openbmb/MiniCPM-SALA` (SOAR competition notice). huggingface.co/...MiniCPM-SALA
- ^OpenBMB. Website header and page metadata strings (tagline "Big Model for Everyone" / 让大模型飞入千家万户), served in openbmb.cn/...main-DMog5HPc.js . Retrieved September 8, 2026. openbmb.cn
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation. Every suggestion is reviewed for sourcing before it goes live.
1 revision · v2 · 3,997 words · full history
Fact-checks are independent of edits: a reviewer re-verifies the article against its sources and stamps the date. How we verify
Research and drafting on this wiki are AI-assisted, under named human editorial standards. How AI is used here
Reviewer note: Institutional structure, project portfolio, licensing history and Hugging Face and GitHub figures checked against OpenBMB's own site, repositories and the MiniCPM papers on September 8, 2026. A partner list not carried by the cited page was corrected and a contradictory repository superlative was fixed.
Cite this page: AI Wiki. "OpenBMB." aiwiki.ai, updated 8 Sept 2026, fact-checked 8 Sept 2026. CC BY 4.0. https://aiwiki.ai/wiki/openbmb