Skip to main content
The model registry: a named version line that outlives the run that produced it. A run id is a fact about an experiment. A model version is a decision — this is the one we are willing to serve. Registering turns the first into the second, and everything downstream (deployments, the Playground, acceptance cards) refers to the version rather than the run. See Model registry for the workflow.

sf model

Manage the model registry

sf model archive

Archive one version
No options beyond --help.

sf model card

Show or export the acceptance card

sf model ls

List models and their versions
No options beyond --help.

sf model promote

Promote one version to production
No options beyond --help.

sf model register

Record a run’s artifact as a version