# Groq 整合

## 概述

Groq 正在以其快速的 AI 推理能力徹底改變人工智慧的格局，旨在為開發者和企業提供即時智慧。GroqCloud 允許與公開可用的模型（如 Llama 3.1）無縫整合，使得用戶能以最小的延遲利用 AI 的力量。憑藉其創新的語言處理單元 (LPU)，Groq 提供無與倫比的速度、經濟性和能源效率，從根本上改變了 AI 模型在雲端和本地的部署方式。通過使先進的 AI 技術對所有人可及，Groq 正在推動一波新的創新、生產力和發現，同時堅持開源原則。

## 生成 Groq API 金鑰

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

1. 前往 **GroqCloud** <https://console.groq.com/> 並登入。如果您沒有帳戶，可以在那裡註冊。
2. 登入後，前往 **API 金鑰**。您可以使用具有低速率限制的免費計劃，或者可以升級到更高的計劃以滿足大規模需求。
3. 點擊 **創建 API 金鑰** 按鈕以生成新的 API 金鑰。為令牌提供一個名稱。複製該令牌以便日後使用，因為它將不會再次顯示。

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

## 將 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** 按鈕，選擇 Groq 作為整合服務，並在憑證金鑰中輸入您的 API 金鑰。

<figure><img src="/files/1OqSHDjTPwz9VgsdBimt" alt="groq integration" width="563"><figcaption></figcaption></figure>

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

## 結論

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


---

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