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:
[](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?
| Provider | Badge | p50 TTFB | Fastest region |
|---|---|---|---|
fireworks | 17 ms | Asia (Tokyo) | |
sambanova | 23 ms | Asia (Tokyo) | |
google | 40 ms | US (Central) | |
meta-llama | 50 ms | US (Central) | |
baseten | 54 ms | US (Central) | |
openrouter | 57 ms | South America (São Paulo) | |
upstage | 58 ms | Asia (Tokyo) | |
cohere | 61 ms | US (Central) | |
cerebras | 70 ms | US (Central) | |
novita | 70 ms | US (Central) | |
replicate | 72 ms | US (Central) | |
siliconflow | 81 ms | US (Central) | |
targon | 90 ms | US (Central) | |
nscale | 98 ms | Europe (Germany) | |
perplexity | 98 ms | US (Central) | |
aleph-alpha | 99 ms | Europe (Germany) | |
reka | 100 ms | Europe (Germany) | |
nebius | 101 ms | Europe (Germany) | |
mistral | 101 ms | Europe (Germany) | |
groq | 108 ms | US (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.