@@ -3296,10 +3296,8 @@ paths:
32963296 application/json :
32973297 schema :
32983298 $ref : ' #/components/schemas/ErrorData'
3299- /gpu_cluster :
3299+ /clusters :
33003300 get :
3301- servers :
3302- - url : https://manager.cloud.together.ai/api/v1
33033301 tags : ['GPUClusterService']
33043302 summary : List all GPU clusters.
33053303 operationId : GPUClusterService_List
@@ -3316,10 +3314,8 @@ paths:
33163314 source : |
33173315 curl -X GET \
33183316 -H "Authorization Bearer $TOGETHER_API_KEY" \
3319- https://manager.cloud. together.ai/api/ v1/gpu_clusters
3317+ https://api. together.ai/v1/clusters
33203318 put :
3321- servers :
3322- - url : https://manager.cloud.together.ai/api/v1
33233319 tags : ['GPUClusterService']
33243320 summary : Update a GPU Cluster.
33253321 operationId : GPUClusterService_Update
@@ -3347,10 +3343,8 @@ paths:
33473343 curl -X PUT \
33483344 -H "Authorization Bearer $TOGETHER_API_KEY" \
33493345 --data '{ "cluster_id": "cluster id", "cluster_type": "kubernetes", "num_gpus": 24 }' \
3350- https://manager.cloud. together.ai/api/ v1/gpu_cluster
3346+ https://api. together.ai/v1/clusters
33513347 post :
3352- servers :
3353- - url : https://manager.cloud.together.ai/api/v1
33543348 tags : ['GPUClusterService']
33553349 summary : Create GPU Cluster
33563350 operationId : GPUClusterService_Create
@@ -3374,7 +3368,7 @@ paths:
33743368 curl -X POST \
33753369 -H "Authorization Bearer $TOGETHER_API_KEY" \
33763370 --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" }' \
3377- https://manager.cloud. together.ai/api/ v1/gpu_cluster
3371+ https://api. together.ai/v1/clusters
33783372 /gpu_cluster/{cluster_id} :
33793373 get :
33803374 servers :
0 commit comments