How to Create DigitalOcean Gradient™ AI GPU Droplets
Validated on 3 Nov 2025 • Last edited on 18 Feb 2026
DigitalOcean Droplets are Linux-based virtual machines (VMs) that run on top of virtualized hardware. Each Droplet you create is a new server you can use, either standalone or as part of a larger, cloud-based infrastructure.
GPU Droplets have GPUs in a single or 8 GPU configuration. They also come with two different kinds of storage: a boot disk for persistent data and a scratch disk for non-persistent data. Learn more about GPU Droplet plans and features.
We provide AI/ML-ready images for GPU Droplets that have drivers and software from AMD and NVIDIA preinstalled, as well as preconfigured 1-Click Models powered by Hugging Face. You can also create GPU Droplets with existing Droplet images, but you need to manually install drivers and other software to use the GPUs.
Create a GPU Droplet in the Control Panel
After you log in to the control panel, click the green Create button in the top right to open the Create menu, then click GPU Droplets to go to the GPU Droplet creation page.
Create a GPU Droplet with the resources you choose.
This page has similar sections as the regular Droplet creation page, like choosing a datacenter region and SSH keys, and some different options:
-
Choose an image. We provide AI/ML-ready images for AMD and NVIDIA GPU Droplets which have drivers and software pre-installed. You can also use 1-Click Models which let you deploy popular third-party models directly to GPU Droplets.
GPU Droplets also work with existing Droplet images, but you need to manually install GPU drivers.
-
Choose a GPU plan. We offer a single GPU plan and an 8 GPU plan. GPU Droplets also come with a scratch disk, which is a non-persistent disk to store data for staging purposes.
-
Enable Metrics. Select Improved Metrics and Monitoring to enable GPU Observability in Insights automatically, allowing
do-agentto detect the GPU type and integrate with the appropriate exporter (DGCM for NVIDIA or ROCm for AMD) to collect and send GPU metrics securely. For details about available GPU metrics, see the Monitoring Metrics page.Note The power throttling GPU metric is currently available only for AMD GPUs. NVIDIA support is planned but not yet available. To use AMD GPUs, contact support to request access.For Basic Images, you can enable GPU metrics by manually installing the exporter, binding it to
127.0.0.1, reconfiguringdo-agentto scrape it, and restartingdo-agent. -
If you want to enable jumbo frames, you can do so with user data during creation.
Once you finish selecting your options, click Create GPU Droplet. GPU Droplets generally take longer than non-GPU Droplets to initialize, particularly for 8 GPU Droplets, so allow some time for this process to finish.
Create a GPU Droplet Using the DigitalOcean API or CLI
When creating a GPU Droplet using the DigitalOcean API or CLI, you need to provide values for:
- The
region, the string for the desired datacenter. - The
size, the slug that specifies the Droplet plan. - The
image, the slug that specifies the base image.
You can view slugs for all GPU Droplet plans and more information on AI/ML-ready and inference-optimized images.