Qwen3.8-27B is Alibaba's open-weight dense companion to the flagship Qwen3.8-2.4T-A95B MoE, published on Hugging Face on August 5, 2026 under the Apache 2.0 license. Where the 2.4T flagship chases frontier benchmarks, this 27B dense build serves practitioners who want a current-generation model they can run, fine-tune, and ship on their own hardware. It reads both text and images, and it fulfills the dense open-weight option Alibaba promised alongside Qwen3.8-Max.
Model Specifications
| Specification | Qwen3.8-27B |
|---|---|
| Architecture | Dense (all parameters active per token) |
| Total parameters | ~27.8B (27,781,427,952 across safetensors) |
| Input modalities | Text, images |
| Output modality | Text |
| Context window | Not yet disclosed |
| License | Apache 2.0 |
| API access | QwenCloud (model ID per console) |
Key Features
- Open weights under Apache 2.0: download, self-host, and fine-tune with commercial use allowed.
- Dense architecture: every token activates the full network, so behavior and per-token latency stay predictable with no expert routing to debug.
- Multimodal input: image-text-to-text support covers screenshots, charts, and document understanding in one local model.
- Sized for local rigs: small enough for a single high-end GPU with quantization, large enough for serious reasoning and coding work.
- Fast community uptake: the preliminary model card drew roughly 499 upvotes on r/LocalLLaMA and passed 7,856 Hugging Face likes within days of release.
Use Cases
Who Should Use This Tool?
- Local LLM practitioners who want a current dense model under a permissive license.
- Fine-tuning teams that need full weight access without usage restrictions.
- Privacy-sensitive deployments where prompts and images cannot leave owned hardware.
- Agent builders running small-batch inference at predictable cost.
Problems It Solves
- API cost at volume: self-hosting removes per-token fees for high-volume, small-batch jobs.
- License friction: Apache 2.0 permits commercial products without negotiation.
- MoE complexity: dense weights give uniform per-token cost, which simplifies capacity planning.
Pricing
Weights are free on Hugging Face under Apache 2.0; you pay only for your own compute. Hosted access is available through the QwenCloud API, but Alibaba had not published dedicated per-token pricing for this dense model at launch. Until a rate card lands, treat Qwen3.8-Max pricing ($2.00 input / $6.00 output per 1M tokens, international) as the upper reference point.
Advantages & Unique Selling Points
Compared to Competitors:
- Versus its MoE flagship sibling: a model one machine can actually serve, no cluster required.
- Versus restricted licenses: Apache 2.0 is about as permissive as open weights get.
- Versus older 27B-class models: current Qwen3.8-generation training with native image input.
What Makes It Stand Out:
- First dense open-weight release of the Qwen3.8 generation.
- Also exposed through the QwenCloud API for teams that prefer hosted inference.
User Reviews
Launch reception was strong: the r/LocalLLaMA thread "A preliminary Qwen3.8-27B model card is live!" collected around 499 upvotes, and the Hugging Face repo passed 7,800 likes in its first days. Practitioners add a caveat: dense means heavy. Community testing notes a dense 27B can run dramatically slower than a small-active-parameter MoE such as Qwen3.6 35B-A3B when offloaded to a single low-VRAM card like the RTX 3060, so plan VRAM honestly.
Getting Started
Quick Start Guide
- Download: pull the weights from the Qwen organization on Hugging Face.
- Serve: load with your preferred local runtime, choosing a quantized build if VRAM is tight.
- Evaluate: the card is marked preliminary, so benchmark on your own tasks before production.
- Or go hosted: call the model through the QwenCloud API.
Integration
- Hugging Face ecosystem tooling for download and fine-tuning.
- QwenCloud API for managed inference.
Frequently Asked Questions
Is Qwen3.8-27B a MoE model?
No. It is dense: all roughly 27.8B parameters participate in every token.
Can it run on one consumer GPU?
With quantization on a high-VRAM card, yes. On a 12GB card like the RTX 3060, community reports describe offloading as impractically slow; an MoE with few active parameters fits better there.
What is the context window?
Not yet disclosed. The model card is still marked preliminary.
Is commercial use allowed?
Yes, under Apache 2.0.
Alternatives
- Qwen3.8-2.4T-A95B: the MoE flagship for frontier capability.
- DeepSeek V4 Flash: another strong open model for cost-sensitive deployments.
Tips & Best Practices
- Quantize for single-GPU rigs: full-precision dense 27B demands serious VRAM.
- Watch the model card: it is marked preliminary and specs are still landing.
- Match architecture to hardware: on low VRAM, an MoE with few active parameters will outpace any dense 27B.
Conclusion
Qwen3.8-27B completes the Qwen3.8 launch story: the MoE flagship takes the benchmarks, and this dense 27B gives the community an Apache 2.0 workhorse for local deployment, fine-tuning, and small-batch inference. If your hardware can hold it, this is the most practical way to run the current Qwen generation on your own terms.
Comments
No comments yet. Be the first to comment!
Related Tools
Qwen3.8-2.4T-A95B
qwen.ai
Alibaba's flagship 2.4T MoE model with 95B active parameters, 1M-token context, native multimodal input, and top-ranked agentic performance — the largest Qwen ever.
Qwen2.5-72B
qwenlm.github.io
Alibaba's flagship LLM pre-trained on 18 trillion tokens, matching Llama-3-405B performance (5x smaller), excelling in knowledge, reasoning, math, and coding benchmarks.
Kimi K3
www.kimi.com
Moonshot AI's open-weight 2.8T multimodal agentic model with 1M-token context, the world's first open 3T-class model rivaling closed frontier models.
Related Insights
After I Connected Obsidian to OpenClaw, It Started Helping Me Make Decisions
Once Obsidian stopped being just a place to store notes and started working with OpenClaw, it began helping me organize context, connect information, and improve real decisions.
Stop Cramming AI Assistants into Chat Boxes: Clawdbot Picked the Wrong Battlefield
Clawdbot is convenient, but putting it inside Slack or Discord was the wrong design choice from day one. Chat tools are not for operating tasks, and AI isn't for chatting.
The Twilight of Low-Code Platforms: Why Claude Agent SDK Will Make Dify History
A deep dive from first principles of large language models on why Claude Agent SDK will replace Dify. Exploring why describing processes in natural language is more aligned with human primitive behavior patterns, and why this is the inevitable choice in the AI era.