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

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

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.

supportprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — what changed on August 12
  • What actually landed on Hugging Face
  • The catch: this is not the Qwen3.8-Max you tried in Qoder
  • The license: read it before you deploy
  • Hardware: still a data-center model, not a desktop one
  • The missing half: Qwen3.8-27B
  • How this fits the open-weight news cycle
  • Builder checklist
  • Bottom line
  • Related on explainx.ai
← Back to blog

explainx / blog

Qwen3.8-Max Open Weights Are Live — Stripped, Relicensed, and Half-Delivered

Qwen3.8-2.4T-A95B landed on Hugging Face Aug 12, 2026. Text-only, no 1M context, a new revenue-share license — and the promised 27B is still missing.

Aug 13, 2026·9 min read·Yash Thakker
QwenAlibaba CloudOpen WeightsChinese AIMoE
go deep
Qwen3.8-Max Open Weights Are Live — Stripped, Relicensed, and Half-Delivered

Alibaba's open weights for Qwen3.8-Max are live. Not "soon," not "week of August 10" — actually published, actually downloadable, and confirmed by an unlikely source: NVIDIA's own deployment engineering blog, dated August 12, 2026, which states plainly that "Alibaba released the open weights" while walking through how to serve the model on a GB300 NVL72 rack.

That closes a loop we flagged twice. Our July 19 preview coverage noted weights were promised "soon." Our August 3 coding-and-cowork post put "Open Weights Still Missing" in the headline because the product video shipped with no repo attached. Nine days later, the repo exists — but it is not the same model the API sells.

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 changed on August 12

QuestionDirect answer
Are weights really live?Yes. Qwen/Qwen3.8-2.4T-A95B and an -FP8 variant on Hugging Face; NVIDIA's Aug 12 blog confirms it
Same model as the API?No. Open weights are text-only, thinking-mode only — no vision, no native 1M context
License?Custom qwen3.8-max license, not Apache 2.0 — reporting says a revenue-share clause applies to large commercial users
Size?2.4T total / 95B active (fine-grained MoE, ~4% activation), full + linear attention
Can I run it locally?Only on serious hardware — BF16 is ~4.89 TB; Unsloth GGUF quants run 397 GB–1.31 TB even aggressively compressed
Reference deployment?NVIDIA's GB300 NVL72 (72 Blackwell Ultra GPUs), 4K+ tok/s per GPU in FP8
Did Qwen3.8-27B ship too?No. The smaller companion Alibaba promised alongside it is still not on the official Qwen org
Community reaction?Mixed to negative — a Hugging Face discussion opened within hours calling the stripped feature set a "huge disappointment"

What actually landed on Hugging Face

Two official repositories under the Qwen organization:

  • Qwen/Qwen3.8-2.4T-A95B — BF16 safetensors, Hugging Face Transformers format, documented as compatible with vLLM, SGLang, and TokenSpeed
  • Qwen/Qwen3.8-2.4T-A95B-FP8 — fine-grained FP8 quantization (block size 128) for lower-memory serving

Unsloth followed within the same window with unsloth/Qwen3.8-2.4T-A95B-GGUF, covering quant levels from 1-bit through BF16. As of this snapshot the official repo shows modest but real traction — under a thousand downloads in the first period and roughly 575 likes — early numbers for a model this large, consistent with a fresh drop rather than a long-established release.

bash
# Pattern: serve the FP8 checkpoint with vLLM (adjust tensor-parallel size to your node)
vllm serve Qwen/Qwen3.8-2.4T-A95B-FP8 \
  --tensor-parallel-size 8 \
  --max-model-len 32768

The model card explicitly frames this as a post-trained checkpoint aimed at vLLM/SGLang/TokenSpeed deployment — Alibaba is not pretending this is a laptop model, and neither should you.

The catch: this is not the Qwen3.8-Max you tried in Qoder

The single most important fact in this release is what it leaves out. Compared to the hosted Qwen3.8-Max our coding-and-cowork coverage walked through:

