Tools
LiteLLM 1.102.0-rc.1 deletes its legacy OCR pipeline and replaces it with six vendor adapters
The release candidate cut 2026-09-13 adds Azure Mistral (both a standard and a native-authentication variant), Azure Document Intelligence, Reducto legacy and v3, Vertex Mistral, and Vertex DeepSeek OCR adapters, and PR #40509 removes the old pipeline rather than deprecating it. Native OCR requests were also refactored to route through core. Builders pinning a LiteLLM proxy for document work need to check adapter names before upgrading, since the old path is gone in the same release the new one arrives.
Source
↳ Follow the thread