MiniMax-AI commited on
Commit
15443c6
·
verified ·
1 Parent(s): de45dcb

Add MiniMax MCP repo link to README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -35,7 +35,10 @@ pipeline_tag: text-generation
35
  </a>
36
  <a href="https://www.minimax.io/platform" style="margin: 2px;">
37
  <img alt="API" src="https://img.shields.io/badge/⚡_API-Platform-FF4040?style=flat-square&labelColor=2C3E50" style="display: inline-block; vertical-align: middle;"/>
38
- </a>
 
 
 
39
  </div>
40
  <div align="center" style="line-height: 1;">
41
  <a href="https://github.com/MiniMax-AI/MiniMax-01" target="_blank" style="margin: 2px;">
@@ -243,7 +246,7 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
243
  ```
244
 
245
  ## 6. Chatbot & API
246
- 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.
247
 
248
  ## 7. Contact Us
249
  Contact us at [[email protected]](mailto:[email protected]).
 
35
  </a>
36
  <a href="https://www.minimax.io/platform" style="margin: 2px;">
37
  <img alt="API" src="https://img.shields.io/badge/⚡_API-Platform-FF4040?style=flat-square&labelColor=2C3E50" style="display: inline-block; vertical-align: middle;"/>
38
+ </a>
39
+ <a href="https://github.com/MiniMax-AI/MiniMax-MCP" style="margin: 2px;">
40
+ <img alt="MCP" src="https://img.shields.io/badge/🚀_MCP-MiniMax_MCP-FF4040?style=flat-square&labelColor=2C3E50" style="display: inline-block; vertical-align: middle;"/>
41
+ </a>
42
  </div>
43
  <div align="center" style="line-height: 1;">
44
  <a href="https://github.com/MiniMax-AI/MiniMax-01" target="_blank" style="margin: 2px;">
 
246
  ```
247
 
248
  ## 6. Chatbot & API
249
+ 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.
250
 
251
  ## 7. Contact Us
252
  Contact us at [[email protected]](mailto:[email protected]).