mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
* fix(model_hub.tsx): clarify cost in model hub is per 1m tokens * docs: test blog * docs: improve release note docs * docs(docs/): new stable release doc * docs(docs/): specify date in all posts * docs(docs/): add git diff to stable release docs
61 lines
2.2 KiB
Markdown
61 lines
2.2 KiB
Markdown
---
|
|
title: v1.55.10
|
|
slug: v1.55.10
|
|
date: 2024-12-24T10:00:00
|
|
authors:
|
|
- name: Krrish Dholakia
|
|
title: CEO, LiteLLM
|
|
url: https://www.linkedin.com/in/krish-d/
|
|
image_url: https://media.licdn.com/dms/image/v2/C5103AQHYMXJfHTf4Ng/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1517455593871?e=1741824000&v=beta&t=udmat6jS-s3EQZp1DTykf7NZmf-3sefD_I9B1aMjE5Y
|
|
- name: Ishaan Jaffer
|
|
title: CTO, LiteLLM
|
|
url: https://www.linkedin.com/in/reffajnaahsi/
|
|
image_url: https://media.licdn.com/dms/image/v2/D4D03AQGiM7ZrUwqu_Q/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1675971026692?e=1741824000&v=beta&t=eQnRdXPJo4eiINWTZARoYTfqh064pgZ-E21pQTSy8jc
|
|
tags: [batches, guardrails, team management, custom auth]
|
|
hide_table_of_contents: false
|
|
---
|
|
|
|
import Image from '@theme/IdealImage';
|
|
|
|
# v1.55.10
|
|
|
|
`batches`, `guardrails`, `team management`, `custom auth`
|
|
|
|
|
|
<Image img={require('../../img/batches_cost_tracking.png')} />
|
|
|
|
<br/>
|
|
|
|
:::info
|
|
|
|
Get a free 7-day LiteLLM Enterprise trial here. [Start here](https://www.litellm.ai/#trial)
|
|
|
|
**No call needed**
|
|
|
|
:::
|
|
|
|
## ✨ Cost Tracking, Logging for Batches API (`/batches`)
|
|
|
|
Track cost, usage for Batch Creation Jobs. [Start here](https://docs.litellm.ai/docs/batches)
|
|
|
|
## ✨ `/guardrails/list` endpoint
|
|
|
|
Show available guardrails to users. [Start here](https://litellm-api.up.railway.app/#/Guardrails)
|
|
|
|
|
|
## ✨ Allow teams to add models
|
|
|
|
This enables team admins to call their own finetuned models via litellm proxy. [Start here](https://docs.litellm.ai/docs/proxy/team_model_add)
|
|
|
|
|
|
## ✨ Common checks for custom auth
|
|
|
|
Calling the internal common_checks function in custom auth is now enforced as an enterprise feature. This allows admins to use litellm's default budget/auth checks within their custom auth implementation. [Start here](https://docs.litellm.ai/docs/proxy/virtual_keys#custom-auth)
|
|
|
|
|
|
## ✨ Assigning team admins
|
|
|
|
Team admins is graduating from beta and moving to our enterprise tier. This allows proxy admins to allow others to manage keys/models for their own teams (useful for projects in production). [Start here](https://docs.litellm.ai/docs/proxy/virtual_keys#restricting-key-generation)
|
|
|
|
|
|
|