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

# OpenAI 통합

## **SkyDeck AI 플랫폼과 OpenAI 통합**

\
ChatGPT는 OpenAI에 의해 개발된 AI 기반의 채팅봇입니다. 이는 GPT-4 언어 모델을 기반으로 하며, 사람처럼 텍스트를 생성하고, 언어를 번역하며, 다양한 종류의 창의적인 컨텐츠를 작성할 수 있습니다. ChatGPT는 다양한 애플리케이션에 강력한 도구입니다. OpenAI는 AI를 안전하고 책임감있게 개발하고 배포하는 비영리 연구 회사입니다. SkyDeck AI와 통합하면 ChatGPT의 모든 현재 모델에 액세스할 수 있습니다.

### **OpenAPI API 키 생성하기**

\
OpenAI API를 사용하려면 다음과 같은 간단한 3단계를 통해 API 키를 생성해야 합니다:

1. OpenAI 웹사이트에서 무료 계정을 생성하세요: [https://beta.openai.com/signup. ↗](https://beta.openai.com/signup) Google 또는 Microsoft 계정을 사용하여 가입하거나, 이메일/비밀번호 조합으로 계정을 만들 수 있습니다.
2. 가입한 후 여기에 방문하여 OpenAI 키 페이지를 찾아보세요: [https://beta.openai.com/account/api-keys, ↗](https://beta.openai.com/account/api-keys) 또는 메뉴 항목인 "API 키 보기"를 클릭하십시오.
3. "새 비밀 키 생성" 버튼을 클릭하여 새 API 키를 생성하세요. 이 키는 GPT-4와 ChatGPT 모델에 모두 접근할 수 있게 하므로, 별도의 API 키가 필요하지 않습니다.

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

### **SkyDeck AI 컨트롤 센터에 API 키 추가**

API 키를 컨트롤 센터 통합 화면에 추가합니다.

1. SkyDeck AI 관리 계정을 로그인하거나 여기서 생성하세요: <https://admin.skydeck.ai/>
2. 로그인한 후, 통합 페이지 [https://admin.skydeck.ai/integrations/ ↗](https://admin.skydeck.ai/integrations/)’을 방문하거나 메뉴에서 ”통합“을 클릭하세요.
3. “통합 추가” 버튼을 클릭하고 지시에 따라 API 키를 입력하세요.

그게 다입니다! 이제 강력한 SkyDeck AI 도구를 사용하고 GPT-4와 ChatGPT 모델에 직접 액세스 할 수 있습니다.

참고: ChatGPT API의 월간 사용량에 따라 청구됩니다. 비용 구조는 사용한 토큰 수에 기반하며, 750단어 (대략 1000 토큰)이 최소 청구 단위입니다. 1000토큰당 비용은 사용한 모델에 따라 다르며, 현재 ChatGPT 기본 모델은 GPT-3.5 Turbo입니다. 2023년 7월부터 처음 3개월 동안 사용할 수 있는 5달러 무료 크레딧으로 실험을 시작할 수 있습니다. 일반적인 사용을 위한 ChatGPT 가격은 매우 낮지만, 정기적으로 서비스를 사용할 계획이라면 신용카드 정보를 추가해야 하며 OpenAI 웹사이트에서 사용 한도를 설정하는 것이 좋습니다.

OpenAPI ChatGPT 가격 [https://openai.com/pricing ↗](https://openai.com/pricing)


---

# 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/openai-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.
