{"id":399251,"date":"2026-08-16T00:21:12","date_gmt":"2026-08-16T00:21:12","guid":{"rendered":"https:\/\/bizscoreai.com\/blog\/alibaba-qwen3-8-max-2-4t-parameters-open-weights-missing\/"},"modified":"2026-08-16T00:21:13","modified_gmt":"2026-08-16T00:21:13","slug":"alibaba-qwen3-8-max-2-4t-parameters-open-weights-missing","status":"publish","type":"post","link":"https:\/\/bizscoreai.com\/blog\/alibaba-qwen3-8-max-2-4t-parameters-open-weights-missing\/","title":{"rendered":"Alibaba ships Qwen3.8-Max at 2.4T parameters, but promised open weights are still missing"},"content":{"rendered":"<p>Alibaba released Qwen3.8-Max to general availability on August 3, 2026, two weeks after previewing it at WAIC Shanghai with a single slide and a claim that it trailed only Claude Fable 5. The production launch shipped with what the preview lacked: a published benchmark table, per-token pricing, and a live production API. The missing piece is the open-weight release, which Alibaba said would land during the week of August 10 and, as of August 11, has not appeared on Hugging Face or ModelScope.<\/p>\n<h2>What Qwen3.8-Max is<\/h2>\n<p>Qwen3.8-Max is a 2.4 trillion-parameter Mixture-of-Experts model with roughly 95 billion active parameters per token, a 1-million-token context window (991K max input, 131K max output, with reasoning chains up to 262K), and native text, image, and video input with text output. It builds on the architecture introduced with Qwen3.7-Max and is the first Max-class model above the trillion-parameter mark to ship with multimodal input. The model ID on QwenCloud is qwen3.8-max.<\/p>\n<h2>Published benchmarks<\/h2>\n<p>Alibaba published a four-way comparison table for the GA release. Every number is Alibaba&#8217;s own vendor-run evaluation; no independent evaluator has copied the full table yet.<\/p>\n<ul>\n<li>OSWorld-Verified: Qwen3.8-Max 86.1, Claude Fable 5 ~85.0, GPT-5.6 83.2, Claude Opus 4.8 not published.<\/li>\n<li>PaperBench: 93.0 vs Fable 5 88.8, GPT-5.6 90.5, Opus 4.8 80.3.<\/li>\n<li>Terminal-Bench 2.1: 86.6 vs Fable 5 84.6, GPT-5.6 88.8, Opus 4.8 84.6.<\/li>\n<li>SWE-bench Pro: 67.7 vs Fable 5 80.0, GPT-5.6 64.6, Opus 4.8 69.2.<\/li>\n<li>GPQA Diamond: 92.6 vs Fable 5 92.6, GPT-5.6 94.1, Opus 4.8 92.0.<\/li>\n<li>IFBench: 82.8 vs Fable 5 63.5, GPT-5.6 72.7, Opus 4.8 62.2.<\/li>\n<li>HLE (Humanity&#8217;s Last Exam): 43.6 vs Fable 5 53.3, GPT-5.6 47.2, Opus 4.8 45.7.<\/li>\n<\/ul>\n<p>The pattern is consistent across the table: Qwen3.8-Max wins on agentic computer-use and long-document tasks (OSWorld-Verified, PaperBench, IFBench) and holds its own on general terminal agentic work, but loses to Fable 5 by 12 points on SWE-bench Pro, the harder professional coding benchmark, and finishes last of the four on broad-knowledge reasoning (HLE).<\/p>\n<h2>What it can do<\/h2>\n<p>Long-horizon autonomous coding is the headline use case. Alibaba&#8217;s demo is oh-my-cli, a command-line agent framework Qwen3.8-Max built entirely on its own. The workflow turns incoming requests into GitHub issues, claims them through a state machine, writes code, runs end-to-end tests, and merges its own pull requests. As of July 30, the run had produced 265 commits, 127 pull requests, and 151 issues over 16 days without human intervention. The repository was still active when checked for this story, showing 797 commits, 61 open issues, an Apache-2.0 license, and a commit merged 33 minutes before publication.<\/p>\n<p>Research reproduction is another showcased capability. Alibaba reports Qwen3.8-Max reproduced a published paper on data selection for LLM reasoning, writing roughly 7,600 lines of code and running 33 GPU training rounds over five days to land a +2.71 point improvement on AIME24 over the original method. In a separate 24-hour coding competition, the model&#8217;s entry reportedly beat 458 of 526 human teams, landing in the 87th percentile.<\/p>\n<p>Native multimodal agents at scale round out the pitch. Qwen3.8-Max processes documents past 200 pages and video past 100 hours using what Alibaba calls video memory graphs, and pairs GUI screen operation with visual feedback loops for verifying its own output, evaluated internally against Alibaba&#8217;s RecreationBench.<\/p>\n<h2>Pricing and availability<\/h2>\n<p>Qwen3.8-Max is live now on QwenCloud at $2.00 per million input tokens and $6.00 per million output tokens, with cached input pricing from $0.25\/M on cache miss to $0.17\/M on explicit reads. That rate undercuts Moonshot&#8217;s Kimi K3 ($3.00 input, $15.00 output) by a wide margin and roughly matches Qwen3.7-Max&#8217;s prior $2.50\/$7.50 card, despite the jump in scale. Access is available through QwenCloud, Alibaba Cloud Model Studio&#8217;s international scope, and the Vercel AI Gateway at zero markup under alibaba\/qwen3.8-max.<\/p>\n<p>Alibaba shipped a day-one Anthropic Messages-compatible endpoint, so Claude Code can point at Qwen3.8-Max by changing ANTHROPIC_BASE_URL and ANTHROPIC_MODEL with no other workflow changes. That makes it the cheapest way to run a side-by-side comparison against Claude models inside an existing agent harness. Rate limits sit at 2M tokens per minute and 15,000 requests per minute.<\/p>\n<h2>What is still missing<\/h2>\n<p>The open-weight release is the unresolved piece. Alibaba said weights for Qwen3.8-Max and a smaller Qwen3.8-27B would land on Hugging Face and ModelScope during the week of August 10. As of August 11, no repository has appeared for either model, and no license has been named. Until weights land, the accurate label for this release is proprietary, not open-source. Smaller Qwen releases such as Qwen3.6-27B shipped under Apache-2.0, but whether a Max-class open weight would follow the same permissive license or something more restrictive remains an open question.<\/p>\n<p>Three other caveats apply. The 95-billion active parameter figure comes from third-party reporting, not from an Alibaba-published technical report or model card. Every benchmark in the table is Alibaba&#8217;s own vendor-run evaluation; independent evaluators like Artificial Analysis or LMArena have not yet copied the full table. And on HLE, Qwen3.8-Max finishes nearly 10 points behind Fable 5, so the launch is not a clean sweep in either direction.<\/p>\n<h2>Strengths and weaknesses at a glance<\/h2>\n<p>Strengths: a real, checkable benchmark table replaces the preview&#8217;s unverified marketing line; the model leads the four-way comparison on OSWorld-Verified, PaperBench, and IFBench; the $2\/$6 rate undercuts Kimi K3 while adding native multimodal input; the day-one Anthropic-compatible endpoint makes it a drop-in swap for Claude Code; and the oh-my-cli project is a live, ongoing, publicly auditable demonstration rather than a one-time benchmark run.<\/p>\n<p>Weaknesses: Qwen3.8-Max trails Claude Fable 5 by 12 points on SWE-bench Pro, finishes last of four flagships on HLE, ships only with vendor-run benchmark numbers, has missed its stated open-weight window without a confirmed license, and has not published an active-parameter figure in its own technical report.<\/p>\n<h2>FAQ<\/h2>\n<h3>Is Qwen3.8-Max open source?<\/h3>\n<p>Not yet. Alibaba promised open weights for Qwen3.8-Max and a smaller Qwen3.8-27B during the week of August 10, 2026, but as of August 11 neither model has appeared on Hugging Face or ModelScope, and no license has been confirmed.<\/p>\n<h3>How much does Qwen3.8-Max cost?<\/h3>\n<p>$2.00 per million input tokens and $6.00 per million output tokens on QwenCloud, with cached reads as low as $0.17 per million tokens. That is roughly one-third of Kimi K3&#8217;s per-token cost.<\/p>\n<h3>Does Qwen3.8-Max actually beat GPT-5.6 and Claude Fable 5?<\/h3>\n<p>It depends on the task. Alibaba&#8217;s own table shows it ahead on OSWorld-Verified, PaperBench, and IFBench, but behind Fable 5 by 12 points on SWE-bench Pro and behind all three rivals on HLE.<\/p>\n<h2>Related coverage<\/h2>\n<ul>\n<li><a href=\"https:\/\/bizscoreai.com\/blog\/alibaba-qwen3-8-max-ai-model-unveiled\/\">Alibaba shares rally after unveiling Qwen3.8-Max AI model<\/a><\/li>\n<li><a href=\"https:\/\/bizscoreai.com\/blog\/zhipu-ai-glm-5-3-open-weights-coding-model\/\">Zhipu AI releases GLM-5.3, claims strongest open-weights coding model<\/a><\/li>\n<\/ul>\n<p><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"headline\":\"Alibaba ships Qwen3.8-Max at 2.4T parameters, but promised open weights are still missing\",\"description\":\"Alibaba ships Qwen3.8-Max at 2.4T parameters with $2\/$6 pricing and a benchmark table, but promised open weights for August 10 still haven't shipped.\",\"datePublished\":\"2026-08-15T23:53:40.377Z\",\"publisher\":{\"@type\":\"Organization\",\"name\":\"BizScoreAI\"}},{\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Is Qwen3.8-Max open source?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not yet. Alibaba promised open weights for Qwen3.8-Max and a smaller Qwen3.8-27B during the week of August 10, 2026, but as of August 11 neither model has appeared on Hugging Face or ModelScope, and no license has been confirmed.\"}},{\"@type\":\"Question\",\"name\":\"How much does Qwen3.8-Max cost?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"$2.00 per million input tokens and $6.00 per million output tokens on QwenCloud, with cached reads as low as $0.17 per million tokens. That is roughly one-third of Kimi K3's per-token cost.\"}},{\"@type\":\"Question\",\"name\":\"Does Qwen3.8-Max actually beat GPT-5.6 and Claude Fable 5?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It depends on the task. Alibaba's own table shows it ahead on OSWorld-Verified, PaperBench, and IFBench, but behind Fable 5 by 12 points on SWE-bench Pro and behind all three rivals on HLE.\"}}]}]}<\/script><\/p>\n<hr style=\"margin:2.5em 0 1em;opacity:.35\" \/>\n<p style=\"font-size:.85em;opacity:.7\">This article summarizes reporting from <a href=\"https:\/\/awesomeagents.ai\/models\/qwen-3-8-max\/\" target=\"_blank\" rel=\"nofollow noopener\">awesomeagents.ai<\/a>. See our <a href=\"https:\/\/bizscoreai.com\/blog\/disclaimer\/\">editorial disclaimer<\/a> for how our articles are produced.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Alibaba&#8217;s 2.4T-parameter Qwen3.8-Max flagship hit general availability on August 3, 2026 with real benchmarks and pricing, but the open-weight release is overdue.<\/p>\n","protected":false},"author":1,"featured_media":399250,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"Alibaba Qwen3.8-Max 2.4T Flagship, Open Weights Late","rank_math_description":"Alibaba ships Qwen3.8-Max at 2.4T parameters with $2\/$6 pricing and a benchmark table, but promised open weights for August 10 still haven't shipped.","rank_math_focus_keyword":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-399251","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-news"],"elementor_data":null,"elementor_edit_mode":null,"_links":{"self":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts\/399251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/comments?post=399251"}],"version-history":[{"count":1,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts\/399251\/revisions"}],"predecessor-version":[{"id":399252,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts\/399251\/revisions\/399252"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/media\/399250"}],"wp:attachment":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/media?parent=399251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/categories?post=399251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/tags?post=399251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}