> 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/account-and-billing/settings/model-access.md).

# 모델 접근

Morphic의 모델 액세스 기능을 사용하면 작업 공간에서 구성원들이 사용할 수 있는 모델을 선택할 수 있습니다. 모델을 끄면 더 이상 팀에서 사용할 수 없고, 켜면 작업 공간의 누구나 선택할 수 있습니다.

팀이 같은 모델 세트를 사용하도록 하고 싶을 때, 그리고 비용이 많이 드는 모델이 얼마나 사용되고 있는지 계속 살펴보고 싶을 때 사용하세요.

Morphic에서 모델 액세스를 관리하는 방법을 간단히 안내해 드립니다:

{% embed url="<https://youtu.be/MiIRgHhj6j4>" %}

### 모델 액세스에 접근하기

1. Dashboard 보기에서 왼쪽 상단 모서리의 Org 로고를 클릭하세요.
2. 드롭다운에서 설정을 선택하세요.
3. 왼쪽 사이드바의 'Organization' 아래에서 'Model access'를 클릭하세요.

아니면 바로 여기로 가세요: [studio.morphic.com/settings/model-access](https://studio.morphic.com/settings/model-access)

### 모델 켜기 또는 끄기

1. 'Model access'를 여세요
2. 상단에서 'Text to image'나 'Image to video' 같은 작업 유형을 선택하세요. 각 유형에는 고유한 모델 목록이 있습니다.
3. 원하는 모델을 찾거나 'Search models...'에 이름을 입력하세요.
4. 오른쪽의 토글을 사용해 켜거나 끄세요

각 모델에는 'Best-in-class text rendering and typography'나 'Ultra-fast drafts and iterations'처럼 무엇에 강한지에 대한 한 줄 요약이 붙어 있어, 페이지를 벗어나지 않고도 결정할 수 있습니다.

### 작업 유형

모델은 수행하는 작업에 따라 그룹화됩니다:

| 그룹  | 작업 유형                                             |
| --- | ------------------------------------------------- |
| 이미지 | 텍스트→이미지, 이미지→이미지, 아웃페인팅, 인페인팅, 업스케일               |
| 비디오 | 텍스트→비디오, 이미지→비디오, 레퍼런스→비디오, 프레임→비디오, 비디오→비디오, 립싱크 |
| 오디오 | 음성, 대화, 음악, 음향 효과, 전사                             |

하나의 모델이 여러 작업 유형 아래에 표시될 수 있습니다. 한 유형에서 끄더라도 다른 유형에서는 꺼지지 않으므로, 관심 있는 각 유형을 확인하세요.

### 모델의 제한 설정

일부 모델에는 자체 옵션이 있습니다.

1. 모델 옆의 화살표를 클릭해 펼치세요
2. 'Max resolution' 드롭다운을 여세요
3. 모델이 출력할 수 있는 상한을 선택하세요. 각 옵션에는 옆에 크레딧 비용이 표시되고, 체크 표시가 현재 적용 중인 옵션을 나타냅니다.

해상도 상한을 설정하는 것은 모델을 끄는 것보다 먼저 해볼 만한 더 나은 방법인 경우가 많습니다. 팀은 마음에 드는 모델을 계속 사용할 수 있고, 가장 비싼 설정은 배제됩니다.

이것이 Morphic에서 모델 액세스를 관리하는 방법입니다. 팀이 원하는 모델을 사용하게 유지하면서도, 기꺼이 비용을 지불할 수 있는 설정만 사용하도록 해줍니다.

***

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