Speed leaderboard

The fastest LLMs, ranked

Ranked by median output tokens per second on OpenRouter. Speed is the difference between an app that feels instant and one that feels sluggish — critical for chat UIs, code completions and streaming responses.

Category leader

#01Google

Google: Gemini 3.8 Flash.

Gemini 3.8 Flash is Google's most intelligent Flash model with significant gains from 3.7 Flash across software engineering, agentic tasks, and multi-step reasoning.

Speed
190
tok/s

Ranking

N=48
#ModelProviderSpeedCtxReleased
01Google: Gemini 3.8 FlashGoogle1901.0M2026-09-02
02DeepSeek: DeepSeek V4 Flash 0731DeepSeek1541.0M2026-07-31
03DeepSeek: DeepSeek V4 FlashDeepSeek1451.0M2026-04-24
04SpaceXAI: Grok 4.20xAI1322.0M2026-03-31
05Qwen: Qwen3.5 Plus 2026-04-20Alibaba1291.0M2026-04-27
06SpaceXAI: Grok Build 0.1xAI125256K2026-05-20
07SpaceXAI: Grok 4.5xAI121500K2026-07-08
08GPT-5.6 TerraOpenAI118400K2026-07-08
09SpaceXAI: Grok 4.6xAI116500K2026-08-12
10OpenAI: GPT-5.6 SolOpenAI1091.1M2026-07-09
11Qwen 3 MaxAlibaba105262K2026-06-15
12Meta: Muse Glimmer 30BMeta103131K2026-08-09
13MiniMax: MiniMax M3MiniMax961.0M2026-05-31
14Z.ai: GLM 5V TurboZ.ai96203K2026-04-01
15Anthropic: Claude Sonnet 5Anthropic951.0M2026-06-30
16Grok 4xAI95256K2026-06-11
17OpenAI: GPT-5.5OpenAI911.1M2026-04-24
18Mistral Large 3Mistral88256K2026-05-08
19DeepSeek: DeepSeek V4 Pro 0423DeepSeek861.0M2026-04-24
20Z.ai: GLM 5Z.ai84205K2026-02-11
21Qwen: Qwen3.7 MaxAlibaba831.0M2026-05-21
22Tencent: Hy3Tencent83262K2026-07-06
23Anthropic: Claude Opus 4.8 (Fast)Anthropic831.0M2026-05-27
24DeepSeek: DeepSeek V4 Pro 0813DeepSeek821.0M2026-08-12
25Mistral: Mistral Medium 3.5Mistral82262K2026-04-30
26Qwen: Qwen3.8 2.4T A95BAlibaba771.0M2026-08-12
27Z.ai: GLM 5.2Z.ai761.0M2026-06-16
28Llama 4 405BMeta74128K2026-04-30
29Qwen: Qwen3.8 Max (0902)Alibaba731.0M2026-09-03
30Z.ai: GLM 5.3Z.ai711.3M2026-08-18
31Qwen: Qwen3 Max ThinkingAlibaba71262K2026-02-09
32Claude Opus 5Anthropic681.0M2026-07-24
33Anthropic: Claude Opus 4.8Anthropic651.0M2026-05-27
34Meta: Muse Spark 1.3Meta641.0M2026-09-02
35Qwen: Qwen3.5 397B A17BAlibaba64262K2026-02-16
36Mistral: Mistral Large 3 2512Mistral64262K2025-12-01
37Claude 4.5 OpusAnthropic64500K2026-05-19
38Anthropic: Claude Fable 5.1Anthropic631.0M2026-09-01
39MoonshotAI: Kimi K2.6Moonshot63262K2026-04-20
40Qwen: Qwen3.6 Max PreviewAlibaba62262K2026-04-27
41Anthropic: Claude Fable 5Anthropic611.0M2026-06-09
42Meta: Muse Spark 1.1Meta611.0M2026-07-16
43OpenAI: GPT-5.4OpenAI591.1M2026-03-05
44MoonshotAI: Kimi K3Moonshot581.0M2026-07-16
45OpenAI: GPT-5.6 Terra ProOpenAI521.1M2026-07-09
46OpenAI: GPT-5.5 ProOpenAI421.1M2026-04-24
47Sakana: Fugu UltraSakana391.0M2026-06-24
48OpenAI: GPT-5.6 Sol ProOpenAI371.1M2026-07-09

What throughput does and does not tell you

Speed has two components that behave very differently. Time to first token is the pause before anything appears, and it is what users experience as lag. Tokens per second is how fast text streams once it starts. A model with excellent throughput and a slow cold start still feels sluggish in a chat interface, while a model that starts instantly can feel fast even at modest streaming rates.

Reasoning models complicate the picture further. Hidden thinking tokens are generated before the visible answer begins, so a model can post a high tokens-per-second figure while taking far longer than a slower-streaming competitor to actually deliver a response. If your product is interactive, measure wall-clock time to a complete useful answer, not the raw rate.

These figures are measurements against live endpoints, which means they move with provider, region, hardware, quantisation and time of day. The same model served by two providers can differ substantially, and a heavily loaded endpoint at peak hours will not match a benchmark run at 3am. Treat the ordering as reliable and the absolute numbers as indicative.

For interactive products, speed deserves as much weight as quality — an answer that arrives after the user has given up has failed regardless of how good it was. For batch pipelines, throughput barely matters compared with concurrency limits and cost per completed task, and it is usually a mistake to trade accuracy for it.

The pragmatic pattern is tiering: a fast model for the first response or the interactive path, and a slower frontier model behind it for the work that genuinely needs the extra reasoning. Most products that feel quick and smart at the same time are doing exactly this.

More on how these numbers are produced in the methodology and what each evaluation measures in the benchmark guide. Spotted a score that disagrees with its source? Tell us.

Frequently asked

Which LLM is the fastest?
The top of this table shows the current leader in median output tokens per second. Speed matters most for interactive UIs, streaming responses and long generations where latency compounds.
Is the fastest model the best one to use?
Rarely — flagship reasoning models are usually slower than lite/flash variants. Pick fast models for high-throughput or latency-sensitive workloads; pick the SOTA when quality matters more than speed.