> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/integrations/llms-and-databases/mistral-integration.md).

# Mistral 整合

## 概述

Mistral 是一家人工智慧研究公司，專注於開發尖端的大型語言模型，並強調效率和可擴展性。他們的使命是讓前沿人工智慧無處不在，並為所有建設者提供量身定制的人工智慧。這需要強烈的獨立性、對開放、可攜帶和可定制解決方案的堅定承諾，以及在有限時間內交付最先進技術的極端專注。

## 生成 Mistral API 金鑰

要使用 Mistral API，您需要按照以下簡單步驟生成 API 金鑰：

1. 前往 Mistral 的 **La Plateforme** <https://console.mistral.ai/> 並登入。如果您沒有帳戶，可以在那裡註冊。
2. 登入後，前往 **API Keys**。請注意，您需要先設置 [Billing Plan](https://console.mistral.ai/billing/) 才能生成和使用 Mistral API 金鑰。
3. 點擊 **Create new key** 按鈕以生成新的 API 金鑰。提供一個名稱和一個到期日以供令牌使用。請複製該令牌以備後用，因為它不會再次顯示。

完成了！一旦您擁有 API 金鑰，您就可以在 SkyDeck AI 平台中使用 Mistral 的 LLM。

{% hint style="info" %}
請注意，API 金鑰可能需要幾分鐘才能可用，因此如果您立即將其添加到控制中心，可能會看到錯誤消息。在生成 API 金鑰後，請等待幾分鐘再將 Mistral 與 SkyDeck AI 整合。
{% endhint %}

## 將 API 金鑰添加到 SkyDeck AI 控制中心

API 金鑰將添加到控制中心整合畫面。

1. 在此登錄或創建一個 SkyDeck AI 管理員帳戶: <https://admin.skydeck.ai/>
2. 登錄後，訪問您的整合頁面 [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)，或在側邊欄中選擇 **Integrations**。
3. 在 LLM 整合頁面中，點擊 **Add Integration** 按鈕，選擇 Mistral 作為整合服務，並在憑證金鑰中輸入您的 API 金鑰。

<figure><img src="/files/JJ1FK9vVzijPXnWW6GbX" alt="mistral integration" width="563"><figcaption></figcaption></figure>

就這樣！您現在可以使用強大的 SkyDeck AI 工具並直接訪問 Mistral 的模型。

## 結論

將 Mistral 與 SkyDeck AI 平台整合提供了一套強大的功能和能力，利用 Mistral 的先進語言模型來提供準確和可靠的答案。確保您隨時更新 Mistral 的最新模型和功能，以最大化此整合的好處。如需額外協助或查詢，請參閱 [Mistral 文檔](https://docs.mistral.ai/) 或聯繫他們的支持團隊。


---

# 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.skydeck.ai/zh-hk/integrations/llms-and-databases/mistral-integration.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.
