Release watch: Qwen3.8
On 2026-08-03 the Qwen team announced Qwen3.8 and promised something unprecedented for the family: open weights for a Max-class model, alongside a new 27B, both due in the week beginning 2026-08-10. As of the date at the top of this page, no Qwen3.8 weights exist anywhere official. The Max model is real but API-only, and every repository we opened in our 2026-08-09 search of the main public hub using the Qwen3.8 name was a placeholder or a rebadged model from someone else. This page holds the verified state of the release, first measurements of the API model including a budget behavior that will matter to anyone calling it, and the exact battery we will run against the real weights on the day they land. It updates with dated entries and it does not speculate: where a fact is a vendor's promise rather than a shipped artifact, it is labeled as one.
What exists, verified
Each row carries exactly one status label. Shipped and verified means we saw the actual weight files at a named revision with a license. API only means the model answers requests but no weights exist. Announced means a vendor promise with no artifact. Not official means artifacts exist under the name but none come from the maker. A repository name is never proof of a release.
| Model | Status | Evidence, checked 2026-08-09 |
|---|---|---|
| Qwen3.8-Max | API only | Live since 2026-08-03 on Alibaba Cloud Model Studio and on aggregators. We measured it (section 03). Announced at 2.4 trillion total parameters; the active-parameter count circulating in press coverage has not been vendor-confirmed. |
| Qwen3.8-Max open weights | Announced | Promised for the week of 2026-08-10 on Hugging Face and ModelScope. No repository under the official Qwen organization as of the check date. License undisclosed. |
| Qwen3.8-27B | Announced | Named in the 2026-08-03 announcement as a companion open release. No parameters, architecture, context, or license published anywhere official. |
| Any "Qwen3.8" hub repo today | Not official | Every repository we found using the name is third-party: placeholder cards with no weight tensors, or small models rebadged with the 3.8 name. Section 02. |
| Qwen3.7 family | API only | Max, Plus and Flash tiers serve on the official API and aggregators. The vendor states they are proprietary; no 3.7 weights have ever shipped. |
| Qwen3.6-27B and 35B | Shipped and verified | Still the newest open Qwen weights: file trees confirmed on the official organization, Apache 2.0 license files present. |
One unverified report claims the coming weights will carry geographic license restrictions. It is a single source and corroborated nowhere; we treat it as rumor until the license file exists, and note it only so its later appearance or absence is on the record.
The name-squat hazard, before the weights exist
Within days of the announcement, and before any real weights, repositories using the Qwen3.8 name appeared on public model hubs under third-party accounts. The ones we examined fall into two shapes: placeholder cards that describe planned quantizations but contain no weight tensors at all, and rebadges, where a small model distilled from or unrelated to the announced ones circulates under the 3.8 name. Secondary articles have already cited some of these as if they were releases. The two are different hazards with the same conclusion: an empty card cannot be a release, and real tensor files under the name are still someone else's model, not the announced Max or 27B.
When the drop happens, the safe path is boring: take the repository link from the Qwen team's own announcement channels, or the official organization page directly, confirm the license file is present, confirm the weight shards are actually there with sizes that make sense for the stated parameter count, and verify checksums after downloading. We will link the verified repositories from this page the day they exist, with revisions and sizes as we confirm them.
First measurements of the API model
On 2026-08-09 we ran a fixed fifteen-call battery against Qwen3.8-Max through one aggregator route (OpenRouter), with every raw request and response body retained. This is one serving route on one afternoon, one to three calls per cell: diagnostics, not a benchmark. Total cost of the whole battery: seven cents, at the listed two dollars per million input tokens and six per million output.
The quick facts first. Asked what it is, the model answered "Qwen, also known as Tongyi Qianwen," built by Alibaba's Tongyi Lab. It solved the classic bat-and-ball trap correctly, produced a correct interval-merging function with three test assertions including the empty-list edge case, returned schema-conforming JSON on all three attempts, and passed our honesty probe cleanly: asked to summarize a file we never provided and report a score on a benchmark that does not exist, it said it had no such file and could not state the score, and asked for the data instead of inventing either.
The finding that will matter to anyone building on it: the model thinks by default, its thinking bills as output tokens inside your token cap, and it will happily spend your entire cap thinking and hand back an empty answer. This is a family trait we know well from serving two Qwen3.5 models locally (their field card is linked below), and it is fully present on this frontier API route:
| Request | Token cap | Thinking spent | Visible answer |
|---|---|---|---|
| Hourglass puzzle | 60 | 60 | empty |
| Hourglass puzzle | 500 | 500 | empty |
| Hourglass puzzle | 2,000 | 2,000 | empty |
| 300-word story, three attempts | 1,200 | 1,200 each | empty, all three |
| Structured JSON ask | 800 | 416 to 467 | complete |
| Hourglass, effort set low | 4,000 | 999 | complete and correct |
| Hourglass, effort set to the top level | 4,000 | 1,100 | complete and correct |
Token caps are the request's max-tokens value on this route, which covers thinking plus the visible answer. "Thinking spent" is the reasoning-token count the API reported back. Every empty row finished with the length stop reason: the cap ran out before the first visible word.
Read the middle rows carefully: a medium reasoning puzzle exhausted a 2,000-token cap without producing one visible word, and a simple story request burned 1,200 tokens of thinking three times in a row and never wrote the story. The practical rule we use locally holds here: give thinking Qwens thousands of tokens of headroom, or use the effort control, and treat an empty answer with a length stop as a budget failure, not a model refusal. You pay for the thinking either way: our three empty story attempts cost more than the completed effort-controlled runs that actually answered.
End-to-end latency on this route, for scale: about three to five seconds for a short factual answer, about twelve for the JSON asks, about twenty-five to forty-six seconds when thinking runs long. Wall-clock through an aggregator, labeled as such.
What we will do the day the weights land
This machine already serves two Qwen3.5 mixture-of-experts models on one 32 GB graphics card, so the absorption path is rehearsed, and the runbook is written before the release rather than after. In order:
- Verify before downloading. Official repository, license file read, architecture string from the config, shard list with sizes. If the architecture is new to the runtimes, we say plainly that it does not run locally yet and track the support work instead of forcing it.
- Feasibility before the big one. The 27B-class model is a routine download. A Max-class open release is not: we compute storage, memory and rollback from the actual file listing first. We have run a model far larger than system memory before, streaming from disk, so "too big to be sensible" is a measurement question here, not a reflex. Loadable, able to generate, worth studying, and worth recommending are four different findings and we will label which one we reached.
- Checksums, then a first safe load at conservative settings, nothing else running.
- The same fixed battery we run on every model: identity and file accounting, load and memory placement, warm speed medians, the thinking-budget map from section 03 run locally with identical prompts, the reasoning toggle, tool calls, structured output, an honesty probe, and a long-context retrieval check. Same prompts as the API run above, so local-versus-hosted lands on day one with nothing invented.
- This page updates the same day, dated, with whatever we actually measured and nothing more.
Where this page comes from
Graphometer runs the current Qwen generation for real: the Qwen3.5 122B and 397B serve on one desktop here, measured in a field card whose numbers trace to dated recorded runs, including a speculative-decoding gate trap that the guides we used while serving those models do not call out. That working familiarity is the lens for this page: we are not previewing benchmarks, we are preparing to operate the new models and to publish what operating them is actually like.
Updates
| 2026-08-09 | Page created. Status verified against the official organization pages, the announcement coverage, aggregator APIs and runtime repositories; nothing shipped yet. API battery run and recorded (section 03). |
|---|
Every existence claim on this page is dated. If today is later than the newest row above, treat the status table as unverified since that date and check the official organization directly.
Sources
- The Qwen team's 2026-08-03 announcement and the official Qwen organization on Hugging Face, checked 2026-08-09: no Qwen3.8 repositories under the official organization as of that date. ModelScope, the other named release venue, could not be enumerated from here, and no official 3.8 listing there surfaced through secondary sources either; we will check it directly when the drop lands.
- OpenRouter's public model API, 2026-08-09: Qwen3.8-Max listed at a one-million-token context, two dollars per million input and six per million output.
- Our fifteen-call recorded battery against Qwen3.8-Max via OpenRouter, 2026-08-09: raw request and response bodies, a per-call summary table, and spend accounting are project records that can be produced if questioned.
- Runtime repositories (llama.cpp, vLLM, SGLang, Ollama), checked 2026-08-09: Qwen3.5 support is merged and shipping; no merged Qwen3.8 support in those repositories as of that date.
- The Qwen3.5 pair field card on this site for the local serving record this page builds on.
Vendor claims on this page are labeled as claims. Model names and trademarks belong to their owners. This page contains no scripts, no tracking and no cookies, like the rest of this site.