#capacity
1 approved public terms with this tag.
Throughput
/ˈθruːpaʊt/noun
The amount of work a system can process in a given time period. In APIs it's usually measured in requests per second; in AI inference it's tokens per second. Throughput and latency are related but distinct — a system can have high throughput while still having high latency for individual requests.
“The inference cluster achieved 10,000 tokens per second throughput across all concurrent users.”