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

# 模型访问

如何在工作区中启用或停用模型，以及如何限制每个模型允许输出的分辨率。

Morphic 的模型访问功能可让你选择工作区成员可以使用哪些模型。关闭某个模型后，你的团队将无法再使用它。开启后，工作区中的任何人都可以选择它。

当你希望团队使用同一组模型工作时，以及当你想关注高成本模型的消耗情况时，就可以使用它。

下面是如何在 Morphic 上管理模型访问的快速教程：

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

### 进入模型访问

1. 在仪表板视图中，点击左上角的组织标志。
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. 使用右侧的开关将其开启或关闭

每个模型都带有一句话摘要，说明它擅长什么，比如“业界最佳的文本渲染和排版”或“超快速草稿和迭代”，这样你无需离开页面就能做出决定。

### 任务类型

模型会按其功能分组：

| 分组 | 任务类型                                   |
| -- | -------------------------------------- |
| 图像 | 文本生成图像、图像生成图像、扩图、局部重绘、放大               |
| 视频 | 文本生成视频、图像生成视频、参考生成视频、帧生成视频、视频生成视频、口型同步 |
| 音频 | 语音、对话、音乐、音效、转录                         |

一个模型可能会出现在多个任务类型下。在某一类型下关闭它，并不会在另一类型下也把它关闭，所以请检查你关心的每一种类型。

### 设置模型限制

有些模型自带自己的选项。

1. 点击模型旁边的箭头以展开它
2. 打开“最大分辨率”下拉菜单
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/zh/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.
