* 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
2.2 KiB
title | slug | date | authors | tags | hide_table_of_contents | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
v1.55.10 | v1.55.10 | 2024-12-24T10:00:00 |
|
|
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