> 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/together-ai-integration.md).

# Together AI 통합

## **SkyDeck AI 플랫폼과의 Together AI 연동**

Together AI는 플랫폼에서 다양한 오픈 소스 큰 언어 모델을 호스팅합니다. SkyDeck AI와 통합하면 Together AI의 모든 채팅 모델에 접근할 수 있습니다.

### **Together AI API 키 생성하기**

\
Together AI API를 사용하기 위해서는 다음의 3단계를 통해 API 키를 생성해야 합니다:

1. Together AI 웹사이트에서 무료 계정을 생성합니다. 여기에서 가입하세요: <https://api.together.xyz/>.
2. 가입 후, API키 페이지를 방문하세요: <https://api.together.xyz/settings/api-keys>. 여기에서 API 키를 찾을 수 있습니다.
3. API 키를 얻었다면, SkyDeck AI 플랫폼에서 Together AI의 LLM을 사용할 수 있습니다.

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

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

1. 여기서 SkyDeck AI 관리자 계정에 로그인하거나 새로 만듭니다: <https://admin.skydeck.ai/>
2. 로그인한 후, 여기 ‘[https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)’의 통합 페이지를 방문하거나 메뉴에서 “통합”을 클릭합니다.
3. “+통합 추가” 버튼을 클릭하고, 통합 서비스로 Together AI를 선택한 다음 자격 증명 필드에 API 키를 입력합니다.

그것으로 끝입니다! 이제 강력한 SkyDeck AI 도구를 사용하고 Together AI 모델에 직접 액세스 할 수 있습니다.

주의: Together AI API의 월별 사용량에 따라 청구됩니다. 비용 구조는 사용한 토큰 수에 따라 결정됩니다. 가격 정책에 대한 자세한 내용은 <https://api.together.xyz/playground>을 방문하십시오.


---

# 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/together-ai-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.
