> 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/getting-started/copilot/choose-a-model.md).

# 모델 선택

Copilot 채팅에 어떤 모델을 사용할지 선택하는 방법, 각 모델이 어떤 용도에 적합한지, 그리고 새 채팅의 기본 모델을 어디서 설정하는지.

Copilot은 언어 모델로 작동하며, 어떤 모델을 사용할지 선택할 수 있습니다. 이 모델이 요청을 읽고, 작업을 계획하고, 다시 응답합니다. 어떤 이미지 또는 비디오 모델이 미디어를 생성하는지는 프롬프트 바의 '모델 기본 설정' 아래에 있는 별도의 설정입니다.

## 모델

| 모델          | 적합한 용도                          |
| ----------- | ------------------------------- |
| 자동          | 각 작업에 가장 적합한 모델을 선택합니다. 기본값     |
| Sonnet 4.6  | 대부분의 작업에 균형 잡힌 지능과 속도           |
| Grok 4.5    | 일상적인 작업에 빠르고 직설적인 응답            |
| GPT 5.6 Sol | 복잡한 다단계 작업을 위한 심층 추론            |
| Fable 5.1   | 스토리텔링과 아이디어 구상을 위한 창의적이고 세련된 응답 |

특별한 이유가 없다면 'Auto'로 두세요. GPT 5.6 Sol과 Fable 5.1은 유료 요금제가 필요합니다. 일부 모델은 목록에 표시되지만 흐리게 표시되어 있으며, 아직 선택할 수 없습니다.

## 채팅에 사용할 하나를 선택하세요

1. 열기 [Copilot](https://studio.morphic.com/chat)
2. 프롬프트 바 오른쪽 아래에 있는 버튼을 클릭하세요. 먼저 모드를, 다음으로 모델을 표시하므로 'Auto · Sonnet 4.6'은 Sonnet 4.6에서 실행되는 자동 생성입니다
3. 'Model' 아래에서 드롭다운을 열고 하나를 선택하세요. 체크 표시가 현재 활성 모델을 나타냅니다

선택은 채팅에 적용되므로, 채팅마다 서로 다른 모델을 동시에 사용할 수 있으며, 변경할 때까지 그대로 유지됩니다.

## 새 채팅의 기본값 설정

1. 열기 ['기본 설정'](https://studio.morphic.com/settings/preferences)
2. '기본 채팅 모드' 옆에서 드롭다운을 여세요
3. 그곳에서 'Model' 아래에서 모델을, 'Mode' 아래에서 모드를 선택하세요

새 채팅은 해당 모델로 시작합니다. 한 채팅의 모델을 변경해도 기본값은 변경되지 않습니다.

이렇게 하면 Morphic에서 모델을 선택할 수 있습니다. 대부분의 작업은 'Auto'로 충분합니다. 채팅에서 속도나 더 많은 추론이 필요할 때는 직접 하나를 선택하세요.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**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/getting-started/copilot/choose-a-model.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.
