diff --git a/docs/my-website/docs/batches.md b/docs/my-website/docs/batches.md index a3f91a7664..2cd4a7c3ba 100644 --- a/docs/my-website/docs/batches.md +++ b/docs/my-website/docs/batches.md @@ -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 diff --git a/docs/my-website/img/batches_cost_tracking.png b/docs/my-website/img/batches_cost_tracking.png new file mode 100644 index 0000000000..e45991aa7f Binary files /dev/null and b/docs/my-website/img/batches_cost_tracking.png differ diff --git a/docs/my-website/release_notes/v1.55.10/index.md b/docs/my-website/release_notes/v1.55.10/index.md new file mode 100644 index 0000000000..1f1e794659 --- /dev/null +++ b/docs/my-website/release_notes/v1.55.10/index.md @@ -0,0 +1,21 @@ +import Image from '@theme/IdealImage'; + +# v1.55.10 + +`batches`, `guardrails`, `cost tracking`, `logging` + + + + +## ✨ 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) + +## + + +