litellm-mirror/docs/my-website/release_notes/v1.55.10/index.md
Krish Dholakia 792ee079c2
Litellm 04 05 2025 release notes (#9785)
* docs: update docs

* docs: additional cleanup

* docs(index.md): add initial links

* docs: more doc updates

* docs(index.md): add more links

* docs(files.md): add gemini files API to docs

* docs(index.md): add more docs

* docs: more docs

* docs: update docs
2025-04-06 09:03:51 -07:00

2.2 KiB

title slug date authors tags hide_table_of_contents
v1.55.10 v1.55.10 2024-12-24T10:00:00
name title url image_url
Krrish Dholakia CEO, LiteLLM https://www.linkedin.com/in/krish-d/ 1737327772
name title url image_url
Ishaan Jaffer CTO, LiteLLM https://www.linkedin.com/in/reffajnaahsi/ 1675971026
batches
guardrails
team management
custom auth
false

import Image from '@theme/IdealImage';

v1.55.10

batches, guardrails, team management, custom auth

<Image img={require('../../img/batches_cost_tracking.png')} />


:::info

Get a free 7-day LiteLLM Enterprise trial here. Start here

No call needed

:::

Cost Tracking, Logging for Batches API (/batches)

Track cost, usage for Batch Creation Jobs. Start here

/guardrails/list endpoint

Show available guardrails to users. Start here

Allow teams to add models

This enables team admins to call their own finetuned models via litellm proxy. Start here

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

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