Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion serverless/endpoints/model-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,17 @@ Follow these steps to select and add a cached model to your endpoint:

<Steps>
<Step title="Create a new endpoint">
Navigate to the [Serverless section](https://www.console.runpod.io/serverless) of the console and click **New Endpoint**.
Navigate to the [Serverless section](https://www.console.runpod.io/serverless) of the console and click **New Endpoint**. Choose your deployment type (Hugging Face, Docker, GitHub, or Hub).

If you select **Hugging Face**, the model field is the primary input—model caching is pre-configured automatically.
</Step>
<Step title="Configure the model">
In the **Endpoint Configuration** step, scroll down to **Model** and add the link or path for the model you want to use.

For example, `Qwen/qwen3-32b-awq`.

The console displays the model size and estimated GPU requirements to help you choose the right GPU configuration.

<Frame alt="Cached model setting">
<img src="/images/model-cache-setting.png" />
</Frame>
Expand Down
Loading