Embeddable latency badge

A small SVG badge showing an API’s independently measured edge latency. It updates itself: the image is regenerated from live measurements, so whatever you embed stays current without you touching it.

How do I add the badge?

Markdown — works in a GitHub README:

[![fireworks latency](https://llmlatency.dev/badge/fireworks.svg)](https://llmlatency.dev/provider/fireworks)

HTML:

<a href="https://llmlatency.dev/provider/fireworks"><img src="https://llmlatency.dev/badge/fireworks.svg" alt="fireworks latency"></a>

Replace the provider name in the URL with any provider we measure. The badge shows that provider’s fastest measured region and names it, so the number is never quoted without its origin.

Which badges are available?

ProviderBadgep50 TTFB Fastest region
fireworksfireworks latency badge21 msAsia (Tokyo)
sambanovasambanova latency badge22 msAsia (Tokyo)
siliconflowsiliconflow latency badge34 msUS (Central)
googlegoogle latency badge44 msUS (Central)
openrouteropenrouter latency badge52 msAsia (Tokyo)
meta-llamameta-llama latency badge53 msUS (Central)
upstageupstage latency badge58 msAsia (Tokyo)
cerebrascerebras latency badge65 msUS (Central)
basetenbaseten latency badge70 msUS (Central)
novitanovita latency badge75 msUS (Central)
coherecohere latency badge78 msUS (Central)
rekareka latency badge85 msUS (Central)
targontargon latency badge89 msUS (Central)
perplexityperplexity latency badge92 msUS (Central)
glmglm latency badge92 msAsia (Tokyo)
anthropicanthropic latency badge92 msUS (Central)
replicatereplicate latency badge96 msUS (Central)
aleph-alphaaleph-alpha latency badge99 msEurope (Germany)
nscalenscale latency badge99 msEurope (Germany)
nebiusnebius latency badge100 msEurope (Germany)

What exactly does the number mean?

Edge latency (time-to-first-byte) at the 50th percentile over the last 24 hours, measured by probes that connect directly to the provider’s own API host — never through a gateway. The badge names the region the figure comes from, because a latency number without an origin is not a fact about a provider. Full method on the methodology page.

Can I use this commercially?

Yes. The badge and the underlying data are licensed CC BY 4.0 — free to use, including commercially, as long as llmlatency.dev is credited. We do not track who embeds it and there is nothing to sign up for. Providers are welcome to display their own figure; the number shown is the same one published in our public tables and is not adjustable by anyone, including us.