Deployment Quickstart
Use this tutorial after cluster activation to deploy one available model and confirm that its service reaches Ready.
Prerequisites
- At least one activation shows Activated.
- GPU Dashboard shows the nodes and GPU capacity you expect to allocate.
- A model is available in Model Gallery or My Models.
Choose a Model Source
Start from a model that is already available to your account.
Quick Deployment Steps
- Confirm cluster capacity. Open GPU Dashboard from Activate Cluster and confirm that the expected nodes and GPU capacity are healthy.
- Select a model. Choose a model from Model Gallery or My Models.
- Configure resources. Select your cluster and configure the service topology, replicas, and optional KV cache settings.
- Deploy and verify. Create the deployment, wait for Ready, then verify its serving workload in GPU Dashboard.
Verify the Result
The quickstart is complete when the deployment shows Ready, its details show the intended cluster and model, and GPU Dashboard lists the service under Model Serving. If the deployment shows Failed, open its error message and continue with Manage Deployments.
Troubleshooting
No activated cluster is available
Return to Activate Cluster, finish the activation workflow, and confirm the expected capacity in GPU Dashboard.
The deployment reaches Failed
Open the status error in Deployments. Compare the selected model and GPU requirements, then follow Manage Deployments for the supported restart and recovery actions.
Best Practices
- Match the GPU type to your model's size.
- Start with a single replica for testing.
- Use P/D Disaggregated for high-concurrency workloads.
- Choose Standard mode for simple, low-traffic use cases.
- Enable Distributed KV Cache when replicas serve overlapping context.
Next Steps
Call your deployed models through the unified API endpoint.