I have a naive question here - first, the token speed is very impressive. but why this is the highlight? I would prefer the actual performance.
Token generation speed matters for sequential agentic workflows, like software engineering / vibe coding, where a lot of reasoning tokens, code generation, refactoring, testing, etc. happen in a loop before an actual outcome is served to the user. About model performance, we plan to support the latest frontier models (this tech preview is about the speed of the engine)
Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
71–80 of 108 posts
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#72Don't miss trying their demo: https://playground.kog.ai/ Feels like a preview of the future
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#73Don't miss trying their demo: https://playground.kog.ai/ Feels like a preview of the future
As for the demo it's fast and extremely dumb like expected for 2B. I asked how to stop drinking habit and in just one follow-up message it recommended trying 8% ABV. Hilarious.
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#74Don't miss trying their demo: https://playground.kog.ai/ Feels like a preview of the future
I feel like if they got DeepSeek V4 Flash and Pro running on their hardware, even if at less than 1000 tok/s, they’d still be crushing it with any subscription they’d provide, given how generous their token limits were.
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#75Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#76Don't miss trying their demo: https://playground.kog.ai/ Feels like a preview of the future
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#77Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#78Earlier quoted context omitted.
I guessed you thought about consumer GPUs. We are about standard datacenter GPUs indeed.
How would you classify a datacenter GPU as standard/non-standard? That doesn't seem to be a meaningful distinction. It's click bait.
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#79Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#80Earlier quoted context omitted.
I expected a 4090, maybe 2. I did not expect 8xH200 for a 2B model.
Great points, let me clarify: - model size: 2B is just for this preview (it was faster to implement), our article explains how we expect to support large frontier MoE at 1,000 to 5,000 tokens/s - reaching 500 tok/s, or even up to ~1,000 tok/s, on a consumer GPU card is possible with existing inference engines like vLLM. But there is a ceiling. The hard part comes we you try to be faster than that: these frameworks wo…