> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/pricing.md).

# 요금

Morphic의 요금제와 크레딧이 어떻게 작동하는지, 그리고 각 생성의 비용이 얼마인지 알아보세요.

크레딧은 이미지, 비디오, 오디오, 워크플로 전반에서 공통으로 사용되는 단일 통화입니다. 이 페이지에서는 각 요금제에 포함되는 내용과 크레딧이 어떻게 사용되는지 다룹니다.

* [요금제 및 크레딧](/docs/kr/pricing/plans-and-credits.md): 각 요금제에 포함되는 내용과 모든 모델의 크레딧 비용
* [요금 안내 FAQ](/docs/kr/pricing/pricing-faqs.md): 청구 관련 질문, 요금제 변경, 그리고 크레딧이 소진되면 어떻게 되는지

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/pricing.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.
