Upload a Model from Hugging Face
Add a public Hugging Face model to your Model HUB catalog.
Steps
- Open Model HUB — In the sidebar, go to Product Guide → Model HUB.
- Click Import Hugging Face Model — The button is in the top right of the Model Catalog.
- Enter the Repository ID — Paste the full Hugging Face model URL (e.g.
https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) or the short repository ID inorganization/modelformat (e.g.mistralai/Mistral-7B-Instruct-v0.3). - (Optional) Set a Revision — Enter a branch, tag, or commit SHA to pin a specific version instead of the repo's default.
- Click Import model — Foundry pulls the model into your Model HUB catalog.
- Confirm it landed — Go back to Model HUB — the model now appears in the catalog tagged
Type: huggingface, ready to test in Playground or deploy.