
The Models screen, showing the deployment stages a model passes through.
Deployment stages
A model is only ready to use once it reaches Running. It passes through:Deploy
Start a new deployment from a base model (any Hugging Face model) or from one of your fine-tuned models. See Deploy a model for the full flow.Operate a deployment
Each deployment can be managed over its whole lifecycle:Share a model
You can grant teammates access to a model by email from its detail screen. The owner can see who has access and which keys each person holds against the model, and can revoke access, which invalidates the keys tied to that grant. Models shared with you are marked in the models list and when creating a key.Get the endpoint
A ready deployment exposes an OpenAI-compatible endpoint at/{deployment_slug}/v1/.... Attach an alias for a stable URL, and
see Run inference to call it.