> 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/ko/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 Keys**로 이동합니다. 낮은 비율 제한 API가 있는 무료 요금제를 사용할 수 있으며, 대규모 필요에 따라 더 높은 요금제로 업그레이드할 수 있습니다.
3. **Create API key** 버튼을 클릭하여 새 API 키를 생성합니다. 토큰의 이름을 제공하십시오. 나중에 사용할 수 있도록 토큰을 복사하십시오. 다시는 표시되지 않습니다.

모두 완료되었습니다! API 키를 받으면 SkyDeck AI 플랫폼에서 Groq의 LLM을 사용할 수 있습니다.

## SkyDeck AI 제어 센터에 API 키 추가하기

API 키는 제어 센터 통합 화면에 추가됩니다.

1. 여기에서 SkyDeck AI 관리자 계정에 로그인하거나 계정을 생성하세요: <https://admin.skydeck.ai/>
2. 로그인한 후, 여기에서 통합 페이지를 방문하세요 [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)’, 또는 사이드바에서 **통합**을 선택하세요.
3. LLM 통합 페이지에서 **통합 추가** 버튼을 클릭하고, 통합 서비스로 Groq를 선택한 후 자격 증명 키에 API 키를 입력하세요.

<figure><img src="/files/p5UPdkOm3lt79Oe0nb9l" 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/ko/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.
