#100 · Primary category: Inference & Local Deploy
tokenspeed
TokenSpeed is a speed-of-light LLM inference engine.
Project last updated:08/30/26
GitHub Stars
2.0K
Forks
261
Contributors
67
License
MIT
Why we included this project
TokenSpeed is an LLM inference engine built for agentic workloads, where many small sequential requests and long context put real pressure on a serving stack. It claims TensorRT-LLM-level performance with a vLLM-like interface, so teams used to OpenAI-compatible serving can adopt it without rewriting their clients. The engineering stands out: a static compiler derives collective communication from module annotations, removing the need to hand-write parallelism, and a C++ control plane encodes request lifecycle and KV cache ownership as a typed state machine, which makes safe memory reuse under load more predictable. It also includes a fast MLA kernel tuned for Blackwell, which matters for anyone running DeepSeek, Kimi, Qwen, or similar latent-attention models on recent NVIDIA GPUs. For latency-sensitive production, this is worth benchmarking against your own traffic.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.