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 badge17 msAsia (Tokyo)
sambanovasambanova latency badge23 msAsia (Tokyo)
googlegoogle latency badge40 msUS (Central)
meta-llamameta-llama latency badge50 msUS (Central)
basetenbaseten latency badge54 msUS (Central)
openrouteropenrouter latency badge57 msSouth America (São Paulo)
upstageupstage latency badge58 msAsia (Tokyo)
coherecohere latency badge61 msUS (Central)
cerebrascerebras latency badge70 msUS (Central)
novitanovita latency badge70 msUS (Central)
replicatereplicate latency badge72 msUS (Central)
siliconflowsiliconflow latency badge81 msUS (Central)
targontargon latency badge90 msUS (Central)
nscalenscale latency badge98 msEurope (Germany)
perplexityperplexity latency badge98 msUS (Central)
aleph-alphaaleph-alpha latency badge99 msEurope (Germany)
rekareka latency badge100 msEurope (Germany)
nebiusnebius latency badge101 msEurope (Germany)
mistralmistral latency badge101 msEurope (Germany)
groqgroq latency badge108 msUS (Central)

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.