Skip to main content
GET
/
v1
/
vms
/
gpu-models
List virtual machine GPU models
curl --request GET \
  --url https://rest.compute.cudo.org/v1/vms/gpu-models \
  --header 'Authorization: <api-key>'
{
  "gpuModels": [
    {
      "id": "<string>",
      "memoryGib": 123,
      "modelName": "<string>",
      "vendorName": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Response

A successful response.

gpuModels
object[]