Vision-only weights extracted from
moonshotai/Kimi-K2.5 for use with MLX-based inference.
The vision encoder is identical to the one in
Kimi-VL-A3B.
The only difference is the projector output dimension (7168 for K2.5 vs 2048 for A3B),
which matches K2.5's text backbone hidden size.
These weights are designed to be loaded alongside the text-only
mlx-community/Kimi-K2.5
model to enable vision-language capabilities.
The vision encoder processes images into (N, 7168) embedding vectors that
replace media placeholder tokens in the text embedding stream.
1pip install safetensors huggingface_hub
2python extract_vision_weights.py --output-dir ./
Same license as the source model:
Kimi-K2.5 License