{"id":781,"date":"2026-08-16T00:21:53","date_gmt":"2026-08-16T00:21:53","guid":{"rendered":"https:\/\/localseobot.ai\/blog\/alibaba-qwen3-8-max-general-availability\/"},"modified":"2026-08-16T00:21:54","modified_gmt":"2026-08-16T00:21:54","slug":"alibaba-qwen3-8-max-general-availability","status":"publish","type":"post","link":"https:\/\/localseobot.ai\/blog\/alibaba-qwen3-8-max-general-availability\/","title":{"rendered":"Alibaba&#8217;s Qwen3.8-Max Hits General Availability With 2.4T Parameters, Real Pricing, and a Missing Open-Weight Release"},"content":{"rendered":"<p>Alibaba released Qwen3.8-Max to general availability on August 3, 2026, shipping a 2.4 trillion-parameter Mixture-of-Experts model with a 1-million-token context window, native text, image, and video input, and a published benchmark table that puts it ahead of Claude Fable 5, GPT-5.6, and Claude Opus 4.8 on several agentic and long-document tasks. The model is live now on QwenCloud at $2.00 per million input tokens and $6.00 per million output tokens, with OpenAI- and Anthropic-compatible endpoints available from day one. The one piece Alibaba hasn&#8217;t delivered is the open-weight release it promised for the week of August 10.<\/p>\n<h2>What is Qwen3.8-Max?<\/h2>\n<p>Qwen3.8-Max is Alibaba&#8217;s new flagship model from the Qwen team, built on the architecture introduced with Qwen3.7-Max but scaled up and extended to multimodal input for the first time above the trillion-parameter mark. It is a sparse Mixture-of-Experts model with 2.4 trillion total parameters and roughly 95 billion active parameters per token, depending on which third-party reporting you read. The model supports a 1-million-token context window, broken down as 991K maximum input, 131K maximum output, and reasoning chains up to 262K. It accepts text, image, and video input and returns text output.<\/p>\n<h2>What did Alibaba ship at general availability?<\/h2>\n<p>The general availability release on August 3 closed three gaps that defined the preview three weeks earlier:<\/p>\n<ul>\n<li><strong>Benchmark table.<\/strong> Alibaba published a full four-way comparison against Claude Fable 5, GPT-5.6, and Claude Opus 4.8 covering agentic computer use, coding, reasoning, and instruction following.<\/li>\n<li><strong>Active parameter count.<\/strong> The model is described as a sparse MoE with approximately 95 billion active parameters per token, though this figure comes from third-party reporting rather than an Alibaba technical report.<\/li>\n<li><strong>Real per-token pricing.<\/strong> $2.00 per million input tokens and $6.00 per million output tokens on QwenCloud, with cached input as low as $0.17 per million tokens on explicit reads.<\/li>\n<\/ul>\n<p>It also added a day-one Anthropic Messages-compatible endpoint, so Claude Code and similar agent harnesses can switch to Qwen3.8-Max by repointing the ANTHROPIC_BASE_URL and setting ANTHROPIC_MODEL to qwen3.8-max, with no other workflow changes.<\/p>\n<h2>How does Qwen3.8-Max perform on benchmarks?<\/h2>\n<p>Alibaba&#8217;s published table gives Qwen3.8-Max a mixed but competitive record against the current frontier:<\/p>\n<ul>\n<li><strong>OSWorld-Verified:<\/strong> 86.1 (vs Claude Fable 5 at ~85.0, GPT-5.6 at 83.2; Claude Opus 4.8 not published)<\/li>\n<li><strong>PaperBench:<\/strong> 93.0 (vs Claude Fable 5 at 88.8, GPT-5.6 at 90.5, Claude Opus 4.8 at 80.3)<\/li>\n<li><strong>Terminal-Bench 2.1:<\/strong> 86.6 (vs Claude Fable 5 at 84.6, GPT-5.6 at 88.8, Claude Opus 4.8 at 84.6)<\/li>\n<li><strong>SWE-bench Pro:<\/strong> 67.7 (vs Claude Fable 5 at 80.0, GPT-5.6 at 64.6, Claude Opus 4.8 at 69.2)<\/li>\n<li><strong>GPQA Diamond:<\/strong> 92.6 (vs Claude Fable 5 at 92.6, GPT-5.6 at 94.1, Claude Opus 4.8 at 92.0)<\/li>\n<li><strong>IFBench:<\/strong> 82.8 (vs Claude Fable 5 at 63.5, GPT-5.6 at 72.7, Claude Opus 4.8 at 62.2)<\/li>\n<li><strong>HLE (Humanity&#8217;s Last Exam):<\/strong> 43.6 (vs Claude Fable 5 at 53.3, GPT-5.6 at 47.2, Claude Opus 4.8 at 45.7)<\/li>\n<\/ul>\n<p>The pattern is consistent. 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 Claude Fable 5 by 12 points on SWE-bench Pro, the harder professional coding benchmark. On broad-knowledge reasoning (HLE), it finishes last of the four models tested. Alibaba&#8217;s own Arena.ai citation puts Qwen3.8-Max at rank 5 on Text Arena, between four different Claude configurations.<\/p>\n<p>Every number in the benchmark table comes from Alibaba&#8217;s vendor-run evaluation. No independent evaluator such as Artificial Analysis or a third-party LMArena listing has copied the full table as of this writing.<\/p>\n<h2>What can Qwen3.8-Max actually do?<\/h2>\n<p>Alibaba is positioning Qwen3.8-Max less as a chatbot upgrade and more as an autonomous-agent flagship. The headline demonstration is oh-my-cli, a command-line agent framework the model built on its own: turning incoming requests into GitHub issues, claiming them through a state machine, writing code, running end-to-end tests, and merging 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. A live check of the repository showed 797 commits, 61 open issues, an Apache-2.0 license, and a commit merged shortly before publication, a more convincing agentic-coding demonstration than a static benchmark score.<\/p>\n<p>In research and competition tasks, Alibaba reports Qwen3.8-Max reproducing 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 paper&#8217;s method. In a separate 24-hour coding competition, the model&#8217;s entry reportedly beat 458 of 526 human teams, finishing in the 87th percentile.<\/p>\n<p>The model also processes documents past 200 pages and video past 100 hours using 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>How much does Qwen3.8-Max cost and where can it be used?<\/h2>\n<p>Qwen3.8-Max is priced at $2.00 per million input tokens and $6.00 per million output tokens on QwenCloud, with cached input as low as $0.17 per million tokens on explicit reads. That undercuts Kimi K3&#8217;s $3.00\/$15.00 pricing by a wide margin and roughly matches the prior Qwen3.7-Max rate card at $2.50\/$7.50, despite the jump in scale. Rate limits are 2 million tokens per minute and 15,000 requests per minute.<\/p>\n<p>Access runs through QwenCloud (model ID qwen3.8-max), Alibaba Cloud Model Studio&#8217;s international scope, and the Vercel AI Gateway at zero markup (alibaba\/qwen3.8-max). A day-one Anthropic Messages-compatible endpoint lets Claude Code workflows repoint ANTHROPIC_BASE_URL to Alibaba&#8217;s DashScope endpoint and set ANTHROPIC_MODEL to qwen3.8-max with no other changes, the cheapest way to run a side-by-side comparison against Claude models already in an existing agent harness.<\/p>\n<h2>Where are the open weights?<\/h2>\n<p>This 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, one day into that window, no repository has appeared for either model, and no license has been named. It remains an open question whether a Max-class open weight would ship under the permissive Apache-2.0 license used for smaller Qwen releases like Qwen3.6-27B, or something more restrictive. Until weights land, open_source: false is the accurate label for this model regardless of what has been promised.<\/p>\n<h2>What are the strengths and weaknesses of Qwen3.8-Max?<\/h2>\n<h3>Strengths<\/h3>\n<ul>\n<li>A real, checkable benchmark table replaces the preview&#8217;s unverified &#8220;second only to Fable 5&#8221; marketing line.<\/li>\n<li>Leads the four-way comparison on OSWorld-Verified, PaperBench, and IFBench.<\/li>\n<li>$2.00\/$6.00 pricing undercuts Kimi K3 by a wide margin while adding native multimodal input.<\/li>\n<li>A day-one Anthropic-compatible endpoint makes it a drop-in swap for Claude Code and similar agent harnesses.<\/li>\n<li>The oh-my-cli autonomous coding project is a live, ongoing, publicly auditable demonstration rather than a one-time benchmark run.<\/li>\n<\/ul>\n<h3>Weaknesses<\/h3>\n<ul>\n<li>Trails Claude Fable 5 by 12 points on SWE-bench Pro, the harder of the two coding benchmarks in Alibaba&#8217;s own table.<\/li>\n<li>Finishes last of four flagships on HLE, nearly 10 points behind Fable 5.<\/li>\n<li>Every benchmark number is vendor-run by Alibaba; no independent evaluator has copied the full table yet.<\/li>\n<li>Promised open weights for the week of August 10 haven&#8217;t shipped as of August 11, with no license confirmed.<\/li>\n<li>The 95 billion active-parameter figure comes from third-party reporting, not an Alibaba-published technical report or model card.<\/li>\n<\/ul>\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 the per-token cost of Kimi K3.<\/p>\n<h3>Does Qwen3.8-Max 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 Claude Fable 5 by 12 points on SWE-bench Pro and behind all three rivals on HLE. It is not a clean sweep in either direction.<\/p>\n<h2>Related coverage<\/h2>\n<ul>\n<li><a href=\"https:\/\/localseobot.ai\/blog\/alibaba-unveils-qwen3-8-max-2-4-trillion-parameter-ai-model\/\">Alibaba unveils Qwen3.8-Max, a 2.4 trillion parameter AI model<\/a><\/li>\n<\/ul>\n<p><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"headline\":\"Alibaba's Qwen3.8-Max Hits General Availability With 2.4T Parameters, Real Pricing, and a Missing Open-Weight \",\"description\":\"Qwen3.8-Max goes GA with a 2.4T-parameter MoE, 1M context, $2\/$6 pricing, and benchmark wins, but its open-weight release remains overdue.\",\"datePublished\":\"2026-08-15T23:55:29.644Z\",\"publisher\":{\"@type\":\"Organization\",\"name\":\"LocalSEOBot\"}},{\"@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 the per-token cost of Kimi K3.\"}},{\"@type\":\"Question\",\"name\":\"Does Qwen3.8-Max beat GPT-5.6 and Claude Fable 5?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It depends on the task. Alibaba's benchmark table shows Qwen3.8-Max ahead on OSWorld-Verified (86.1), PaperBench (93.0), and IFBench (82.8), but behind Claude Fable 5 by 12 points on SWE-bench Pro (67.7 vs 80.0) and behind all three rivals on HLE, where it scored 43.6.\"}}]}]}<\/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>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Qwen3.8-Max ships with benchmarks, $2\/$6 per-million-token pricing, and agentic demos, but the promised open weights for August 10 still haven&#8217;t landed.<\/p>\n","protected":false},"author":2,"featured_media":780,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-781","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-news"],"_links":{"self":[{"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/posts\/781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/comments?post=781"}],"version-history":[{"count":1,"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/posts\/781\/revisions"}],"predecessor-version":[{"id":782,"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/posts\/781\/revisions\/782"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/media\/780"}],"wp:attachment":[{"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/media?parent=781"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/categories?post=781"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/localseobot.ai\/blog\/wp-json\/wp\/v2\/tags?post=781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}