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
--non-interactive or --json mode, it deletes without prompting.
Parameters
List clusters
List regions
Get configuration information per region for creating a GPU cluster.Example output
id is its NVIDIA version catalog ID. Pass it to tg beta clusters create --nvidia-version-id to select that exact driver, CUDA, and OS combination.
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.On the bastion-to-target hop, the CLI disables SSH host key verification (
StrictHostKeyChecking=no). Cluster hosts are reprovisioned frequently, so their host keys are not pinned. Authentication uses the short-lived step-ca user certificate from the OIDC flow, not the target host key.Get cluster credentials
Download the cluster’s configuration and credentials to your local.kube/config file to manage Kubernetes resources.
Parameters
Approve a node remediation
Approve a pending node repair remediation. Find pending remediations and their IDs in the Repairs tab of your cluster in the Together Cloud UI.Parameters
Create cluster storage
Parameters
Retrieve cluster storage
List cluster storage
Delete cluster storage
--non-interactive or --json mode, it deletes without prompting.