qingjun
commited on
Commit
·
ee2353f
1
Parent(s):
6fb8854
Update README.md by adding a new section on function calling. Provide a detailed explanation of the function calling capabilities of MiniMax-Text-01 and how to integrate it. Also, adjust the section numbering accordingly.
Browse files
README.md
CHANGED
|
@@ -241,7 +241,14 @@ For production deployment, we recommend using [vLLM](https://docs.vllm.ai/en/lat
|
|
| 241 |
|
| 242 |
For detailed deployment instructions, please refer to our [vLLM Deployment Guide](https://github.com/MiniMax-AI/MiniMax-01/blob/main/docs/vllm_deployment_guild.md).
|
| 243 |
|
| 244 |
-
## 6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 245 |
|
| 246 |
```
|
| 247 |
@misc{minimax2025minimax01scalingfoundationmodels,
|
|
@@ -255,8 +262,8 @@ For detailed deployment instructions, please refer to our [vLLM Deployment Guide
|
|
| 255 |
}
|
| 256 |
```
|
| 257 |
|
| 258 |
-
##
|
| 259 |
For general use and evaluation, we provide a [Chatbot](https://chat.minimax.io/) with online search capabilities and the [online API](https://www.minimax.io/platform) for developers. For general use and evaluation, we provide the [MiniMax MCP Server](https://github.com/MiniMax-AI/MiniMax-MCP) with video generation, image generation, speech synthesis, and voice cloning for developers.
|
| 260 |
|
| 261 |
-
##
|
| 262 |
Contact us at [model@minimaxi.com](mailto:model@minimaxi.com).
|
|
|
|
| 241 |
|
| 242 |
For detailed deployment instructions, please refer to our [vLLM Deployment Guide](https://github.com/MiniMax-AI/MiniMax-01/blob/main/docs/vllm_deployment_guild.md).
|
| 243 |
|
| 244 |
+
## 6. Function Calling
|
| 245 |
+
MiniMax-Text-01 supports Function Calling capability, enabling the model to intelligently identify when external functions need to be called and output parameters in structured JSON format. With Function Calling, you can:
|
| 246 |
+
- Let the model recognize implicit function call needs in user requests
|
| 247 |
+
- Receive structured parameter outputs for seamless application integration
|
| 248 |
+
- Support various complex parameter types, including nested objects and arrays
|
| 249 |
+
Function Calling supports standard OpenAI-compatible format definitions and integrates seamlessly with the Transformers library. For detailed usage instructions, please refer to our [Function Call Guide](./MiniMax-Text-01_Function_Call_Guide.md) or [Chinese Guide](./MiniMax-Text-01_Function_Call_Guide_CN.md).
|
| 250 |
+
|
| 251 |
+
## 7. Citation
|
| 252 |
|
| 253 |
```
|
| 254 |
@misc{minimax2025minimax01scalingfoundationmodels,
|
|
|
|
| 262 |
}
|
| 263 |
```
|
| 264 |
|
| 265 |
+
## 8. Chatbot & API
|
| 266 |
For general use and evaluation, we provide a [Chatbot](https://chat.minimax.io/) with online search capabilities and the [online API](https://www.minimax.io/platform) for developers. For general use and evaluation, we provide the [MiniMax MCP Server](https://github.com/MiniMax-AI/MiniMax-MCP) with video generation, image generation, speech synthesis, and voice cloning for developers.
|
| 267 |
|
| 268 |
+
## 9. Contact Us
|
| 269 |
Contact us at [model@minimaxi.com](mailto:model@minimaxi.com).
|