
Autoscaling endpoints for LLM inference
7/31/2026
This post introduces and details the autoscaling capabilities for LLM inference endpoints on Together AI. It explains the challenges of autoscaling LLM workloads compared to traditional stateless services, focusing on the nuances of GPU utilization metrics and the significant cost of cold starts. The post outlines the autoscaling policy configuration, including replica bounds, scaling metrics (e.g., in-flight requests, TTFT, GPU utilization), targets, and timing windows (`scale_up_window`, `scale_down_window`). It provides a catalog of available scaling metrics with guidance on choosing the appropriate one based on desired outcomes (concurrency, SLO, efficiency). It also addresses edge cases like rapid spikes, rollouts, traffic splitting, and the implications of idle shutdown and cold start durations.



