> 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/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`                      | 高质量长文                                                 |
| 语音模型                                | 配合 [语音功能](/pre-basic/settings/yu-yin-gong-neng.md) 使用 |

{% hint style="info" %}

* MiniMax 国内访问方便，新用户有一定免费额度
* 海外用户请走 **MiniMax Global**（Cherry Studio Provider 列表中是另一个独立条目）
  {% endhint %}

***

### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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/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.
