GPU clusters are a beta feature. Behavior, flags, and supported hardware can change. Reach out to your Together AI contact or contact sales with feedback.
Create a cluster
Parameters
Run
tg beta clusters create with no flags to launch an interactive prompt that walks through the required fields. Pass --non-interactive (or --json) to skip prompts in CI.Update a cluster
Parameters
Retrieve a cluster
Delete a cluster
List clusters
List regions
Get configuration information per region for creating a GPU cluster.Example output
SSH into a cluster
SSH into a Slurm cluster using a short-lived OIDC-signed certificate. The command opens your browser to sign in, requests a certificate from the cluster’s certificate authority, and connects through the bastion host. No API key or long-lived SSH key is required.Requires Together CLI 2.20+ and Python 3.10+. Check your version with
tg --version. To install or upgrade, see Get started.Parameters
Any arguments after
DEX_URL are passed through to ssh as a remote command.Get cluster credentials
Download the cluster’s configuration and credentials to your local.kube/config file to manage Kubernetes resources.