The catalog is the recommended default. New models appear there server-side without requiring a platform update.
- SDK
- UI
Add and deploy a model
Once a model is in your project’s registry, deploy it for inference:The model becomes available within a few minutes.
Import from Hugging Face
For models not in the Adaptive catalog, import from Hugging Face directly:Import runs as an asynchronous job — the model appears in the registry once conversion finishes.
Catalog import (the recommended path) is currently UI-only. Open the Add Model dialog in your project and pick Import from Adaptive ML’s catalog.
Promoted checkpoints
A training run saves snapshots at configurable intervals (seecheckpoint_frequency). Any saved checkpoint can be promoted to a standalone model in the registry, then evaluated or deployed like any imported model.Promotion is currently UI-only — open a run and pick Promote checkpoint on a saved checkpoint. SDK support uses the underlying GraphQL mutation directly:



