September 7, 2026 · 6 min read

Qwen 3.8 Max vs Qwen 3.8 A95B, explained

These two sit next to each other in the model picker and nothing in the names tells you which to take. Neither replaces the other, which is why both are there. The difference that decides it is the thinking switch, and it takes one paragraph to explain, so here it is before the table.

Qwen 3.8 Max lets you turn the reasoning off. Qwen 3.8 A95B does not. On Max that switch is roughly a twenty times cost lever on a short question. On A95B, asking for it comes back as an error. Everything else between them is small.

Side by side

Qwen 3.8 MaxQwen 3.8 A95B
Model idQwen/Qwen3.8-MaxQwen/Qwen3.8-2.4T-A95B
PlanEvery plan and every credit packEvery plan and every credit pack
Credits per input token0.1650.2
Credits per output token0.49510.6
ReasoningOn every turn, switchable offOn every turn, no off switch
Image inputNoNo
Tool callsNativeNative
Size2.4T mixture of experts2.4T total, 95B active
ContextNot listed in our catalog262,144 tokens
LicenceAlibaba termsAlibaba terms, not Apache

The thinking switch, in detail

Both models reason on every turn by default. That is fine when you asked something hard and it is pure waste when you asked what year something shipped, because a reasoning pass is output tokens and output tokens are the bill.

On Qwen 3.8 Max the switch works, but not through the field everyone else uses. Reasoning effort does nothing here. We measured a short question at 109 output tokens with the effort field set and 126 with it set to none, so it reasoned more when told to stop. The chat template flag is the one that lands: the same question drops from 109 tokens to 4, with an identical answer. Our proxy sends the flag that works, so the toggle in the Studio does what the label says.

On Qwen 3.8 A95B there is no switch at all. Reasoning effort is accepted and ignored, and the chat template flag comes back as a 400 with the message that disabling thinking is not supported. So the model always thinks, you always pay for it, and any client that tries to turn it off breaks the turn rather than saving anything.

So Max is the one we point people at on this pair. It is the cheaper token and it is the one you can make quiet.

Neither of them sees pictures

Worth stating because the family reputation says otherwise. Both entries refuse image input at the API layer. If your prompt has a screenshot in it, look at GLM 5.3 Flash or Kimi K3 instead, both of which take images and both of which sit in the same picker.

If you would rather hold those weights yourself, LU Labs has the hardware math for how to run GLM-5.3 locally, flagship and Flash.

The licence question

The A95B weights went public in August 2026 and it is easy to assume that means Apache 2.0. It does not. The repository carries Alibaba's own terms, and in the same wave only the small 27B checkpoint is Apache 2.0. If licensing is what you are choosing on, read the actual terms rather than the family reputation, and if you want the permissive one, the 27B is the model you want and it runs at home. That path is in how to run Qwen 3.8 27B locally.

Which to pick

What you are doingPickWhy
Mixed everyday work, some easy turnsQwen 3.8 MaxCheaper per token and you can switch the reasoning off when the question is small.
Hard prompts only, every turn deserves a reasoning passEither, and Max is still cheaperThe price gap holds whether the reasoning runs or not.
Agent or coding loopsQwen 3.8 MaxBoth call tools natively, loops emit a lot of tokens, and only one of them can be told to stop thinking between steps.
You specifically want the open checkpoint servedQwen 3.8 A95B2.4T total with 95B active, 262K context, the weights that went public in August 2026.
Anything with an image in itNeitherBoth refuse image input. GLM 5.3 Flash and Kimi K3 do not.

Related reading


Locally Uncensored is AGPL-3.0 licensed. Built by PurpleDoubleD. Bug reports and feature requests on GitHub Discussions or in the Discord.

Both Qwen 3.8 entries sit in the same picker on every plan, one click apart.

Compare them on LU Labs