v2.2.0

xorbitsai/inferencev2.2.0Feb 28, 2026by XprobeBot

AI Summary

This release adds support for DeepSeek V3.1 tool parser, introduces new model support including Kimi-K2.5, MiniMax-M2.5, and glm-5, and fixes various bugs.

Key Highlights

  • Add DeepSeek V3.1 tool parser
  • Support Kimi-K2.5, MiniMax-M2.5, and glm-5 models
  • Support glm-5 and kimi-k2.5 for vllm
  • Support qwen3.5 for vllm

New Features

  • Add DeepSeek V3.1 tool parser and update chat template
  • Support Kimi-K2.5
  • Support MiniMax-M2.5
  • Support glm-5
  • Support qwen3.5
  • Support glm-5 and kimi-k2.5 for vllm

Full Release Notes

# What's new in 2.2.0 (2026-02-28)
These are the changes in inference v2.2.0.
## New features
* FEAT: Add DeepSeek V3.1 tool parser and update chat template (#4611) by @amumu96 in https://github.com/xorbitsai/inference/pull/4619
* FEAT: [model] Kimi-K2.5 support by @XprobeBot in https://github.com/xorbitsai/inference/pull/4631
* FEAT: [model] MiniMax-M2.5 support by @XprobeBot in https://github.com/xorbitsai/inference/pull/4630
* FEAT: [model] glm-5 support by @llyycchhee in https://github.com/xorbitsai/inference/pull/4638
* FEAT: [model] qwen3.5 support by @llyycchhee in https://github.com/xorbitsai/inference/pull/4639
* FEAT:  support glm-5 and kimi-k2.5 for vllm by @llyycchhee in https://github.com/xorbitsai/inference/pull/4642
## Enhancements
* ENH: update model "Deepseek-V3.1" JSON by @amumu96 in https://github.com/xorbitsai/inference/pull/4621
## Bug fixes
* BUG: Fix create_image_edits method for multiple files handling by @lazariv in https://github.com/xorbitsai/inference/pull/4610
* BUG: replace 55 bare excepts with except Exception by @haosenwang1018 in https://github.com/xorbitsai/inference/pull/4624
## Documentation
* DOC: update v2.1.0 doc by @qinxuye in https://github.com/xorbitsai/inference/pull/4608
* DOC: add docker pulls in readme by @qinxuye in https://github.com/xorbitsai/inference/pull/4614

## New Contributors
* @haosenwang1018 made their first contribution in https://github.com/xorbitsai/inference/pull/4624

**Full Changelog**: https://github.com/xorbitsai/inference/compare/v2.1.0...v2.2.0