Empty or with a model
Provision a bare slice for interactive work, or deploy a model onto it in a single step.
Provision a bare slice for interactive work, or deploy a model onto it in a single step.
Let the platform pick a GPU and carve the slice, or target a specific GPU yourself.
AI agents request capacity when they need it and release it when idle — no tickets, no waiting.
The platform finds an online GPU with enough free VRAM, carves a right-sized slice, and launches the pod.
Pin a workload to a specific GPU and pod when you need precise control over placement.
Spin up a ready slice without a model for bring-your-own or interactive use, then release it when done.
Agents provision and free pods programmatically, so capacity flows with demand instead of sitting idle.
Agents scale capacity up under load and hand it back when the burst passes.
Grab an empty pod, do the work, and release the slice — no long-lived reservation.
Provision a slice and deploy a model from the directory together in a single flow.
Pin a latency-sensitive workload to a specific GPU for predictable performance.
A workload that occupies one VRAM slice on a GPU. A pod can be empty (a ready slice) or run an AI model deployed onto it.
Auto-provisioning chooses an online GPU with enough free VRAM and carves the slice for you. Manual lets you target a specific GPU and pod.
Agents request a pod through the platform when they need to run work, and release it when idle — the fleet allocates and reclaims capacity automatically.
Models are deployed from the managed model directory, so a pod-with-model can be launched without per-deploy downloads.