WeSearch

The same LLM is 8x slower to first token depending on who serves it

·3 min read · 0 reactions · 0 comments · 7 views
#same#slower#first#token#depending
The same LLM is 8x slower to first token depending on who serves it
TL;DR · WeSearch summary

Same open-weight model, same OpenAI-compatible API — but we route it across more than one backend, and while swapping one in we found something worth writing down: the backend you pick changes time-to-first-token by 8×, and one of them wasn’t really streaming at all. The setup Two backends for the identical model. A dedicated inference host, and a major cloud provider’s managed OpenAI-compatible endpoint — cheaper per token, a very large context window, tempting.

Key facts
Original article
Dynoyard
Read full at Dynoyard →
Opening excerpt (first ~120 words) tap to expand

We serve GLM-5.2 to teams building agents. Same open-weight model, same OpenAI-compatible API — but we route it across more than one backend, and while swapping one in we found something worth writing down: the backend you pick changes time-to-first-token by 8×, and one of them wasn’t really streaming at all. The setup Two backends for the identical model. A dedicated inference host, and a major cloud provider’s managed OpenAI-compatible endpoint — cheaper per token, a very large context window, tempting. Both accept a stream: true request and return an SSE stream. On paper, interchangeable.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Dynoyard.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Dynoyard