- Can we use Qwen3.8-27B commercially?
- Yes. It is Apache 2.0, which grants commercial use and a patent licence with no field-of-use restriction and no user threshold. That is not true of every model in this family: Qwen3.8-Flash-Next ships under qwen-community-1.0, so if you are mixing tiers, check each one rather than assuming the family licence.
- What hardware do we need?
- Roughly 56GB of weights in BF16, so a single 80GB accelerator with headroom for KV cache, or considerably less quantised. Because it is dense there is no expert routing to plan around, which makes sizing predictable. Size against your p95 context length and concurrency rather than a single-request demo, since long context is where these deployments run out of memory in production.
- Is it really better than Claude Opus?
- On some things in Alibaba's own table: ahead on SWE-bench Pro (61.7 against 53.4) and OSWorld (84.3 against 72.7), behind on Terminus terminal coding (73.0 against 78.2) and slightly on GPQA Diamond. Those are vendor-selected comparisons against Opus 4.6 Max, which is not the current Claude tier. Read it as evidence that a 27B open model is now in the conversation, not as a verdict.
- Should we self-host or use the API?
- Self-host when data cannot leave your boundary, when you need the latency floor of local inference, or when sustained volume beats the GPU bill. Otherwise use the hosted tier, because Qwen3.8-Flash at $0.14 / $0.42 is cheaper than most self-hosted maths once you count engineering time. We price both against real volume before recommending either.
- What about the uncensored variants near the top of the trending list?
- They are this architecture with the safety training stripped out. Useful for research, and a liability in a product: you inherit the behaviour and the reputational exposure with no vendor to escalate to. If you use community derivatives at all, pin exact revisions and verify checksums, because a model repo is a supply-chain dependency like any other.
- How does it handle documents and images?
- Natively. Text, images, and video up to hour scale come from the same checkpoint, so a document pipeline does not need a separate vision model. For dense filings and charts specifically, compare it against the hosted options on our vision page before committing, since that is the case where the frontier models still hold a lead.