> 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-cn/integrations/llms-and-databases/groq-integration.md).

# 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/lVlUdSZ9dryMn6zilehj" alt="groq integration" width="563"><figcaption></figcaption></figure>

就这样！您现在可以使用强大的 SkyDeck AI 工具并直接访问 Groq 的模型。

## 结论

将 Groq 与 SkyDeck AI 平台集成提供了一套强大的功能和能力，利用 Groq 的先进语言模型提供准确可靠的答案。确保您保持对最新模型和功能的更新，以最大化此集成的好处。如需额外帮助或咨询，请参考 [Groq 文档](https://console.groq.com/docs/) 或联系他们的支持团队。


---

# 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-cn/integrations/llms-and-databases/groq-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.
