POST
/
api
/
v1
/
gpu_cluster
curl -X POST \
-H "Authorization Bearer $TOGETHER_API_KEY" \
--data '{ "region": "us-west-2", "gpu_type": "H100_SXM", "num_gpus": 8, "cluster_name": "my-gpu-cluster", "duration_days": 7, "driver_version": "CUDA_12_6_560" }' \
https://manager.cloud.together.ai/api/v1/gpu_cluster
{
  "cluster_id": "<string>",
  "status": "UNKNOWN_STATUS"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

GPU Cluster create request

Response

200 - application/json

OK

The response is of type object.