# Model Registry workflow update

> Model Registry workflow update - Between the October and November 2023 AI Platform releases (and in
> the 9.2 Self-managed AI Platform release), DataRobot is launching an exciting update to our Model
> Registry, making it easier for you to organize your models and track multiple versions.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:10.014646+00:00` (UTC).

## Primary page

- [Model Registry workflow update](https://docs.datarobot.com/en/docs/release/deprecations-and-migrations/model-registry.html): Full documentation for this topic (HTML).

## Sections on this page

- [Migration and workflow update overview](https://docs.datarobot.com/en/docs/release/deprecations-and-migrations/model-registry.html#migration-and-workflow-update-overview): In-page section heading.
- [Leaderboard deployment walkthrough](https://docs.datarobot.com/en/docs/release/deprecations-and-migrations/model-registry.html#leaderboard-deployment-walkthrough): In-page section heading.
- [API route deprecations](https://docs.datarobot.com/en/docs/release/deprecations-and-migrations/model-registry.html#api-route-deprecations): In-page section heading.
- [Frequently asked questions](https://docs.datarobot.com/en/docs/release/deprecations-and-migrations/model-registry.html#frequently-asked-questions): In-page section heading.

## Related documentation

- [AI Platform releases](https://docs.datarobot.com/en/docs/release/index.html): Linked from this page.
- [Deprecations and migrations](https://docs.datarobot.com/en/docs/release/deprecations-and-migrations/index.html): Linked from this page.
- [model preparation](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/model-rec-process.html): Linked from this page.
- [time series prediction intervals](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-port-pred-intervals.html): Linked from this page.
- [configure the deployment settings](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/deploy-methods/add-deploy-info.html): Linked from this page.
- [API documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.

## Documentation content

Between the October and November 2023 AI Platform releases (and in the 9.2 Self-managed AI Platform release), DataRobot is launching an exciting update to our Model Registry, making it easier for you to organize your models and track multiple versions. No action is required from you; however, once this change is rolled out, you must register a model prior to deployment.

## Migration and workflow update overview

The new Model Registry is an organizational hub for the variety of models used in DataRobot. Models are registered as deployment-ready model packages. These model packages are grouped into registered models containing registered model versions, allowing you to categorize them based on the business problem they solve. Registered models can contain DataRobot, custom, external, challenger, and automatically retrained models as versions.

During this update, packages from the Model Registry > Model Packages tab are converted to registered models and migrated to the new Registered Models tab. Each migrated registered model contains a registered model version. The original packages can be identified in the new tab by the model package ID (registered model version ID) appended to the registered model name:

Once the migration is complete, in the updated Model Registry, you can track the evolution of your predictive and generative models with new versioning functionality and centralized management. In addition, you can access both the original model and any associated deployments and share your registered models (and the versions they contain) with other users:

This update builds on the [previous model package workflow changes](https://docs.datarobot.com/en/docs/release/index.html#model-package-artifact-creation-workflow), requiring the registration of any model you intend to deploy. To register and deploy a model from the Leaderboard, you must first provide model registration details:

- Previously, when you opened a model on theLeaderboardand navigated to thePredict > Deploy, you could clickDeploy modelwithout providing registered model details.
- With this update, when you open a model on theLeaderboardand navigate to thePredict > Deploytab, you are prompted toRegister to deploy, providing model details and adding the model to the Model Registry as a new registered model, or as a new version of an existing model. Once the model is registered, you can clickDeploy.

> [!TIP] Deploy a model version directly from the Leaderboard
> If you have already registered the model, on the Leaderboard, you can open the model's Predict > Deploy tab, locate the model in the Model Versions list, and click Deploy —even if the Status is Building.

## Leaderboard deployment walkthrough

To make the Model Registry a true organizational hub for all models in DataRobot, each model must be registered and then deployed. To register and deploy a model from the Leaderboard:

1. On theLeaderboard, select the model to use for generating predictions. DataRobot recommends a model with theRecommended for DeploymentandPrepared for Deploymentbadges. Themodel preparationprocess runs feature impact, retrains the model on a reduced feature list, and trains on a higher sample size, followed by the entire sample (latest data for date/time partitioned projects).
2. ClickPredict > Deploy. If the Leaderboard model doesn't have thePrepare for Deploymentbadge, DataRobot recommends you clickPrepare for Deploymentto run themodel preparationprocess for that model. TipIf you've already added the model to the Model Registry, the registered model version appears in theModel Versionslist. You can clickDeploynext to the model and skip the rest of this process.
3. UnderDeploy model, clickRegister to deploy.
4. In theRegister new modeldialog box, provide the required model package model information: FieldDescriptionRegister modelSelect one of the following:Register new model:Create a new registered model. This creates the first version (V1).Save as a new version to existing model:Create a version of an existing registered model. This increments the version number and adds a new version to the registered model.Registered model name / Registered ModelDo one of the following:Registered model name:Enter a unique and descriptive name for the new registered model. If you choose a name that exists anywhere within your organization, theModel registration failedwarning appears.Registered Model:Select the existing registered model you want to add a new version to.Registered model versionAssigned automatically. This displays the expected version number of the version (e.g., V1, V2, V3) you create. This is alwaysV1when you selectRegister a new model.Prediction thresholdFor binary classification models. Enter the value a prediction score must exceed to be assigned to the positive class. The default value is0.5. For more information, seePrediction thresholds.Optional settingsVersion descriptionDescribe the business problem this model package solves, or, more generally, describe the model represented by this version.TagsClick+ Add itemand enter aKeyand aValuefor each key-value pair you want to tag the modelversionwith. Tags do not apply to the registered model, just the versions within. Tags added when registering a new model are applied toV1.Include prediction intervalsFor time series models. Enable the computation of a model'stime series prediction intervals(from 1 to 100). Time series prediction intervals may take a long time to compute, depending on the number of series in the dataset, the number of features, the blueprint, etc. Consider if intervals are required in your deployment before enabling this setting. For more information see, theprediction intervals consideration. Binary classification prediction thresholdsIf you set theprediction thresholdbefore thedeployment preparation process, the value does not persist. When deploying the prepared model, if you want it to use a value other than the default, set the value after the model has thePrepared for Deploymentbadge. Time series prediction intervals considerationWhen you deploy atime series model package with prediction intervals, thePredictions > Prediction Intervalstab is available in the deployment. For deployed model packages built without computing intervals, the deployment'sPredictions > Prediction Intervalstab is hidden; however, older time series deployments without computed prediction intervals may display thePrediction Intervalstab if they were deployed prior to August 2022.
5. ClickAdd to registry. The model opens on theModel Registry > Registered Modelstab.
6. While the registered model builds, clickDeployand thenconfigure the deployment settings.

## API route deprecations

We are deprecating certain API routes to support this change. All APIs should function as expected for 6 months. API users can check out our [API documentation](https://docs.datarobot.com/en/docs/api/index.html) for more details.

## Frequently asked questions

| Question | Answer |
| --- | --- |
| What is changing? | The Registered Models tab is replacing the Model Packages tab. When you add a model to the Model Registry, it has a version number (v1, v2, etc.) and is called a registered model. Each registered model contains registered model versions. In addition, the workflow to deploy Leaderboard models requires a model registration step. |
| How do I deploy Leaderboard models? | You must add a model to the Model Registry before deploying.On the Leaderboard, open a model and navigate to Predict > Deploy.New: Click Register to deploy and register the model. You can register a new model (e.g., v1) or save as a new version of an existing registered model.After registration, you are directed to the version in the Model Registry, where you can click Deploy. |
| Why are we making this change? | Improved User Experience: Requiring the registration of all deployed models improves the user experience for organizing models. If you retrain models, you can see the full lineage of that model. In addition, you can manually group models, filtering and searching for models is easier, and the workflow for challenger models is simpler.AI Production Functionality: The new Model Registry is a centralized organizational hub for all models, regardless of where they are built or hosted. Registering models before deployment enables critical AI Production functionality, like monitoring and governance. |
| What happens to model packages created before the migration? | All existing model packages in the Model Registry are migrated as unique registered models containing a version. The original packages can be identified in the new tab by the model package ID (registered model version ID) appended to the registered model name. |
