Transformers v5.13.0 adds Kimi K2.7, MiMo-V2-Flash and unified export path

Hugging Face shipped Transformers v5.13.0, a substantial release that expands model coverage and, more importantly, standardizes deployment. On models, it added Kimi K2.5/2.6/2.7 multimodal agentic models, MiMo-V2-Flash MoE (256K context), Zyphra's ZAYA MoE, speech models Nemotron 3.5 ASR and Qwen3 ASR, and vision models VideoPrism, RADIO and MiniCPM3 — a lineup heavy on Chinese and open-weight entrants, reflecting where the open ecosystem's energy is.
The headline engineering change is a unified HfExporter path targeting PyTorch, ONNX and ExecuTorch from a single interface. That required breaking modeling refactors standardizing how layers are declared for export compatibility — a real cost for maintainers, but one that pays off by making the same model deployable across training frameworks, cloud inference and on-device (ExecuTorch) runtimes without bespoke conversion work.
Why it matters: deployment fragmentation has been a chronic tax on shipping open models to production. A single export path that reaches server (ONNX) and edge (ExecuTorch) lowers the barrier to running open-weight models on owned or on-device infrastructure — directly enabling the cost-driven migration to cheaper models that Hugging Face is otherwise documenting.
The caveat is the breaking refactor: teams pinning older Transformers versions or relying on custom layer declarations will need to update, and 'breaking modeling refactors' in a widely-used library ripples across the ecosystem. Watch adoption of HfExporter versus incumbent paths like native ONNX export, and whether the ExecuTorch target gains traction as on-device models (r/LocalLLaMA's 'Mythos-class on consumer hardware in ~2 years' thread) become a bigger use case.