Any-to-Any
Transformers
ONNX
Safetensors
minicpmo
feature-extraction
minicpm-o
minicpm-v
multimodal
full-duplex
custom_code
Instructions to use openbmb/MiniCPM-o-4_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/MiniCPM-o-4_5 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/MiniCPM-o-4_5", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2140,10 +2140,13 @@ Our ecosystem delivers optimal solution for a variety of hardware environments a
|
|
| 2140 |
If you find our model/code/paper helpful, please consider citing our papers 📝 and staring us ⭐️!
|
| 2141 |
|
| 2142 |
```bib
|
| 2143 |
-
@article{
|
| 2144 |
-
|
| 2145 |
-
|
| 2146 |
-
|
| 2147 |
-
|
|
|
|
|
|
|
|
|
|
| 2148 |
}
|
| 2149 |
```
|
|
|
|
| 2140 |
If you find our model/code/paper helpful, please consider citing our papers 📝 and staring us ⭐️!
|
| 2141 |
|
| 2142 |
```bib
|
| 2143 |
+
@article{cui2026minicpmo45realtimefullduplex,
|
| 2144 |
+
title={MiniCPM-o 4.5: Towards Real-Time Full-Duplex Omni-Modal Interaction},
|
| 2145 |
+
author={Junbo Cui and Bokai Xu and Chongyi Wang and Tianyu Yu and Weiyue Sun and Yingjing Xu and Tianran Wang and Zhihui He and Wenshuo Ma and Tianchi Cai and Jiancheng Gui and Luoyuan Zhang and Xian Sun and Fuwei Huang and Moye Chen and Zhuo Lin and Hanyu Liu and Qingxin Gui and Qingzhe Han and Yuyang Wen and Huiping Liu and Rongkang Wang and Yaqi Zhang and Hongliang Wei and Chi Chen and You Li and Kechen Fang and Jie Zhou and Yuxuan Li and Guoyang Zeng and Chaojun Xiao and Yankai Lin and Xu Han and Maosong Sun and Zhiyuan Liu and Yuan Yao},
|
| 2146 |
+
year={2026},
|
| 2147 |
+
eprint={2604.27393},
|
| 2148 |
+
archivePrefix={arXiv},
|
| 2149 |
+
primaryClass={cs.CL},
|
| 2150 |
+
url={https://arxiv.org/abs/2604.27393},
|
| 2151 |
}
|
| 2152 |
```
|