--- license: mit language: - en - zh base_model: - zai-org/GLM-4-9B-0414 pipeline_tag: image-text-to-text library_name: transformers tags: - reasoning - mlx --- # mlx-community/GLM-4.1V-9B-Thinking-5bit This model was converted to MLX format from [`zai-org/GLM-4.1V-9B-Thinking`]() using mlx-vlm version **0.3.5**. Refer to the [original model card](https://huggingface.co/zai-org/GLM-4.1V-9B-Thinking) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model mlx-community/GLM-4.1V-9B-Thinking-5bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```