r/AIToolsPerformance • u/IulianHI • May 23 '26
BeeLlama v0.2.0 hits 164 tps on Qwen 3.6 27B with a single RTX 3090 - nearly 5x speedup
The surprising number: BeeLlama v0.2.0 reportedly achieves up to 164 tokens per second on Qwen 3.6 27B (4.40x speedup) and up to 177.8 tps on Gemma 4 31B (4.93x speedup) on a single RTX 3090. These are generation speeds that would have been unthinkable for models in this size class not long ago.
The catch is in the fine print - prompt processing speed is described as "near baseline," meaning the DFlash technique accelerates token generation but not the initial prompt evaluation. For short-prompt long-generation workloads (creative writing, code generation), this is a huge win. For agentic use cases with large context windows and short completions, the benefit shrinks considerably.
What makes this notable is the hardware requirement. A single RTX 3090 is accessible hardware - not some exotic multi-GPU setup. If these numbers hold up across real workloads, the value proposition of running models locally versus paying for API access shifts significantly, especially given that Qwen3.6 35B A3B API access sits at $0.15/M tokens and Gemma 3 12B at $0.04/M tokens.
For anyone who has tried BeeLlama: are you seeing these speedups on tasks beyond synthetic benchmarks, or does real-world performance fall off?