Managed directory
Models live in a directory the platform manages; the directory is the single source of what can be deployed.
Models live in a directory the platform manages; the directory is the single source of what can be deployed.
Pick a model and provision a pod for it in a single flow — onto a fresh slice or a GPU you choose.
The same model set is available to every node and every team, with no per-host setup.
Operators curate the directory; staged models are immediately available for provisioning.
Place a model on a right-sized VRAM slice on any GPU in the fleet.
Select the serving runtime for a deployment to match the model and the workload.
Models are staged once in the directory, so provisioning does not wait on large downloads.
Give every team the same curated directory instead of scattered, ad-hoc model files.
Skip download time at deploy — the model is already staged and ready.
Run different models on different slices of the same card.
Promote a model into the directory once and deploy it consistently across the fleet.
A managed directory the platform deploys from. Models staged there are what operators can provision onto GPU slices.
Operators stage model data into the managed directory; from there it is available to provision across the fleet.
Yes. Each model runs on its own VRAM slice, so multiple models can share a single GPU within its budget.
No. NUSAPOD serves models that are already staged in the directory; building or training models is out of scope.