release notes

This commit is contained in:
Ishaan Jaff 2024-12-23 21:38:56 -08:00
parent 957fbc6dfb
commit 1f466ec9cf
3 changed files with 23 additions and 2 deletions

View File

@ -8,8 +8,8 @@ Covers Batches, Files
| Feature | Supported | Notes |
|-------|-------|-------|
| Supported Providers | OpenAI, Azure, Vertex | - |
| ✨ Cost Tracking | ✅ | Enterprise only |
| Logging | ✅ | works across all logging integrations |
| ✨ Cost Tracking | ✅ | LiteLLM Enterprise only |
| Logging | ✅ | Works across all logging integrations |
## Quick Start

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,21 @@
import Image from '@theme/IdealImage';
# v1.55.10
`batches`, `guardrails`, `cost tracking`, `logging`
<Image img={require('../../img/batches_cost_tracking.png')} />
## ✨ 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)
##