- Is MIT really unrestricted?
- For the weights, yes. MIT grants use, modification, distribution and sale with attribution and no warranty, with no field-of-use restriction and no user threshold. What it does not do is settle your obligations under the EU AI Act, sectoral regulation, or your own customer contracts. Those attach to what you build rather than to what you downloaded.
- Should we use Flash or the 753B GLM-5.3?
- Flash, for most work. It is four points behind on Terminal-Bench 2.1, less than half the size, MIT rather than a bespoke licence, and it takes image input the flagship cannot. Move up to the 753B only when an eval on your own tasks shows the ceiling matters and legal has read the licence.
- What hardware does it need?
- 320B resident, shipped in FP8, with 18B active per token. That is a multi-GPU deployment but a reachable one, unlike the 753B flagship. Size against your p95 context and concurrency rather than a single-request demo, since a 300K context window is where these deployments run out of memory in production having been fine in testing.
- How does it compare to Qwen3.8-27B?
- Different shapes. Qwen3.8-27B is 27B dense under Apache 2.0 and fits on one card. Flash is 320B sparse under MIT and needs several. Both are permissively licensed and multimodal. If you have one accelerator the decision is already made; if you have a cluster, run both against your own tasks, because the published benchmarks do not use a common harness.
- Is 300K context real or extrapolated?
- 300,000 tokens is what the card documents as evaluated, alongside a 163,840 max output. We would still run a needle-style retrieval test at your actual context length before relying on it, as we would for any model. Published context and useful context are different numbers more often than vendors like to acknowledge.
- Can we fine-tune it?
- MIT permits it without restriction, and Unsloth is listed among the supported stacks, so the tooling path exists. The practical constraint is that fine-tuning a 320B sparse model is a serious undertaking. On most engagements retrieval and prompt work reach the same outcome for a fraction of the cost, and we would exhaust those first.