|
| 1 | +--- |
| 2 | +title: How to change the model of a Managed Inference deployment |
| 3 | +description: Learn how to change the model of your Scaleway Managed Inference deployment in just a few easy clicks. |
| 4 | +tags: managed-inference ai-data change model |
| 5 | +dates: |
| 6 | + posted: 2025-07-18 |
| 7 | + validation: 2025-07-18 |
| 8 | +categories: |
| 9 | + - ai-data |
| 10 | +--- |
| 11 | +import Requirements from '@macros/iam/requirements.mdx' |
| 12 | + |
| 13 | + |
| 14 | +You can change the model used by your Managed Inference deployment at any time, as long as the new model is compatible with the existing deployment node. If you want to change to a model that is too big for your current node type, you must [delete your existing deployment](/managed-inference/how-to/delete-deployment/) and [create a new one](/managed-inference/how-to/create-deployment/) with a compatible node type. |
| 15 | + |
| 16 | +Follow the steps below to change the model using the Scaleway console: |
| 17 | + |
| 18 | +<Requirements /> |
| 19 | + |
| 20 | + - A Scaleway account logged into the [console](https://console.scaleway.com) |
| 21 | + - A [Managed Inference deployment](/managed-inference/quickstart/) |
| 22 | + - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization |
| 23 | + |
| 24 | +1. Click **Managed Inference** in the **AI** section of the [Scaleway console](https://console.scaleway.com) side menu. A list of your deployments displays. |
| 25 | +2. From the drop-down menu, select the geographical region you want to manage. |
| 26 | +3. Choose a deployment either by clicking its name, or selecting **More info** from the drop-down menu represented by the icon <Icon name="more" /> to access the deployment dashboard. |
| 27 | +4. Click the **Settings** tab of your deployment to display additional settings. |
| 28 | +5. In the **Model** panel, click **Change model**. |
| 29 | + A pop-up displays, showing your current model. |
| 30 | +6. From the drop-down menu, select the model you want to change to, and click **Change model**. |
| 31 | + <br/> <br/> |
| 32 | + The change of model is initiated. Note that while the model is changed, your deployment will not be available for 15 - 30 minutes. |
| 33 | + |
| 34 | +Remember to update the model string in your client configuration, to reflect the new model. You can find the model string in the code sample available in the **Playground** tab of your deployment's dashboard (use the **View code** button). |
| 35 | + |
| 36 | +If you have also changed to a different type of model (e.g. from a chat model to an embedding model), you will also need to update the client code itself, as well as the model string. |
0 commit comments