> For the complete documentation index, see [llms.txt](https://help.slidespilot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.slidespilot.com/slidespilot-help-center-ko/plans-and-billing/ai.md).

# AI 크레딧

{% hint style="info" %}
**면책 조항:** AI 크레딧 비용은 새로운 기능을 출시하거나 새로운 모델을 통합함에 따라 변경될 수 있습니다. 이 페이지를 최신 상태로 유지하려고 노력하고 있지만, 가장 정확한 정보는 항상 제품 내에 표시되며, 일반적으로 각 작업 버튼 옆에 표시됩니다.
{% endhint %}

### PPT 변환/생성

이는 특정 요금제에서 생성할 수 있는 프레젠테이션 수입니다. AI에게 완전한 프레젠테이션 생성을 요청하면, 프레젠테이션의 길이와 관계없이 1회의 변환/생성으로 계산됩니다.

AI 이미지 모델 선택: 완전한 프레젠테이션을 생성할 때 사용할 이미지 모델을 선택할 수 있으며, AI가 프레젠테이션에 이미지를 추가합니다. 이 경우 AI 크레딧이 소모되며, 예를 들어:

* 기본 AI 이미지 모델: 10 크레딧
* Nanobanana: 50 크레딧
* Nanobanana Pro: 200 크레딧

프레젠테이션 생성 중 AI 크레딧이 부족해도, 이미지를 제외하고 계속 생성할 수 있습니다.

### AI 크레딧

SlidesPilot에서 AI 기능을 사용하면 기능에 따라 서로 다른 양의 AI 크레딧이 소모됩니다:

**이미지 하나 생성:** 비용은 모델에 따라 다릅니다. 모델을 선택할 때 크레딧 비용이 표시됩니다.

**다음 작업에도 AI 크레딧이 소모됩니다:**

* AI로 새 슬라이드 추가: 5 크레딧
* AI로 슬라이드 편집: 5 크레딧(이미지 슬라이드는 20 크레딧)
* AI로 슬라이드 꾸미기: 20 크레딧
* AI로 개요 생성: 1 크레딧
* PPT를 다른 형식으로 변환: 10 크레딧

### 추가 AI 크레딧 구매

AI 크레딧이 부족하면 AI 크레딧 팩을 구매하여 언제든지 충전할 수 있습니다. 충전한 크레딧은 만료되지 않으므로 만료일을 걱정할 필요가 없습니다. 이 크레딧은 작업 공간에서 구독 요금제 크레딧과 별도로 표시됩니다.

구독 요금제의 AI 크레딧이 먼저 사용됩니다. 그 크레딧이 모두 소진되면 충전한 크레딧이 차감됩니다.

#### 충전 크레딧(USD 가격)

다음 버튼을 클릭하여 AI 크레딧을 충전할 수 있습니다(결제를 위해 새 창이 열립니다):

**1000 크레딧($12.00):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUmoP5aZl2EteqXk8oyLOE" class="button primary" data-icon="coins">1,000 크레딧 충전</a>

**2000 크레딧 ($22.80):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUnQP5aZl2EteqnkiS3UWM" class="button primary" data-icon="coins">2,000 크레딧 충전</a>

**5000 크레딧 ($54.00):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUnmP5aZl2EteqPNWfgpnL" class="button primary" data-icon="coins">5,000 크레딧 충전</a>

**10000 크레딧 ($102):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUoCP5aZl2Eteqa0ozND2m" class="button primary" data-icon="coins">10,000 크레딧 충전</a>

{% hint style="danger" %}
**중요:** 충전하려는 계정으로 로그인하세요. 하나의 계정으로 구매한 AI 크레딧은 해당 계정에 귀속되며, 다른 계정으로 이전할 수 없습니다.
{% endhint %}


---

# 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://help.slidespilot.com/slidespilot-help-center-ko/plans-and-billing/ai.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.
