Xinference v3.2.0 发布:新增多模型支持与副本扩展功能
原标题:v3.2.0
AI 摘要
Xinference 发布 v3.2.0 版本,新增多项功能,包括在 /v1/chat/completions 中支持 logprobs、支持部署 R3-embedding-0.6b 和 R3-rerank-0.6b 模型、支持 jina-reranker-v3.5 的 listwise API、OCR API 支持 PDF 输入、新增 DeepDoc OCR 模型、支持 minimax-m3 模型、支持按副本扩展运行中的模型、支持 Wan2.2 Animate 2 视频模型、MiniMax-H3 和 Ling 3.0 模型等。此外,还增强了 WebUI 的副本放置控制、运行模型副本缩放、每副本资源显示,并修复了多个 bug,如并发下载时的崩溃、审计中心文本过滤器无结果等问题。
正文节选
# What's new in 3.2.0 (2026-08-15) These are the changes in inference v3.2.0. ## New features * feat(llm): surface logprobs in /v1/chat/completions by @SuperMarioYL in https://github.com/xorbitsai/inference/pull/5252 * feat: support deploying R3-embedding-0.6b and R3-rerank-0.6b models by @xiaoyesoso in https://github.com/xorbitsai/inference/pull/5272 * feat(rerank): support jina-reranker-v3.5 with its native listwise API by @xiaoyesoso in https://github.com/xorbitsai/inference/pull/5269 * feat: