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 Max | Qwen 3.8 A95B | |
|---|---|---|
| Model id | Qwen/Qwen3.8-Max | Qwen/Qwen3.8-2.4T-A95B |
| Plan | Every plan and every credit pack | Every plan and every credit pack |
| Credits per input token | 0.165 | 0.2 |
| Credits per output token | 0.4951 | 0.6 |
| Reasoning | On every turn, switchable off | On every turn, no off switch |
| Image input | No | No |
| Tool calls | Native | Native |
| Size | 2.4T mixture of experts | 2.4T total, 95B active |
| Context | Not listed in our catalog | 262,144 tokens |
| Licence | Alibaba terms | Alibaba 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 doing | Pick | Why |
|---|---|---|
| Mixed everyday work, some easy turns | Qwen 3.8 Max | Cheaper per token and you can switch the reasoning off when the question is small. |
| Hard prompts only, every turn deserves a reasoning pass | Either, and Max is still cheaper | The price gap holds whether the reasoning runs or not. |
| Agent or coding loops | Qwen 3.8 Max | Both 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 served | Qwen 3.8 A95B | 2.4T total with 95B active, 262K context, the weights that went public in August 2026. |
| Anything with an image in it | Neither | Both refuse image input. GLM 5.3 Flash and Kimi K3 do not. |
Related reading
- How to run Qwen 3.8 without a GPU, the budget, the price and the setup
- Qwen 3.8 Max explained, the release itself
- How to run Qwen 3.8 27B locally, the Apache 2.0 one that fits on a card
- Kimi K3 vs DeepSeek V4, the same trade across families
Locally Uncensored is AGPL-3.0 licensed. Built by PurpleDoubleD. Bug reports and feature requests on GitHub Discussions or in the Discord.