CapabilityQwen3.8-Max API (Token Plan / Qoder)Open weights (Qwen3.8-2.4T-A95B)
Vision inputYesNo — text-only
Context windowUp to 1M tokensNative window well below that
Output lengthUp to 128KDocumented, but tied to the smaller context
Thinking modeOptionalRequired for all interactions
Tools / built-in agent featuresFull Qoder/QoderWork surfaceBase checkpoint only
LicenseHosted termsCustom qwen3.8-max license, revenue-share reported

A Hugging Face discussion thread on the repo — opened within hours of the drop and still active — captures the community reaction directly: commenters argue the release "removes half its core value" by stripping vision, call the gap between the qwen3.8-max-labeled license and the reduced feature set inconsistent, and compare the pattern to game-industry DLC paywalling, with at least one saying it cost Alibaba "all good faith" built up from prior Qwen generations. That reaction is worth reading before you plan a migration around this checkpoint — see our broader framework for choosing open weight vs. closed models when the open release does not match the flagship's marketing.

The license: read it before you deploy

Earlier Qwen generations — including the models covered in our top open-weight models for a laptop roundup — shipped under permissive Apache 2.0 terms. This release does not. The Hugging Face repo lists a bespoke qwen3.8-max license, and reporting around the launch describes a revenue-sharing requirement for large commercial users, with the exact threshold and percentage still being finalized. That mirrors a trend other Chinese labs — Moonshot AI among them — have moved toward for their biggest open releases.

Practical takeaway: do not assume this is a drop-in Apache 2.0 replacement for Qwen 3.7-Max or Qwen 3.6 27B in your compliance paperwork. Pull the actual license text from the repository and have it reviewed before any commercial fine-tune, redistribution, or high-volume inference deployment — especially if your usage could cross whatever revenue threshold Alibaba eventually publishes.

Hardware: still a data-center model, not a desktop one

The scale that made Qwen3.8-Max a flagship also makes the open weights impractical for most local setups:

FormatApprox. sizeRealistic hardware
BF16 (full)~4.89 TBMulti-node GPU cluster
FP8 (official)roughly half of BF16NVIDIA's own reference: GB300 NVL72, 72 Blackwell Ultra GPUs
Q8_0 (GGUF)~2.6 TBHigh-end multi-GPU workstation cluster
UD-IQ4_XS (4-bit)~1.31 TBStill requires serious multi-GPU or heavy NVMe offload
UD-Q1_0 / IQ1_S / IQ1_M (1-bit)~397–564 GBThe floor — aggressive quality loss expected at this bit depth

NVIDIA's deployment blog, published the same day as the wider confirmation, reports over 4,000 tokens/sec per GPU and over 350 tokens/sec per user serving the FP8 checkpoint on GB300 NVL72 — genuinely fast, but on hardware most teams do not own. If you want something that runs on a single card today, stay on Qwen 3.6 27B with llama.cpp or explore the broader locally-runnable open-weight roster — Qwen3.8-2.4T-A95B is not that model, even quantized to the floor.

The missing half: Qwen3.8-27B

Alibaba's August 3 announcement paired two promises: the 2.4T Max-class flagship, and a smaller Qwen3.8-27B aimed at exactly the self-hosting, single-GPU audience the table above rules out for the big model. Only the flagship has shipped. As of this writing there is no official Qwen3.8-27B repository on the Qwen Hugging Face organization — only unofficial community forks quantizing a leaked or early checkpoint, which is not the same as an Alibaba-published release with a real license attached.

That matters more than it sounds. The 2.4T weights are a research and infrastructure release — genuinely open, genuinely usable by teams with GB300-class hardware, but out of reach for the local-first audience that runs open models on their own machines. The 27B was supposed to be the accessible half of the promise. It is still the missing half.

How this fits the open-weight news cycle

This is the third Qwen3.8-Max post on explainx.ai, and each stage told a different story:

DateStageWhat shipped
July 19PreviewQwen3.8-Max-Preview via API only; weights "coming soon"
August 3Product pitchCoding-and-cowork positioning video; still API-only
August 12Open weights2.4T checkpoint on Hugging Face; text-only, new license, 27B still missing

