--- pipeline_tag: image-text-to-text library_name: transformers base_model: - moonshotai/Kimi-VL-A3B-Instruct base_model_relation: merge language: - multilingual tags: - kimi - custom_code - mlx - multimodal - reasoning license: mit --- # mlx-community/Kimi-VL-A3B-Thinking-4bit This model was converted to MLX format from [`moonshotai/Kimi-VL-A3B-Thinking`]() using mlx-vlm version **0.1.23**. Refer to the [original model card](https://huggingface.co/moonshotai/Kimi-VL-A3B-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/Kimi-VL-A3B-Thinking-4bit --max-tokens 1024 --temperature 0.6 --prompt "Describe this image." --image ```