AI inference glossary
Benchmark metrics

Pareto frontier

Also known as performance frontier, Pareto-optimal curve

In plain English

The Pareto frontier is the line of best available tradeoffs. Each point remains viable because improving one dimension would require giving up ground on another.

Technical definition

A Pareto frontier contains the operating points for which no other measured point is better on both compared dimensions.

Engineering details

For throughput versus interactivity, a point is dominated if another point serves more total tokens and also streams faster to each user. Removing dominated points leaves the efficient boundary of the measured configurations.

Why it matters

The frontier prevents noisy or poorly tuned points from distorting comparisons and makes the real tradeoff visible. There is still no universal winner along the curve: the best point depends on the user’s minimum interactivity or maximum cost target.

How to read it in InferenceX

InferenceX connects Pareto-optimal points from a concurrency and configuration sweep. Iso-interactivity comparisons interpolate along those frontiers because direct comparisons of arbitrary raw points can mislead.