Set against the wider China vs. closed-model debate, this is a mixed signal for the "China ships more open weights" narrative: Alibaba did open-source its first Max-tier flagship ever, which is genuinely new — but it did so with a narrower feature set and a license that pulls back toward commercial control, not further from it. Compare that to the more straightforwardly open DeepSeek Flash volume story or the broader China AI playbook of cheap, wide access — Qwen3.8-Max's open weights look more like a research and infrastructure showcase than a community handoff.

Builder checklist

DoDon't
Pull the actual qwen3.8-max license text before any commercial deploymentAssume it inherited Apache 2.0 terms from earlier Qwen generations
Plan for GB300-class or heavily quantized multi-GPU servingExpect this to run on a single consumer GPU, even at 1-bit
Keep using the hosted API if you need vision or 1M contextMigrate agent workloads expecting parity with Qwen3.8-Max-Preview
Watch for an official Qwen3.8-27B repo before betting on a local dropTrust unofficial community forks as a substitute for Alibaba's own release
Read the Hugging Face discussion threads before you commit to a migrationTreat "open weights are live" as "open weights are equivalent"

Bottom line

Qwen3.8-Max's open weights shipped on August 12, 2026 — a real, confirmable release, not another teaser. But "open weights" undersold what actually landed: a text-only checkpoint under a new revenue-share license, missing the vision and 1M-context features that made the hosted product notable, with the smaller, more locally-friendly Qwen3.8-27B still nowhere in sight. If your team was waiting to self-host the exact model you tested in Qoder, keep waiting — what you can download today is a different, narrower release wearing the same name.

Related on explainx.ai

  • Qwen3.8-Max coding & cowork video (Aug 3) — "Open Weights Still Missing"
  • Qwen 3.8-Max Preview — Token Plan setup (July 19)
  • Qwen 3.7-Max agent frontier
  • Qwen 3.6 27B local with llama.cpp / OpenCode
  • Top 10 open-weight models for a laptop
  • Choosing open weight vs. closed AI models
  • How to run open-source models locally in OpenCode
  • American closed AI vs China open weights
  • DeepSeek Flash 8T tokens/day
  • China AI playbook — cheap compute & free models

Primary sources: NVIDIA — Serve Qwen3.8-2.4T-A95B on GB300 NVL72 (Aug 12, 2026) · Qwen/Qwen3.8-2.4T-A95B on Hugging Face · Qwen/Qwen3.8-2.4T-A95B-FP8 · unsloth/Qwen3.8-2.4T-A95B-GGUF


Status as of August 13, 2026. Download links, license text, and quantization file sizes reflect Hugging Face listings as of publication — verify the current license and file manifest on the repository before any production or commercial deployment. Follow @explainx_ai for updates, including if Qwen3.8-27B ships.

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 3, 2026

Qwen3.8-Max: Coding and Cowork Pitch — Open Weights Still Missing

On August 3, 2026, @Alibaba_Qwen posted a launch video: “Meet Qwen3.8-Max: A New Bar for Coding and Cowork.” The product story is clearer; downloadable weights, licenses, and public benchmarks still are not.

Jul 19, 2026

Qwen 3.8-Max Preview: 2.4T Params, Token Plan Pricing, and Open Weights Soon

Alibaba's Qwen team posted Qwen 3.8 on July 19 — a 2.4T-parameter stack going open-weight soon, with Qwen3.8-Max-Preview live on Token Plan today. We map pricing, supported coding tools, China vs international URLs, and what to believe about the Fable 5 comparison.

Jul 7, 2026

Tencent Hy3: 295B Open-Source MoE Model for Agentic Coding — Apache 2.0, Free API, 256K Context

Hy3 is Tencent's answer to the agentic coding arms race: 295B total parameters, only 21B active per token, production-grade tool calling, and open weights under Apache 2.0. Here's what changed since the April preview and where to try it free.