---
library_name: vllm
language:
- en
- fr
- es
- de
- it
- pt
- nl
- zh
- ja
- ko
- ar
license: apache-2.0
inference: false
base_model:
- mistralai/Ministral-3-14B-Base-2512
extra_gated_description: If you want to learn more about how we process your personal
data, please read our Privacy Policy.
tags:
- mistral-common
- mlx
- mxfp8
---
# Foxtr0t/Ministral-3-14B-Reasoning-2512-mlx-mxfp8
This model was converted to MLX format from [`mistralai/Ministral-3-14B-Reasoning-2512`](https://huggingface.co/mistralai/Ministral-3-14B-Reasoning-2512) using mlx-vlm version **0.3.11**.
Refer to the [original model card](https://huggingface.co/mistralai/Ministral-3-14B-Reasoning-2512) for more details on the model.
## Parameter fix
LM Studio can't load this `mxfp8` model properly right now.
Will submit PR soon.
## Use with mlx
```bash
pip install -U mlx-vlm
```
```bash
python -m mlx_vlm.generate --model Foxtr0t/Ministral-3-14B-Reasoning-2512-mlx-mxfp8 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image
```