---
title: "List regions and corresponding supported driver versions"
method: GET
path: "/compute/regions"
tags: ["RegionService"]
---

# List regions and corresponding supported driver versions

`GET /compute/regions`

## Response `200`

OK

- RegionListResponse
  - `regions` object[], required
    - `name` string, required — Identifiable name of the region.
    - `driver_versions` ClusterDriverVersionInfo[], required — List of supported identifiable cuda/nvidia driver versions pairs available in the region.
      - `cuda_version` string, required — Semantic CUDA version without operating system text.
      - `nvidia_driver_version` string, required — NVIDIA driver version.
      - `id` string, required — Region-specific NVIDIA catalog ID to send as nvidia_version_id when creating a cluster.
      - `os` string, required — Operating system image family for this catalog entry.
    - `supported_instance_types` string[], required — List of supported identifiable gpus available in the region.

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/versions/f26a23fab8e0/schema)
