explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — what's actually new here
  • The naming split: Flash-Next vs Flash
  • Why previewing Qwen4 in a "3.8" release matters
  • What a Flash tier actually offers hobbyists and small teams
  • Cost-per-token vs the rest of the flash tier
  • Benchmarks reported so far
  • How to try it today
  • Bottom line
  • Related on explainx.ai
← Back to blog

explainx / blog

Qwen3.8-Flash Goes Live on QwenCloud — Same Qwen4 Preview, Now Hosted

Qwen, Alibaba Cloud, Open Weights, Mixture of Experts, AI Pricing, Local AI

Alibaba's Qwen3.8-Flash is now open-weight and headed to QwenCloud at $0.16/1M input and $0.47/1M output tokens — the same Qwen4 architecture preview as Flash-Next, priced for hosted use.

Sep 2, 2026·9 min read·Yash Thakker
add explainx.ai
go deep
Qwen3.8-Flash Goes Live on QwenCloud — Same Qwen4 Preview, Now Hosted

Alibaba's Qwen account confirmed on X that Qwen3.8-Flash is "now open-weight," with a production version arriving soon on QwenCloud at $0.16 per million input tokens and $0.47 per million output tokens. If that sounds like the Qwen3.8-Flash-Next release explainx.ai already covered on August 26, that's because it is the same underlying model — 125 billion total parameters, 6 billion active, built on the architecture Alibaba is previewing ahead of a full Qwen4 generation. What changed is packaging: this is the hosted, production-featured half of that story finally getting a price tag and a name without the "-Next" research-preview label.

For anyone tracking the open-weight ecosystem, the distinction matters. Flash-Next shipped as what community reviewers called "an intentionally under-trained R&D preview" — weights to self-host and pressure-test, not a polished daily driver. Qwen3.8-Flash is Alibaba's answer for teams who want the same architecture without running their own inference stack: a 1M-token context window by default, official built-in tools, and per-token pricing aimed squarely at high-volume agentic coding.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR — what's actually new here

table · 2 cols
QuestionDirect answer
Is this a new model?No — same architecture as Qwen3.8-Flash-Next from August 26, now offered hosted and open-weight under the shorter "Qwen3.8-Flash" name
What's genuinely new?Confirmed QwenCloud API pricing ($0.16/1M in, $0.47/1M out), 1M context by default, and official built-in tools — none of which the R&D preview shipped with
Is it a Qwen4 model?No — it previews Qwen4 architecture components under the Qwen3.8 name and license, per Alibaba's own framing
Parameter count?125B total, 6B active per token, plus a 51B N-gram embedding table and 4B multi-token-prediction module
Context window262,144 tokens native, extensible to 1,000,000 via YaRN — hosted default is 1M
Licenseqwen-community-1.0, not Apache 2.0
Can I run it locally?Yes, same open weights as Flash-Next on Hugging Face/ModelScope — needs 128GB-class unified memory or expert offloading, not a single 24GB GPU
How does pricing compare?Close to GLM-5.3-Flash's $0.15/$0.50; DeepSeek V4 Flash undercuts both on cached-context cost

The naming split: Flash-Next vs Flash

Alibaba has now shipped this model under two labels within about a week, and the distinction is easy to miss:

table · 3 cols
Qwen3.8-Flash-Next (Aug 26)Qwen3.8-Flash (Sept 1-2)
Framing"Intentionally under-trained R&D preview"Production-featured hosted release
Where it runsSelf-hosted, community quantizationQwenCloud API (open weights also available)
Context default262K native / 1M via YaRN, opt-in1M by default
ToolingNone built in — bring your own harnessOfficial built-in tools
PricingN/A — self-hosted, no metered cost$0.16/1M input, $0.47/1M output
ArchitectureSameSame

Nothing about the underlying model changed between the two announcements. The 125B-total, 6B-active MoE, the 51B N-gram embedding lookup, the Gated DeltaNet plus Qwen Sparse Attention hybrid across 48 layers, and the Muon optimizer used in training are identical in both releases — explainx.ai's Flash-Next coverage already documented the full architecture in detail. What Alibaba added for the Sept 1-2 announcement is the commercial wrapper: a price card, a longer default context, and tools baked into the API rather than left to the harness author.

Why previewing Qwen4 in a "3.8" release matters

Calling a point release "an early preview of the Qwen4 architecture" is not just marketing framing — Alibaba has used this exact playbook before. The same pattern shipped Qwen3-Next ahead of the Qwen3.5 series: publish the architecture early under an existing version number, let the developer community find the rough edges, then build the numbered generation on validated foundations.

