v1.89.2 - Cost Tracking & Model-List Fixes
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.89.2
pip install litellm==1.89.2
v1.89.2 is a patch release on top of v1.89.1. It hardens cost tracking around service_tier, corrects /v1/models listing for team and BYOK setups, and tightens vector-store access and OTEL error reporting.
What's Changed​
- fix(cost): stop a non-string
service_tierfrom silently dropping cost tracking - PR #30690 - fix(anthropic): price and surface the response
service_tierin cost tracking - PR #30558 - fix(proxy): list the public team model name in
/v1/models- PR #30588 - feat(proxy): add an opt-in
healthy_onlyfilter toGET /v1/models- PR #30130 - fix(proxy): resolve list-files credentials from team BYOK deployments - PR #30495
- fix(proxy): allow internal roles to access vector store CRUD routes - PR #30503
- fix(otel): record the full error message on the standard exception event in OTEL v2 - PR #30380
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.89.1...v1.89.2