Skip to main content
GET
/
compute
/
regions
Together AI SDK (v2)
from together import Together
client = Together()

regions = client.beta.clusters.list_regions()
print(regions)
{
  "regions": [
    {
      "id": "<string>",
      "name": "<string>",
      "availability_zones": [
        "<string>"
      ],
      "driver_versions": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

regions
object[]
required