# 모델 사용 가격

## 모델 가격 이해

각 AI 모델은 사용된 토큰 수를 기반으로 하는 고유한 가격 구조를 가지고 있습니다.

* **토큰:** 토큰은 AI 모델이 처리하는 텍스트의 기본 단위입니다.
* **입력 토큰:** AI 모델에 텍스트를 제공할 때 사용되는 토큰입니다.
* **출력 토큰:** AI 모델이 응답으로 생성하는 토큰입니다.

## 모델 사용 가격 보기

1. **청구 섹션으로 이동:** "계정" 탭으로 가서 "청구"를 선택합니다.
2. **모델 가격 표:** 청구 페이지에서 모델 사용 가격을 표시하는 표를 찾을 수 있습니다. 표에는 다음 정보가 포함됩니다:
   * **제공자:** AI 모델의 제공자.
   * **모델:** 특정 AI 모델의 이름.
   * **입력 가격:** 100만 입력 토큰당 가격.
   * **출력 가격:** 100만 출력 토큰당 가격.
   * **유효 날짜:** 가격이 유효해진 날짜.
   * **만료 날짜:** 가격이 만료된 날짜(해당되는 경우).

<figure><img src="/files/plPGDvlvFv3e5YSam21n" alt=""><figcaption><p><strong>모델 가격 표</strong></p></figcaption></figure>

## 중요한 참고 사항

* 가격은 변경될 수 있습니다.
* 가격은 귀하의 선불 크레딧 잔액에 적용됩니다.
* 귀하의 크레딧 잔액은 사용된 입력 및 출력 토큰 수에 따라 감소합니다.

모델 사용 가격에 대한 질문이 있으시면 <support@skydeck.ai>로 문의해 주시기 바랍니다.


---

# Agent Instructions: 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:

```
GET https://docs.skydeck.ai/ko/control-center/billing/model-usage-prices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
