---
title: "List the GPU Classes"
method: GET
path: "/organizations/{organization_name}/gpu-classes"
tags: ["organization_data"]
---

# List the GPU Classes

`GET /organizations/{organization_name}/gpu-classes`

List the GPU Classes

## Response `200`

OK

- GpuClassesList — Represents a list of GPU classes
  - `items` GpuClass[], required — The list of GPU classes
    - `gpu_class_type` 'community' | 'secure' — The type of GPU class
    - `gpu_count` integer — The number of GPUs in the cluster
    - `id` string, uuid, required — The unique identifier
    - `is_high_demand` boolean — Whether the GPU class is in high demand
    - `max_ram` integer — The maximum RAM amount in MB
    - `max_storage` integer — The maximum storage amount in bytes
    - `max_vcpu` integer — The maximum vCPU count
    - `min_ram` integer — The minimum RAM amount in MB
    - `min_storage` integer — The minimum storage amount in bytes
    - `min_vcpu` integer — The minimum vCPU count
    - `name` string, required — The GPU class name
    - `prices` GpuClassPrice[], required — The list of prices for each container group priority
      - `price` string, required — The price
      - `priority` 'high' | 'medium' | 'low' | 'batch', nullable, required — Specifies the priority level for container group execution, which determines resource allocation and scheduling precedence.

## Other responses

- `404` — Not Found
- `429` — Too Many Requests
- `default` — Unknown Error

---

[API](https://skmtc.net/salad/apis/saladcloud-api.md) · [All operations](https://skmtc.net/salad/apis/saladcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salad/saladcloud-api/revisions/6ee34c3732f3/schema)
