Qwen3.8-Flash-Next is an open-weights, multimodal Mixture-of-Experts (MoE) language model that the developers describe as an early preview of the architecture planned for Qwen4. The design combines multimodal inputs with a MoE layout to improve performance under constrained compute.
Training scale and active capacity
According to the available information, the model was trained on 125 billion tokens. Because of the MoE structure, only 6 billion parameters are active at any given time, which can yield a noticeable efficiency and performance boost compared to a dense model of the same active size.
Community testing and quantized checkpoints
Community members have begun experimenting with the model using Unsloth-provided quantized weights on NVIDIA DGX Spark hardware. Two quantized checkpoints named in the reports are a 72.5 GB UD-IQ1_S build and a 78.9 GB UD-Q2_K_XL build.
Early outputs from these runs show multimodal generations: the UD-IQ1_S instance produced pelican-themed outputs in at least one user report, while UD-Q2_K_XL runs produced other mixed visual/text results. One user specifically highlighted an UD-Q2_K_XL output that demonstrated a higher level of reasoning effort (described as “xhigh” reasoning).
Why this matters
MoE architectures separate the total parameter count from the number of parameters active per forward pass, enabling larger model capacity without a proportional increase in runtime cost. Publicly available, quantized variants let researchers and engineers begin evaluating practical behavior, failure modes, and performance trade-offs ahead of Qwen4’s broader release.
Current status and next steps
Testing is ongoing; the shared notes do not include formal benchmarks or systematic comparisons with other models. Further community evaluations and more exhaustive testing will be needed to characterize real-world capabilities and limits.
Summary
Qwen3.8-Flash-Next is an open multimodal MoE model trained on 125 billion tokens with 6 billion active parameters per pass. Quantized community checkpoints (72.5 GB UD-IQ1_S and 78.9 GB UD-Q2_K_XL) have been run on NVIDIA DGX Spark systems and produced varied multimodal outputs, offering an early look at the architecture intended for Qwen4.



