v1.84.7 - Claude Fable 5 & Batch File Authorization
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.84.7
pip install litellm==1.84.7
v1.84.7 is a patch release on top of v1.84.6. It adds Claude Fable 5 across Anthropic, Bedrock, Vertex AI, and Azure AI, 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
- fix(proxy): authorize batch files using upload
target_model_names(LIT-3593) - PR #30009
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.84.6...v1.84.7