Hugging Face has released Transformers v5.12.0, a new version of its open-source Python library for model definitions across text, vision, audio, and multimodal workloads.

The release was published on GitHub on June 12 and is also available on PyPI as version 5.12.0. For developers, the update is less about a single flagship model and more about expanding the set of architectures that can be loaded, tested, and integrated through the same Transformers interface.

The most notable addition is MiniMax-M3-VL, a vision-language model entry in the MiniMax-M3 family. Hugging Face's documentation describes it as pairing a CLIP-style vision tower with the MiniMax-M3 text backbone, including sparse attention components for multimodal processing.

The release also adds Parakeet speech model support, including documentation for Parakeet CTC and RNN-T variants. In practice, that gives speech developers another supported path for transcription-oriented models inside the broader Transformers ecosystem.

Hugging Face's release notes also list PP-OCRv6 documentation and test updates, along with smaller bug fixes and CI improvements. Those details make v5.12.0 a typical infrastructure release: not a new product launch, but a useful compatibility update for teams that rely on Transformers as the common layer between research checkpoints and production model code.

The update matters because model support in Transformers often determines how quickly developers can evaluate new architectures without writing custom loading or inference code. For AI teams tracking multimodal and speech models, v5.12.0 adds a few more pieces to that standard toolkit.