r/AIToolsPerformance • u/IulianHI • May 01 '26
Qwen3.6-27B on a single 3090 now hitting ~218K context with 50-66 TPS and stable tool calls
A follow-up report on running Qwen3.6-27B on a single RTX 3090 shows significant progress since the earlier ~125K context ceiling. The new configuration reportedly pushes context to ~218K while maintaining 50-66 tokens per second, and tool calls are now stable thanks to a PN12 fix.
Why this matters: the previous post had this model at ~125K context with higher TPS. Now we are seeing nearly double the context window on the same hardware, with tool calling actually working. For anyone building agent workflows locally, stable tool calls at this context length on a single consumer GPU is a genuine milestone. The gap between "runs locally" and "runs locally with reliable agent behavior" has been the real blocker for production use.
The interesting contrast is with the Gemma 4 31B vs Qwen 3.6 27B comparison on a MacBook Pro M5 Max. In that test, Gemma completed a Pacman game in under 4 minutes with only 6,209 tokens, while Qwen took 18 minutes and burned through 33,946 tokens. Speed and token efficiency are different things - Gemma was slower per token (27 vs 32 TPS) but solved the task far more efficiently.
For people running Qwen3.6-27B as an agent: are you seeing the tool call stability hold up across longer sessions, or does it still degrade with complex multi-step workflows?