Run the full 13-step audit

Latency stability

Check LLM latency stability

Repeated probes reveal whether this endpoint looks like one stable upstream.

How this check works

An LLM latency variance check repeats the same request and compares delay. Stable latency looks like one upstream. Large swings can mean queues, extra hops, or a model switch.

  1. 01Probe

    Repeat the same request on the same endpoint.

  2. 02Inspect

    Compare first-token delay across those repeats.

  3. 03Conclude

    Flag high variance that looks like queues, extra hops, or a model switch.

How to read the result
One fast reply can hide a slower backup path. This is a stability signal, not a throughput ranking.
When to run this check
Use this when answers feel sometimes instant and sometimes stalled. A single speed test can miss that swing.

Recent reports

Public reports that included this check.

FAQ

What is an LLM latency variance check?

It repeats the same request and looks at how much latency changes. The point is stability, not one lucky fast reply.

What can high variance mean?

It can mean queueing, multi-routing, cold starts, or silent model switching. It is a signal, not a full root-cause report.

Is this the same as a speed benchmark?

No. A speed test ranks throughput and first-token latency. This check looks at how stable those delays stay across repeats.

Other audit checks