Last updated: August 2026
Use a managed API for Qwen3.8-27B when volume is low or bursty — you pay only per token and ship the same day. Self-host on a rented H100 (starting around $2.04/GPU-hr, roughly $1,469/month for an always-on card, on Akash as of August 15, 2026) once you generate steady volume above roughly 460 million output tokens per month, the point where the fixed GPU cost undercuts per-token billing.
Qwen3.8-27B went open-weight under Apache 2.0 on August 13-14, 2026, which is what makes this choice possible: rent access through someone else’s API, or run the weights yourself on one GPU. The two paths have opposite cost curves, so the right call depends on your token volume, your data-control needs, and how much operational work you want to own.
TL;DR
- Managed API = pay per token, zero ops, instant. Qwen3.8-27B is listed on OpenRouter at $0.45 per 1M input tokens and $3.20 per 1M output tokens (262K context), as of August 14, 2026. Qwen’s own hosted version is “coming soon.”
- Self-host = fixed hourly cost, full control, data stays in your environment. One GPU runs the FP8 build in ~28GB. On the GPU marketplace Akash, checked August 15, 2026, H100 80GB starts at $2.04/GPU-hr and A100 80GB starts at $1.07/GPU-hr.
- Break-even lands around 460M output tokens/month against a single always-on H100, or roughly 240M tokens/month against a cheaper A100 (same FP8 footprint fits both). Below it, the managed API is cheaper and simpler; above it, the rented GPU wins as marginal cost per token approaches zero.
- Official benchmarks put Qwen3.8-27B at 61.7 on SWE-bench Pro and 90.3 on LiveCodeBench v6, well above its predecessor — first-party numbers, independent verification pending.
What is Qwen3.8-27B, and why does the hosting decision matter?
Qwen3.8-27B is the compact, self-hostable member of Alibaba’s Qwen3.8 family: a 27B-parameter dense model with hybrid attention and a built-in vision encoder, released open-weight under Apache 2.0 on August 13-14, 2026. Because the weights are public, you get a choice closed models don’t offer: rent access through someone else’s API, or run the weights yourself.
That choice matters because the two paths have opposite cost curves. A managed API charges per token, so cost scales directly with usage. Self-hosting charges per GPU-hour, so cost is fixed no matter how many tokens Qwen3.8-27B processes. The right answer depends on your volume, your control requirements, and how much operational work you want to own.
How much VRAM does Qwen3.8-27B need, and what GPU fits it?
Qwen3.8-27B fits on a single 80GB GPU. Its memory footprint scales with precision, and the FP8 build is the practical sweet spot.
| Precision | Approx. weights VRAM | Fits on | Note |
|---|---|---|---|
| BF16 | ~56 GB | 1x H100 80GB / A100 80GB | Add KV cache on top |
| FP8 | ~28 GB | 1x H100 80GB / A100 80GB | Recommended balance |
| 4-bit | ~14-16 GB | 1x 24GB+ card | Quality tradeoff, tighter context |
Source: Hugging Face model card and vLLM recipe. Takeaway: the FP8 build in ~28GB leaves most of an 80GB card free for KV cache and long context, so a single GPU — not a cluster — is enough either way. For a similar single-GPU deployment walkthrough, see our Nemotron 3.5 Lightning vLLM setup guide.
Key spec summary:
| Attribute | Qwen3.8-27B |
|---|---|
| Parameters | 27B dense (Hugging Face lists 28B), hybrid attention |
| Modality | Text, image, and video (vision encoder) |
| Context length | 262,144 tokens native, extensible to 1M |
| License | Apache 2.0 (commercial use and self-hosting allowed) |
| Released | August 13-14, 2026 |
| Serving stacks | vLLM, SGLang, Transformers, llama.cpp |
Source: Hugging Face model card.
How good is Qwen3.8-27B? Benchmark results
Qwen’s own benchmarks show large gains over predecessor Qwen3.6-27B, leading its comparison set on most coding, agent, and vision-language tasks, while trailing flagship-tier models on the hardest reasoning benchmarks. These are first-party results from the Qwen Team — treat them as vendor-reported until independent evaluators confirm them. Source: Hugging Face model card.
| Benchmark (task) | Qwen3.8-27B | Qwen3.6-27B (predecessor) | Notes |
|---|---|---|---|
| SWE-bench Pro (agentic coding) | 61.7 | 53.5 | Leads its comparison set |
| QwenSWEBench (in-house) | 79.0 | 49.3 | In-house benchmark |
| DeepSWE 1.1 (agentic coding) | 42.2 | 13.3 | Large jump vs predecessor |
| LiveCodeBench v6 (competitive coding) | 90.3 | 83.9 | Leads its comparison set |
| Terminal Bench 2.1 (terminal coding) | 73.0 | 63.4 | Flagship column higher (78.2) |
| GPQA Diamond (scientific reasoning) | 89.2 | 87.8 | Flagship column higher (91.3) |
| IFBench (instruction following) | 79.5 | 69.1 | Leads its comparison set |
| HLE (multidisciplinary reasoning) | 30.8 | 24.0 | Flagship column higher (40.0); judged by GPT-4o |
Takeaway: biggest gains are in agentic and software-engineering coding, where several scores more than double the predecessor’s, while pure-reasoning benchmarks (GPQA Diamond, HLE) still favor larger flagship models.
| Vision-language benchmark (task) | Qwen3.8-27B | Qwen3.6-27B | Notes |
|---|---|---|---|
| OSWorld-Verified (computer use) | 84.3 | 63.9 | Leads its comparison set |
| WebArena-Verified (browser use) | 64.8 | 48.8 | Leads its comparison set |
| AndroidWorld (mobile use) | 81.9 | 70.3 | Leads its comparison set |
| MathVision (visual math, with CI) | 94.6 | 85.1 | Leads its comparison set |
| Vision2Web (visual web dev) | 62.9 | 45.0 | Leads its comparison set |
| OmniDocBench 1.5 (document intel.) | 91.1 | 89.4 | Qwen3.7-Plus higher (91.4) |
| RealWorldQA (real-world perception) | 85.9 | 84.1 | Qwen3.7-Plus higher (86.9) |
Takeaway: Qwen3.8-27B is built for agentic multimodal work (computer, browser, and mobile use), leading its comparison set there, and stays competitive on general perception where a larger sibling edges ahead. Because these are self-reported numbers, self-hosting the open weights to benchmark on your own data is the reliable way to confirm they hold for your workload.
How much does Qwen3.8-27B cost on a managed API?
A managed API for Qwen3.8-27B charges per token — no GPU to rent, no server to run. It went live on OpenRouter within a day of the weights landing, and Alibaba’s own hosted Qwen Cloud version (1M context by default, built-in tools) is listed as “coming soon.”
| Option | Input ($/1M tokens) | Output ($/1M tokens) | Context | Notes |
|---|---|---|---|---|
| Qwen3.8-27B | $0.45 | $3.20 | 262K | Live as of Aug 14, 2026 |
| Qwen3.6 35B A3B (predecessor family) | $0.14 | $1.00 | 262K (1M via YaRN) | Cheaper sibling, MoE not dense |
| Qwen3.5-35B-A3B | $0.14 | $1.00 | 256K | Older MoE sibling |
| Qwen3.8-Max (flagship, API-only) | $2.00 | $6.00 | — | Larger MoE model, not the same class |
Source: OpenRouter, checked August 15, 2026. Takeaway: Qwen3.8-27B costs more per token than its MoE siblings (Qwen3.6 35B A3B, Qwen3.5-35B-A3B), which makes sense — it’s a dense 27B model versus their 3B-active MoE design, so every token costs more compute to generate.
The managed API wins on three things: you ship today, you run zero infrastructure, and you pay nothing when traffic is idle. Its cost is entirely usage-driven — a strength at low volume, a liability at high volume.
What does it cost to self-host Qwen3.8-27B on a GPU cloud?
Self-hosting Qwen3.8-27B means renting a GPU by the hour and serving the weights yourself, typically with vLLM (the official Qwen3.8-27B recipe covers the launch flags) or SGLang behind an OpenAI-compatible endpoint. The FP8 build’s ~28GB footprint means a single 80GB card is enough. For a broader look at how 80GB-and-up cards stack up on memory and price, see our B300 vs B200 vs H200 self-hosting comparison.
GPU cloud pricing sets your fixed monthly cost, and it varies a lot by provider. On Akash, a GPU marketplace priced by reverse auction, live starting rates as of August 15, 2026:
| GPU | VRAM | Starting rate ($/hr) | 720-hr month ($) |
|---|---|---|---|
| H100 (SXM5) | 80 GB | $2.04 | ~$1,469 |
| A100 (SXM4) | 80 GB | $1.07 | ~$770 |
Source: Akash live GPU pricing, checked August 15, 2026. Rates move with the auction — check current numbers before deploying. Takeaway: an always-on H100 to serve Qwen3.8-27B in FP8 runs about $1,469/month, and that number does not move whether you serve one token or a billion. The A100 holds the same FP8 build for about $700 less per month, since 28GB comfortably fits either 80GB card.
Self-hosting wins on control: data never leaves your environment, there are no per-request rate limits, and marginal cost per token approaches zero once the GPU is paid for. The tradeoff is you own the operational work, unless you use a managed layer on top. For a walkthrough of self-hosting a similar open MoE model end to end, see our Kimi K3 vs GLM-5.2 vs DeepSeek V4 Flash self-host guide.
At what token volume does self-hosting Qwen3.8-27B beat a managed API?
Self-hosting Qwen3.8-27B becomes cheaper than the managed API at roughly 460 million output tokens per month against an H100, or roughly 240 million against an A100, assuming you keep the GPU reasonably busy. The math: compare a fixed GPU bill against a per-token bill.
One always-on H100 at $2.04/hr runs ~$1,469/month. To spend that same $1,469 on the managed API at $3.20 per 1M output tokens (the live OpenRouter rate), you’d generate about 459 million output tokens. An A100 at $1.07/hr runs ~$770/month, crossing over at about 241 million output tokens.
| Monthly volume (output tokens) | Managed API cost (@ $3.20/1M) | Self-host cost (1x H100, 24/7) | Cheaper |
|---|---|---|---|
| 10M | ~$32 | ~$1,469 | Managed API |
| 100M | ~$320 | ~$1,469 | Managed API |
| 459M | ~$1,469 | ~$1,469 | Break-even (H100) |
| 1B | ~$3,200 | ~$1,469 | Self-host |
| 5B | ~$16,000 | ~$1,469 | Self-host |
Takeaway: below a few hundred million tokens a month, the managed API is cheaper and simpler; above the crossover, an always-on GPU wins by a widening margin. These figures use the live output rate and a fully-utilized GPU, so treat the exact crossover as an estimate and plug in your own measured throughput and blend.
One practical check: can a single H100 actually produce 459M tokens in a month? That’s about 177 tokens/second sustained, which a 27B FP8 model reaches comfortably with continuous batching across concurrent requests. Real aggregate throughput depends on batch size, context length, and quantization, so measure it on your own workload before committing to the estimate.
Managed API vs self-host: which should you pick for Qwen3.8-27B?
Pick a managed API for Qwen3.8-27B if your volume is low or spiky, you want to ship this week, or you’d rather not run infrastructure. Pick self-hosting if you run steady high volume, need data to stay in your own environment, or want to eliminate rate limits and per-token cost.
| Your situation | Better fit | Why |
|---|---|---|
| Prototyping, low or bursty traffic | Managed API | Pay only for what you use; zero setup |
| Data residency or privacy requirements | Self-host | Weights and prompts stay in your environment |
| Steady volume above the crossover | Self-host | Fixed GPU cost undercuts per-token billing |
| Small team, no infra appetite | Managed API | No servers, shards, or failover to run |
| Need custom fine-tunes or full control | Self-host | You own the weights and the serving stack |
| Global low-latency at scale | Either | Depends on provider footprint and your volume |
Takeaway: the decision is rarely permanent. Because Qwen3.8-27B speaks a standard OpenAI-compatible interface either way, many teams start on a managed API to validate the model, then move heavy, steady workloads to a self-hosted GPU once volume crosses the break-even — a base-URL change, not a rewrite.
What are the risks of running Qwen3.8-27B in production right now?
The main risk: the only benchmarks available so far are Qwen’s own first-party numbers; independent third-party evaluations hadn’t landed at the time of writing. The published scores are strong, but several rely on in-house benchmarks (QwenSWEBench, CoWorkBench, RecreationBench) and at least one was judged by another model (HLE by GPT-4o), so treat them as a starting point, not independent proof.
That’s not a reason to avoid the model — it’s a reason to evaluate Qwen3.8-27B on your own data before it carries production traffic. This strengthens the case for self-hosting during evaluation: running the open weights on a rented GPU lets you benchmark against your real workload, privately, for a fixed hourly cost, with no per-token meter running while you test. A common pattern is to point evaluations at the new model while keeping production on a version you’ve already verified, until independent numbers confirm the vendor’s scores.
FAQ
Is it cheaper to self-host Qwen3.8-27B or use a managed API?+
At low or bursty volume, a managed API is cheaper because you only pay per token. Self-hosting on a rented H100 (about $1,469/month running full-time on Akash as of August 2026) becomes cheaper once you generate steady volume above the break-even, which lands near 460 million output tokens per month depending on your token blend.
What GPU do I need to run Qwen3.8-27B?+
Qwen3.8-27B fits on a single GPU. It needs roughly 28GB of VRAM in FP8 and ~56GB in BF16, before KV cache, so one H100 80GB or A100 80GB is comfortable. A 4-bit build fits in about 14-16GB, enough for a 24GB card, but with tighter context and some quality tradeoff.
How much does the Qwen3.8-27B API cost per token?+
On OpenRouter, Qwen3.8-27B runs $0.45 per 1M input tokens and $3.20 per 1M output tokens, as of August 14, 2026. That’s pricier per token than its MoE siblings Qwen3.6 35B A3B and Qwen3.5-35B-A3B (both $0.14 input / $1.00 output), reflecting Qwen3.8-27B’s dense architecture versus their sparse mixture-of-experts design.
Is Qwen3.8-27B open source?+
Yes. Qwen3.8-27B was released under the Apache 2.0 license on August 13-14, 2026, with weights on Hugging Face compatible with Transformers, vLLM, SGLang, and llama.cpp. Apache 2.0 permits commercial use and self-hosting, which is what makes the managed-versus-self-host choice available in the first place.
What is the context length of Qwen3.8-27B?+
Qwen3.8-27B supports 262,144 tokens of context natively, extensible to 1M tokens. The hosted Qwen Cloud version is expected to default to 1M context. When self-hosting, long context increases KV-cache memory, so budget VRAM beyond the model weights if you plan to use the full window.
Can I run Qwen3.8-27B on Akash?+
Yes. Rent a single H100 or A100 80GB through Akash Console (from ~$1.07/hr as of August 15, 2026) and serve the weights yourself with vLLM, or reach the model through a managed OpenAI-compatible endpoint on OpenRouter at $0.45/M input and $3.20/M output.
What are the benchmark scores for Qwen3.8-27B?+
Qwen’s own published benchmarks put Qwen3.8-27B at 61.7 on SWE-bench Pro, 90.3 on LiveCodeBench v6, 89.2 on GPQA Diamond, and 84.3 on OSWorld-Verified, well above predecessor Qwen3.6-27B on most tasks. These are first-party results; independent third-party evaluations hadn’t been published at the time of writing, so confirm them on your own workload.