---
language: en
library_name: mlx
tags:
- quantized
- mlx
base_model:
- Qwen/Qwen3.8-Flash-Next
base_model_relation: quantized
pipeline_tag: image-text-to-text
---
# Qwen3.8-Flash-Next
See Qwen3.8-Flash-Next in action: [demonstration videos](https://youtube.com/xcreate)
#### Tested on a M3 Ultra using [Inferencer app](https://inferencer.com)
| Multimodal inference | ~33.6 tokens/s ~189.6 GiB |


Q9-bit quant typically achieves near lossless accuracy
| Quantization (bpw) | Perplexity | Token Accuracy | Missed Divergence |
| Q3.5 | 168.0 | 43.45% | 72.57% |
| Q4.5 | 1.33593 | 91.65% | 17.28% |
| Q5.5 | 1.23437 | 95.05% | 17.28% |
| Q6.5 | 1.21875 | 96.65% | 12.03% |
| Q8.5 | 1.21875 | 97.65% | 9.92% |
| Q9 | 1.20312 | 97.80% | 9.60% |
| Base | 1.20312 | 100% | 0.000% |
- Perplexity: Measures the confidence for predicting base tokens (lower is better)
- Token Accuracy: The percentage of correctly generated base tokens
- Missed Divergence: Measures severity of misses; how much the token was missed by
##### Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx)
##### For more details see [demonstration videos](https://youtube.com/xcreate) or visit [Qwen3.8-Flash-Next](https://huggingface.co/Qwen/Qwen3.8-Flash-Next).
## Disclaimer
We are not the creator, originator, or owner of any model listed. Each model is created and provided by third parties. Models may not always be accurate or contextually appropriate. You are responsible for verifying the information before making important decisions. We are not liable for any damages, losses, or issues arising from its use, including data loss or inaccuracies in AI-generated content.