You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/models/builtin/llm/dianjin-r1.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ DianJin-R1
7
7
- **Context Length:** 32768
8
8
- **Model Name:** DianJin-R1
9
9
- **Languages:** en, zh
10
-
- **Abilities:** chat, tools
10
+
- **Abilities:** chat, reasoning, hybrid, tools
11
11
- **Description:** Tongyi DianJin is a financial intelligence solution platform built by Alibaba Cloud, dedicated to providing financial business developers with a convenient artificial intelligence application development environment.
Copy file name to clipboardExpand all lines: doc/source/models/builtin/llm/index.rst
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ The following is a list of built-in LLM in Xinference:
187
187
- DeepSeek-VL2, an advanced series of large Mixture-of-Experts (MoE) Vision-Language Models that significantly improves upon its predecessor, DeepSeek-VL. DeepSeek-VL2 demonstrates superior capabilities across various tasks, including but not limited to visual question answering, optical character recognition, document/table/chart understanding, and visual grounding.
188
188
189
189
* - :ref:`dianjin-r1 <models_llm_dianjin-r1>`
190
-
- chat, tools
190
+
- chat, reasoning, hybrid, tools
191
191
- 32768
192
192
- Tongyi DianJin is a financial intelligence solution platform built by Alibaba Cloud, dedicated to providing financial business developers with a convenient artificial intelligence application development environment.
193
193
@@ -426,6 +426,11 @@ The following is a list of built-in LLM in Xinference:
426
426
- 32768
427
427
- MiniCPM4 series are highly efficient large language models (LLMs) designed explicitly for end-side devices, which achieves this efficiency through systematic innovation in four key dimensions: model architecture, training data, training algorithms, and inference systems.
428
428
429
+
* - :ref:`minicpm5-1b <models_llm_minicpm5-1b>`
430
+
- chat, reasoning, hybrid, tools
431
+
- 131072
432
+
- MiniCPM5-1B is the first model in the MiniCPM5 series. It is a dense 1B Transformer built for on-device, local deployment, and resource-constrained scenarios, reaching 1B-class open-source SOTA. Supports hybrid thinking via enable_thinking and native XML-style tool calling (MCP-compatible).
433
+
429
434
* - :ref:`minimax-m2 <models_llm_minimax-m2>`
430
435
- chat, tools, reasoning
431
436
- 196608
@@ -785,7 +790,7 @@ The following is a list of built-in LLM in Xinference:
785
790
.. toctree::
786
791
:maxdepth:3
787
792
788
-
793
+
789
794
baichuan-2
790
795
791
796
baichuan-2-chat
@@ -950,6 +955,8 @@ The following is a list of built-in LLM in Xinference:
950
955
951
956
minicpm4
952
957
958
+
minicpm5-1b
959
+
953
960
minimax-m2
954
961
955
962
minimax-m2.5
@@ -1092,4 +1099,3 @@ The following is a list of built-in LLM in Xinference:
- **Description:** MiniCPM5-1B is the first model in the MiniCPM5 series. It is a dense 1B Transformer built for on-device, local deployment, and resource-constrained scenarios, reaching 1B-class open-source SOTA. Supports hybrid thinking via enable_thinking and native XML-style tool calling (MCP-compatible).
12
+
13
+
Specifications
14
+
^^^^^^^^^^^^^^
15
+
16
+
17
+
Model Spec 1 (pytorch, 1 Billion)
18
+
++++++++++++++++++++++++++++++++++++++++
19
+
20
+
- **Model Format:** pytorch
21
+
- **Model Size (in billions):** 1
22
+
- **Quantizations:** none
23
+
- **Engines**: vLLM, Transformers, SGLang
24
+
- **Model ID:** openbmb/MiniCPM5-1B
25
+
- **Model Hubs**: `Hugging Face <https://huggingface.co/openbmb/MiniCPM5-1B>`__, `ModelScope <https://modelscope.cn/models/OpenBMB/MiniCPM5-1B>`__
26
+
27
+
Execute the following command to launch the model, remember to replace ``${quantization}`` with your
28
+
chosen quantization method from the options listed above::
0 commit comments