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

# Model access

Model access on Morphic lets you choose which models members can use in your workspace. Turn a model off and it is no longer available to your team. Turn it on and anyone in the workspace can pick it.

Use it when you want a team working from the same set of models, and when you want to keep an eye on what the costly ones are spending.

Here's a quick tutorial on how to manage model access on Morphic:

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

### Accessing Model access

1. In the Dashboard view, click the Org logo in the top-left corner.
2. From the dropdown, select Settings.
3. Under 'Organization' in the left sidebar, click 'Model access'.

Or go straight there: [studio.morphic.com/settings/model-access](https://studio.morphic.com/settings/model-access)

### Turn a model on or off

1. Open 'Model access'
2. Pick the task type along the top, such as 'Text to image' or 'Image to video'. Each type has its own list of models
3. Find the model you want, or type its name into 'Search models...'
4. Use the toggle on the right to turn it on or off

Every model carries a one-line summary of what it is good at, like 'Best-in-class text rendering and typography' or 'Ultra-fast drafts and iterations', so you can decide without leaving the page.

### Task types

Models are grouped by what they do:

| Group | Task types                                                                                   |
| ----- | -------------------------------------------------------------------------------------------- |
| Image | Text to image, Image to image, Outpainting, Inpainting, Upscale                              |
| Video | Text to video, Image to video, Reference to video, Frames to video, Video to video, Lip sync |
| Audio | Speech, Dialogue, Music, Sound effects, Transcribe                                           |

A model can appear under more than one task type. Turning it off under one does not turn it off under another, so check each type you care about.

### Set a model's limits

Some models carry options of their own.

1. Click the arrow beside a model to expand it
2. Open the 'Max resolution' dropdown
3. Pick the ceiling the model is allowed to output. Each option lists its credit cost beside it, and a checkmark marks the one in force

Capping resolution is often a better first move than turning a model off. Your team keeps the model they like, and the most expensive setting is off the table.

That's how you manage model access on Morphic. It keeps your team on the models you want them on, at the settings you are happy to pay for.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/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.
