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

# Mistral

Mistral AI 係歐洲開源大模型嘅代表，提供 Mistral / Codestral 等系列，兼顧效果同開放性。

## 取得 API Key

* 打開 Mistral 控制台嘅 [API Keys 頁面](https://console.mistral.ai/api-keys/)（需先註冊／登入）
* 新建並複製一個 API Key

## 喺 Cherry Studio 入面配置

1. 打開 Cherry Studio 嘅 [模型服務設定](/docs/zhong-wen-fan-ti/pre-basic/providers/providers.md)，喺內置列表搵到 **Mistral**
2. 填入頭先攞到嘅 API Key
3. 撳 **獲取模型列表**，添加你需要嘅模型，打開右上角服務商開關就可以使用

{% hint style="info" %}
喺國內存取 Mistral 通常需要自己解決網絡代理問題。更多資訊見 [Mistral 官方文檔](https://docs.mistral.ai)。
{% 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/providers/mistral.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
