---
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.

## Changes

- **2026-08-08** `f26a23fab8e0` — 2 info
  - the response property `regions/items/driver_versions/items/id` became required for the status `200`
  - the response property `regions/items/driver_versions/items/os` became required for the status `200`
- **2026-08-04** `ebd4756a41e4` — 2 info
  - added the optional property `regions/items/driver_versions/items/id` to the response with the `200` status
  - added the optional property `regions/items/driver_versions/items/os` to the response with the `200` status

[Change history](https://skmtc.dev/together/apis/together-apis/changes/compute/regions/get.md)

---

[API](https://skmtc.dev/together/apis/together-apis.md) · [All operations](https://skmtc.dev/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/together/together-apis/revisions/d8f688ad4165/schema)
