> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/pre-basic/providers/minimax.md).

# MiniMax

MiniMax 係國內大模型廠商之一，特點係有比較出色嘅**多模態能力**（文本、語音、圖像、視頻生成都有）。

## 拎 API Key

* 去 [MiniMax 開放平台](https://platform.minimaxi.com/) 註冊帳號
* 完成實名認證之後，入去 `賬戶管理 → 接口密鑰` 建立 API Key

## 喺 Cherry Studio 設置

* 打開 `設定 → 模型服務`，搵到 **MiniMax** Provider 入去詳情頁
* 填入 API 密鑰
* API 地址保持預設就得
* 撳 **獲取模型列表**

## 推薦用法

| 模型                                  | 適合場景                                                                        |
| ----------------------------------- | --------------------------------------------------------------------------- |
| `abab6.5s-chat` / `MiniMax-Text-01` | 日常對話                                                                        |
| `abab6.5-chat`                      | 高質素長文                                                                       |
| 語音模型                                | 配合 [語音功能](/docs/zhong-wen-fan-ti/pre-basic/settings/yu-yin-gong-neng.md) 使用 |

{% hint style="info" %}

* MiniMax 喺國內存取方便，新用戶有一定免費額度
* 海外用戶請用 **MiniMax Global**（喺 Cherry Studio Provider 列表入面係另一個獨立條目）
  {% endhint %}

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/pre-basic/providers/minimax.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
