1. Local hardware feasibility & performance
Users repeatedly discuss whether the model can run on their own GPUs, Macs, or Strix Halo hardware and what token‑per‑second speeds they expect.
- “As a 5090 owner and local model enthusiast, I was hoping it would be 35B A3B so I could run it myself =()” – hasteg
- “You can run the 27B released last week… the 3.6 version runs great on my 5090.” – cpburns2009
- “Strongly recommend [ninfer]… which can pull ~180 TPS on 5090 with 3.8, and 500 (!) with 3.6 35B‑A3B.” – Philpax
- “50‑70 tk/s is what I get on my m5 max on a 5‑6bit Qwen 3.8 27B?” – smcleod
- “With MTP? I get 25‑30 TPS on a strix halo. 50+ on a M5 max should very doable.” – syntaxing
2. Model quality & comparison to competitors
Many commenters compare the new Qwen release to Anthropic’s Claude/Opus, Sonnet, DeepSeek, etc., praising its potential to match or exceed those models.
- “Alibaba is giving sleepless nights to the tech giants.” – honestranked
- “Qwen3.8 27B is supposed to rival Sonnet/Opus 4.6.” – cpburns2009
- “I’d expect this to mostly replace Claude for my workflows.” – hedora
- “Qwen3.8/Qwen3.6 … ‘approximates’ Opus 4.X class models well enough especially for coding/linux problems.” – hugmynutus
- “Very curious to see how this compares to Deepseek v4 Flash. I have to assume they wouldn't be releasing this if it was worse.” – Catloafdev
3. Provider reliability & self‑hosted routing
Several users express frustration with OpenRouter’s capacity/flakiness and advocate for self‑hosted litellm or custom routers to route between local and cloud models.
- “OpenRouter … many Qwen models have almost no capacity or is so flaky you literally have to just litter your code with a blacklist/whitelist of providers.” – ddtaylor
- “Openrouter was pretty great before prompt caching became common. Now it is extremely expensive for most individual workflows …” – irthomasthomas
- “The best solution … is to self host litellm or a different router and use model aliases.” – geek_at
- “I built a router that lets you route between local and cloud models. Link in my profile.” – try-working