The architectural changes genuinely are new, not incremental:

  • Gated DeltaNet + Qwen Sparse Attention hybrid — a 48-layer stack organized as 12 repeats of "3 linear-attention layers → 1 sparse full-attention layer," trading some quadratic-attention quality for large context-length throughput
  • N-gram embedding layer — a 20-million-entry lookup table for bigram/trigram associations, adding 51B parameters that can offload to ordinary host RAM rather than consuming GPU memory
  • Gated Residual — widens the residual stream into four parallel branches with per-branch gating, a structural change to how information flows between layers
  • Muon optimizer — applied alongside AdamW to specific weight categories during training, part of why Alibaba claims training cost roughly one-ninth that of Qwen3.7-Plus

For builders watching the open-weight ecosystem, that combination signals what a full Qwen4 release will likely bring: cheaper training, longer native context, and MoE routing tuned for agentic workloads rather than pure chat quality. It is a genuine architecture preview, not a relabeled minor version bump — but it is still shipping under the Qwen3.8 name and license, so treat "Qwen4" as a roadmap signal rather than a spec sheet you can build a Qwen4 integration against today.

What a Flash tier actually offers hobbyists and small teams

"Flash" in Alibaba's naming means the efficiency tier — fewer active parameters per token than Qwen3.8-Max's roughly 2.4T sparse flagship, positioned for volume rather than peak reasoning quality. For a hobbyist or small team, that split matters in two concrete ways:

Local/self-hosted deployment. The open weights are real — qwen-community-1.0 licensed, on Hugging Face and ModelScope — but a 125B-parameter MoE with a 51B-parameter embedding table is not a laptop model. Running it comfortably needs 128GB-class unified memory (a Mac Studio, an AMD Strix Halo box) or an expert-offloading runtime like FreeToken that splits hot experts onto GPU VRAM and cold experts onto host RAM. A single 24GB consumer GPU can run it only with aggressive quantization and reduced quality — the same tradeoff explainx.ai documented for Qwen 3.6-35B-A3B on Apple Silicon, just at a larger scale.

Hosted cost-per-token. For teams who don't want to run their own inference stack, $0.16/1M input and $0.47/1M output tokens is a genuinely cheap starting point next to closed-frontier APIs, where output pricing alone often runs several dollars per million tokens. It's priced to compete directly with the other flash-tier open models rather than with frontier reasoning models — the comparison that matters is Qwen3.8-Flash against GLM-5.3-Flash and DeepSeek V4 Flash, not against Claude Opus or GPT-5.6 Sol.

Cost-per-token vs the rest of the flash tier

table · 5 cols
ModelInput $/1MOutput $/1MContextLicense
Qwen3.8-Flash$0.16$0.471M defaultqwen-community-1.0
GLM-5.3-Flash$0.15$0.501MMIT
DeepSeek V4 Flash———Cache-read pricing roughly 10x cheaper than rivals on repeated context

Qwen3.8-Flash and GLM-5.3-Flash are priced within a cent of each other on both input and output — evidence that "flash tier" pricing has converged into a narrow band across Chinese open-weight labs rather than each vendor competing on sticker price alone. GLM-5.3-Flash ships under a fully permissive MIT license, which is a meaningfully different commitment than Qwen's community license for teams weighing redistribution rights, not just cost. DeepSeek V4 Flash's differentiator isn't headline input/output pricing — it's aggressive cache-read discounting, which matters most for agentic coding loops that resend large amounts of repeated context on every turn.

None of these three numbers settle which model is "best" for a given workload — ARC Prize's independent verification of DeepSeek V4 Flash at 89% on ARC-AGI-1 for $0.02/task is the kind of task-level number that actually predicts real cost, and Qwen3.8-Flash doesn't yet have an equivalent independently verified figure. Until one lands, compare all three flash-tier options on your own agentic harness before picking a default, the same advice explainx.ai gave in how to read AI benchmarks.

Benchmarks reported so far

Qwen's own reported numbers for the underlying architecture (shared between Flash-Next and Flash):

table · 2 cols
BenchmarkScore
SWE-bench Pro62.5
GPQA Diamond91.7
DeepSWE 1.158.7
AndroidWorld (vision)84.5
MathVision95.7
CoWorkBench73.9
JobBench55.7

