--- language: en pipeline_tag: image-text-to-text tags: - mlx library_name: mlx --- # mlx-community/gemma-4-31B-it-qat-mxfp8 ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model mlx-community/gemma-4-31B-it-qat-mxfp8 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```