Qwen3.8 27B
Alibaba · China · Apache 2.0
Commercial use: Yes — free for commercial use
Apache 2.0, no conditions. Note that Alibaba did NOT extend Apache 2.0 to the whole family: Qwen3.8-Flash-Next and the 2.4T-A95B flagship both ship under a custom "other" licence. The 27B is the permissive one.
The most capable model that fits comfortably on a single high-end graphics card, released under Apache 2.0.
Why it should matter to you
This is the realistic starting point for a business that wants its own model rather than an API. One 24 GB card, no licence conditions, good enough at reasoning and code to be genuinely useful. If someone has told you private AI needs a rack of hardware, this is the counter-example.
How it connects to our work
Apache 2.0 is also the licence that survives legal review without a conversation. No user thresholds, no attribution clause, no publisher right to restrict you later — unlike Llama and Gemma, which are widely and wrongly described as open source.
From our field notesName the software: Ollama to serve it, vLLM at concurrency, Open WebUI as the screen.
Advantages
- The single most-downloaded current open model on the Hub (6.2M+ across BF16 and FP8 repos)
- Apache 2.0 with no conditions, on a size that fits one 24 GB card
- The best capability-per-gigabyte available on consumer hardware right now
- Enormous fine-tune and quantisation ecosystem — every runtime supports it on day one
Disadvantages
- Dense at 27B, so slower per token than a comparable MoE
- The larger Qwen3.8 models are not Apache 2.0, so scaling up within the family changes your licence
- Thinking mode roughly triples token usage if you leave it on for simple tasks
Reach for it when
The default local model for most businesses. One 24 GB GPU or a 32 GB Mac, no licence conditions, good enough at code and reasoning for real work.
Where it falls down
Very long multi-document reasoning where a frontier MoE pulls ahead, and high-concurrency serving where a sparse model of similar quality would be cheaper per request.
Running it
24 GB GPU at Q4_K_M, or a 32 GB Mac at Q6_K. See the hardware sizing tables for how that maps to specific chips and cards, and the quantisation guide for what you give up at each bit width.
Free tiers carrying this model
| Provider | Type | The catch | Live limits |
|---|---|---|---|
| Groq | Inference host | Free-plan limits are per-model and vary widely across the catalogue. Token-per-day caps bite before request caps on long prompts. | check → |
| OpenRouter | Aggregator | Free-pool membership changes without notice — a model you built on can stop being free, and the list above will drift. Data passes through OpenRouter and then the upstream provider, so check the privacy and routing settings before sending anything sensitive. | check → |
| Cerebras Inference | Inference host | Small model catalogue compared with the aggregators. You are choosing it for speed, not selection. | check → |
| NVIDIA NIM | Inference host | It is a credit grant, not a permanent free tier. When the credits run out you are on a paid plan or self-hosting the container. | check → |
Jurisdiction: China
This is the crucial split most write-ups miss: using a Chinese lab's HOSTED API sends your data to Chinese infrastructure and is a real procurement question. Downloading their OPEN WEIGHTS and running them on your own hardware, or on a Western host, sends nothing anywhere. DeepSeek and Z.ai publish under MIT; Alibaba publishes most of Qwen3 under Apache 2.0. Those are among the most permissive licences on this page.
Watch for: Several US states and a number of government bodies restrict Chinese-hosted AI services on official devices. That restriction is about the hosted service, not about the weights running in your own VPC — but expect to have to explain the difference to a security reviewer.
This model has a published technical report: arXiv:2505.09388 It is indexed in our research library alongside the work it builds on.
Frequently asked
Can I use Qwen3.8 27B commercially?
Apache 2.0, no conditions. Note that Alibaba did NOT extend Apache 2.0 to the whole family: Qwen3.8-Flash-Next and the 2.4T-A95B flagship both ship under a custom "other" licence. The 27B is the permissive one.
What hardware do I need to run Qwen3.8 27B?
24 GB GPU at Q4_K_M, or a 32 GB Mac at Q6_K. Weights alone are roughly 16 GB at Q4_K_M and 29 GB at Q8_0. Add KV cache on top of that, which grows with your context length.
What licence is Qwen3.8 27B released under?
Apache 2.0. Full commercial use, modification and redistribution. Patent grant included. The most permissive licence in common use for open-weight models.
Where can I use Qwen3.8 27B for free?
Free tiers carrying it include Groq, OpenRouter, Cerebras Inference, NVIDIA NIM. Limits differ per provider and change often, so check each provider's own limits page. You can also self-host the weights, which has no rate limit at all.
Similar models
DeepSeek-V4-Flash
Hosted, or 256 GB+ unified memory at Q4. Not a laptop model.
GLM-5.3-Flash
80-96 GB at Q4_K_M. A workstation or Ultra-class Mac.
Mistral Large 3 675B
Multi-GPU datacentre, or hosted on La Plateforme.
gpt-oss-120b
80 GB GPU, or 96 GB+ unified memory.
Wiring Qwen3.8 27B into something real?
We build the evaluation harness, the failover and the cost ceilings around a model like this, so it survives contact with production.
Maps to AI agent development, AI automation development and AI strategy and consulting. Or see it working: our case studies.