Artificial Analysis independently scored the model at 56 on its Intelligence Index, ranking #5 of 111 models — a real third-party data point, though it still trails Claude Opus 4.6 on Humanity's Last Exam (35.9 vs 40.0). Treat the vendor-reported rows above the same way explainx.ai treated Flash-Next's numbers on release: provider benchmarks, not yet a broad independent audit.

How to try it today

bash
# Self-hosted (open weights, same checkpoint used for both Flash and Flash-Next)
llama-server -hf Qwen/Qwen3.8-Flash-Next-GGUF:Q4_K_M \
  --spec-type draft-mtp \
  -ngl 999 \
  -fa on \
  -c 65536 \
  --port 8080

# Hosted via QwenCloud API (production tier, 1M context, built-in tools)
curl https://api.qwencloud.com/v1/chat/completions \
  -H "Authorization: Bearer $QWEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "qwen3.8-flash", "messages": [{"role": "user", "content": "..."}]}'

For local wiring into an agent harness, see explainx.ai's guide to running open-source models locally with OpenCode — OpenCode Go already added Qwen3.8-Flash 125B in preview on August 28, so the harness-side integration work is already done for anyone who wants to test both the self-hosted and API paths side by side.

Bottom line

Qwen3.8-Flash is not a new model — it's the commercial launch of the same Qwen4-architecture preview Alibaba open-weighted as Flash-Next on August 26, now with confirmed QwenCloud pricing, a 1M-token default context, and official tooling. The architecture underneath — Gated DeltaNet, Qwen Sparse Attention, the N-gram embedding layer, Muon-trained — is a genuine preview of what Qwen4 will build on, not a relabeled minor bump. For hobbyists, the self-hosted weights still need 128GB-class hardware to run comfortably. For small teams evaluating hosted flash-tier models, $0.16/$0.47 per million tokens puts Qwen3.8-Flash in the same competitive band as GLM-5.3-Flash and DeepSeek V4 Flash — cheap enough to matter, but not yet independently benchmarked at the task level the way DeepSeek's ARC-AGI numbers are.

Related on explainx.ai

  • Qwen3.8-Flash-Next: the 125B MoE release, full architecture breakdown
  • OpenCode adds Qwen3.8-Flash 125B — a Qwen4 architecture preview
  • Qwen3.8-Max open weights go live on Hugging Face
  • Fable 5 vs Grok 4.6 vs GPT-5.6 Sol vs Qwen3.8-Max — who actually wins
  • GLM-5.3-Flash launch — 320B MIT model, $0.15/$0.50 pricing
  • DeepSeek V4 Flash: 89% ARC-AGI at $0.02/task
  • FreeToken — MoE expert splitting across GPU, CPU, and host RAM
  • How to run open-source models locally with OpenCode
  • How to read AI benchmarks

Primary sources: Qwen (Alibaba) official X announcement (@Alibaba_Qwen) · Qwen3.8-Flash-Next Hugging Face model card · Qwen team technical blog


Specs and pricing reflect Alibaba's announcements as of September 2, 2026. Qwen3.8-Flash's QwenCloud production tier was described as "available soon" at the time of writing — confirm current availability and pricing on QwenCloud before building against it.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 25, 2026

Qwen3.8-Flash-Next: The 125B MoE Alibaba Teased on a Leaked ModelScope Page

A ModelScope listing for Qwen3.8-Flash-Next appeared and vanished on August 25, 2026 — 125 billion total parameters, 6 billion active, built on Alibaba's "next-generation Qwen4 architecture." Hacker News expects weights on ModelScope and Hugging Face around 20:30 IST on August 26, and the thread is split between excitement for a Sonnet-class local MoE and disappointment that it is not the smaller 35B-A3B many RTX 5090 owners wanted.

Aug 17, 2026

Qwen Hits 3 Billion Downloads — What That Actually Measures

Alibaba's Qwen family passed 3 billion Hugging Face downloads, per an August 14, 2026 Hugging Face report — over 13x Google's count and 13x Meta's in the same window. We verified the figure against primary reporting and break down what download share tells you about an open-weight model, and what it leaves out.

Aug 15, 2026

Qwen3.8-27B Is Live — The Local Model Hacker News Put at #1

The Qwen3.8-27B companion Alibaba promised — and that our August 13 coverage flagged as missing — finally shipped, and Hacker News sent it straight to #1 with 893 points. It's a dense 27B vision-language model that Alibaba's own model card puts within striking distance of Claude Opus-class scores on agentic coding benchmarks, and unlike the 2.4T Qwen3.8-Max flagship, this one runs on a single RTX 4090 or a Mac Studio.