# Add custom model versions

> Add custom model versions - Update a model's contents to create a new version of the model due to
> new package versions, different preprocessing steps, hyperparameters, etc.

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-04-24T16:03:56.558307+00:00` (UTC).

## Primary page

- [Add custom model versions](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/custom-models/custom-model-workshop/custom-model-versions.html): Full documentation for this topic (HTML).

## Sections on this page

- [Create a new minor version](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/custom-models/custom-model-workshop/custom-model-versions.html#create-a-new-minor-version): In-page section heading.
- [Create a new major version](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/custom-models/custom-model-workshop/custom-model-versions.html#create-a-new-major-version): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [MLOps](https://docs.datarobot.com/en/docs/classic-ui/mlops/index.html): Linked from this page.
- [Deployment](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/index.html): Linked from this page.
- [Prepare custom models for deployment](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/custom-models/index.html): Linked from this page.
- [Custom Model Workshop](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/custom-models/custom-model-workshop/index.html): Linked from this page.
- [Add an environment version](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/custom-models/custom-model-environments/custom-environments.html#add-an-environment-version): Linked from this page.

## Documentation content

# Add custom model versions

If you want to update a model due to new package versions, different preprocessing steps, hyperparameters, and more, you can update the file contents to create a new version of the model. To upload a new version of a custom model environment, see [Add an environment version](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/custom-models/custom-model-environments/custom-environments.html#add-an-environment-version).

## Create a new minor version

When you update the contents of a model, the minor version (1.1, 1.2, etc.) of the model automatically updates. To create a minor custom model version, select the model from the Custom Model Workshop and navigate to the Assemble tab. Under the Model header, click Add files and upload the files or folders you updated. The minor version is also updated if you delete a file.

## Create a new major version

To create a new major version of a model (1.0, 2.0, etc.):

1. Select the model from the Custom Model Workshop and navigate to theAssembletab.
2. Under theModelheader, click+ New Version.
3. In theCreate new model versiondialog box, select a version creation strategy and configure the new version: SettingDescriptionCopy contents of previous versionAdd the contents of the current version to the new version of the custom model.Create empty versionDiscard the contents of the current version and add new files for the new version of the custom model.Base EnvironmentSelect the base execution environment of the new version. The execution environment of the current custom model version is selected by default. In addition, if the selected execution environment does not change, the version of that execution environment persists from the previous custom model version, even if a newer environment version is available. For more information on how to ensure the custom model version uses the latest version of the execution environment, seeTrigger base execution environment update.New version descriptionEnter a description of the new version. The version description is optional.Keep training data from previous versionEnable or disable adding the training data from the current version to the new custom model version. This setting is enabled by default.
4. ClickCreate new version. You can now use a new version of the model in addition to its previous versions. Select the iteration of the model that you want to use from theVersiondropdown.
