> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/get-started/undefined-2.md).

# 크레딧 이해하기

Runyour Agent의 모든 AI 사용은 **크레딧(C)**&#xC73C;로 차감됩니다.

<div data-with-frame="true"><figure><img src="/files/UZRNeGeb4yAeuPEflTFL" alt=""><figcaption><p><strong>소속 그룹 잔여 크레딧</strong> — 내 그룹의 남은 예산을 도넛 차트로 보여줍니다</p></figcaption></figure></div>

#### 크레딧이란?

크레딧은 기관이 보유한 AI 사용 자원입니다. 기관 관리자가 그룹에 크레딧을 배분하면, 그룹 구성원은 그 크레딧을 **공용 지갑처럼 함께** 사용합니다. 사용량은 AI 모델의 입력·출력 토큰에 따라 자동으로 차감됩니다.

* 크레딧은 **기관 → 그룹 → 구성원** 순으로 흐릅니다.
* 그룹에 배분된 크레딧은 그룹 멤버 누구나 개인 한도 없이 함께 사용합니다.
* 잔여 크레딧이 부족하면 응답이 생성되지 않으며, 충전(배분) 후 다시 이용할 수 있습니다.

#### 크레딧 차감 방식

크레딧은 **입력 토큰 + 출력(응답) 토큰**의 사용량에 따라 자동으로 차감됩니다.

* 같은 요청이라도 모델(프로바이더)별 입력/출력 단가가 모두 다릅니다.
* 단가는 매월 환율과 입출력 포맷에 따라 달라질 수 있습니다.
* 입력보다 출력(응답) 단가가 높은 것이 일반적입니다. 긴 답변일수록 더 많은 크레딧이 소모됩니다.

#### 모델별 단가

모델마다 입력·출력 토큰 단가가 다르며, 단가는 매월 환율과 입출력 포맷에 따라 변동될 수 있습니다. 모델별 최신 단가표는 Runyour AI 매뉴얼에서 확인할 수 있습니다.&#x20;

* **모델별 단가**

{% embed url="<https://runyourai.gitbook.io/userguide/ai-agent/how-to#undefined>" %}

* **API 라우터 지원 모델별 단가**&#x20;

{% embed url="<https://runyourai.gitbook.io/userguide/api/guide/models#runyour-api-router>" %}


---

# 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://runyourai.gitbook.io/userguide/runyour-agent/get-started/undefined-2.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.
