Together AI Cuts GPU Cluster Pricing in Half for Interruptible Workloads

The public preview gives checkpointed jobs a cheaper way to scale, while putting reliability work—and the risk of sudden capacity loss—on customers.

By 2 min read
Together AI Cuts GPU Cluster Pricing in Half for Interruptible Workloads
Together AI Cuts GPU Cluster Pricing in Half for Interruptible Workloads

Listen to this story

The audio brief

About 1:33
0:001:33
Read transcript
Together AI is opening a public preview that cuts the price of certain GPU capacity in half. Its new preemptible option runs NVIDIA GPU nodes at 50% of the on-demand rate, using spare capacity for workloads that can tolerate interruption. The trade-off is straightforward: Together can reclaim those nodes when it needs the capacity elsewhere. Affected Kubernetes pods receive a termination signal and get up to five minutes to checkpoint—that is, save enough progress to resume later—and exit before the node disappears. Together says the rate is fixed, rather than changing like a spot-market price, and usage is measured roughly every one to two minutes, so short jobs are billed for approximately the time they actually run. This works inside a normal Together GPU Cluster, not as a separate cluster. Customers must keep at least one standard node, while preemptible nodes can be added to new or existing clusters. Together can refill the requested preemptible capacity as spare capacity returns, but that target is not a reservation: live allocation may fall below it, and there is no minimum node lifetime. The model fits experiments, evaluations, fine-tuning, distillation, batch inference, and other restartable work. It is a poor match for multi-day jobs without checkpoints or strict serving without fallback. Kubernetes is supported in every region for now; Slurm, more regions, and in-place conversion are planned. The key constraint is whether a team’s software can make a sudden GPU loss routine instead of disruptive.

Story brief

3 key points

Together AI is testing a fixed-price preemptible option for its GPU Clusters, letting customers run restartable workloads at 50% of on-demand rates on spare NVIDIA capacity. The savings come with uncertain availability: nodes can be reclaimed, workloads get up to five minutes to checkpoint and exit, and configured capacity targets are not reservations. The feature supports Kubernetes clusters in every region, bills...

  1. 01

    Preemptible nodes are billed sub-hourly, with usage measured about every one to two minutes.

  2. 02

    Customers must keep at least one standard node; preemptible and standard nodes cannot be converted in place during preview.

  3. 03

    Together can refill toward a requested preemptible target, but live allocation may fall below it when capacity is tight.

Together AI has opened a public preview of preemptible compute for its GPU Clusters, offering NVIDIA GPU nodes at a flat half of the on-demand price. The trade is direct: teams can cut costs for restartable work, but Together can reclaim that capacity when it needs it elsewhere.

The preview is available on Kubernetes clusters in all regions and can be added to new or existing Together GPU Clusters. Rather than creating a separate cluster, the discounted nodes join an existing one alongside standard nodes, which Together says are fulfilled synchronously and are never preempted.

A discount built on spare capacity

Preemptible nodes draw from unused capacity on the same NVIDIA accelerated-computing infrastructure. They are billed sub-hourly, with usage measured about every one to two minutes, so a short-lived worker is charged for roughly the time it runs rather than a full hour.

The interruption is the product constraint

When Together reclaims a node, it marks the node unavailable, sends affected pods a termination signal and emits a Kubernetes event. The workload then has a drain period of up to five minutes to checkpoint—save enough state to resume later—and shut down before the node disappears.

That makes recovery behavior, not GPU type, the deciding factor. Together recommends the capacity for short experiments, evaluations, fine-tuning, distillation, batch inference and other work that can resume from a checkpoint, retry or requeue. It says multi-day jobs without checkpoints and strict service-level serving without a fallback are not suitable.

How customers separate cheap capacity from critical services

  • Schedule interruption-tolerant workers onto nodes carrying Together’s preemptible-compute label.
  • Keep coordinators, login pods and user-facing serving replicas on standard nodes.
  • Set workloads to handle termination signals, save progress and exit within the drain window.

Capacity is cheaper, not guaranteed

Together will automatically refill toward a cluster’s requested preemptible target as unused capacity becomes available. But the live allocation can remain below that target when capacity is tight, and the preview has no minimum node lifetime. Customers therefore cannot treat the configured target as a reservation.

The setup also preserves a standard-capacity floor: every cluster must have at least one standard node, and nodes cannot be converted between standard and preemptible types in place during the preview. Together says support for Slurm, more regions and in-place conversion are planned next. For now, the value proposition rests on a practical question for teams: whether their software can make an abrupt GPU departure routine rather than disruptive.

Sources

  1. together.aiIntroducing preemptible compute: the same compute, half the price

Loading discussion...