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

# 모델

Morphic의 각 모델이 잘하는 것과, 언제 선택하면 좋은지.

Morphic은 여러 모델로 연결됩니다. 이 페이지들은 각 모델이 특정 샷에 대해 선택할 가치가 있는 이유를 다룹니다.

* [Seedance 2.5](/docs/kr/models/seedance-2.5.md): 대부분의 비디오 작업에서 현재 기본값
* [Seedance 2.0](/docs/kr/models/seedance-2.0.md): 이전 세대이며, 여전히 일부 스타일에 유용함
* [ChatGPT 이미지 2.0](/docs/kr/models/chatgpt-images-2.0.md): 프롬프트 준수도가 높은 이미지 생성
* [해피 호스 1.0](/docs/kr/models/happy-horse-1.0.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/models.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.
