> 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/essentials/models.md).

# 모델

모델은 생성 결과 전반에서 일관성을 유지합니다. 참조 이미지를 사용해 시각적 개념(캐릭터, 스타일, 제품 또는 객체)으로 모델을 학습시키세요. 모델은 개념의 고유한 특징을 학습합니다. 학습된 모델을 어떤 프롬프트에서든 참조하면 다양한 장면과 맥락에 그 룩을 적용할 수 있습니다. 이렇게 하면 매번 같은 시각적 개념을 반복해서 설명할 필요가 없습니다.


---

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

```
GET https://morphic.com/docs/kr/essentials/models.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.
