v1.85.5 - Claude Fable 5, CrowdStrike AIDR & Batch File Auth
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.85.5
pip install litellm==1.85.5
v1.85.5 is a patch release on top of v1.85.4. It adds Claude Fable 5, backports the CrowdStrike AIDR identity capture and follow-up fix, and authorizes batch files using the upload target_model_names.
What's Changed​
- feat: add Claude Fable 5 across Anthropic, Bedrock, Vertex AI, and Azure AI - PR #30064
- feat(guardrails): capture CrowdStrike AIDR user and model metadata - PR #29517
- fix(guardrails): read CrowdStrike AIDR identity from both metadata bags - PR #29991
- fix(proxy): authorize batch files using upload
target_model_names(LIT-3593) - PR #30009
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.85.4...v1.85.5