From 03a06e4aa48b941f1c14b8dd571606ea57df2136 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 22 Mar 2025 19:38:54 -0700 Subject: [PATCH] docs(index.md): document new standard logging payload param --- docs/my-website/docs/proxy/logging_spec.md | 1 + docs/my-website/release_notes/v1.63.14/index.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/logging_spec.md b/docs/my-website/docs/proxy/logging_spec.md index 7da937e565a..b314dd350b6 100644 --- a/docs/my-website/docs/proxy/logging_spec.md +++ b/docs/my-website/docs/proxy/logging_spec.md @@ -79,6 +79,7 @@ Inherits from `StandardLoggingUserAPIKeyMetadata` and adds: | `response_cost` | `Optional[str]` | Optional response cost | | `additional_headers` | `Optional[StandardLoggingAdditionalHeaders]` | Additional headers | | `batch_models` | `Optional[List[str]]` | Only set for Batches API. Lists the models used for cost calculation | +| `litellm_model_name` | `Optional[str]` | Model name sent in request | ## StandardLoggingModelInformation diff --git a/docs/my-website/release_notes/v1.63.14/index.md b/docs/my-website/release_notes/v1.63.14/index.md index 081e8a54f06..564687606c3 100644 --- a/docs/my-website/release_notes/v1.63.14/index.md +++ b/docs/my-website/release_notes/v1.63.14/index.md @@ -100,8 +100,8 @@ https://github.com/BerriAI/litellm/pull/9363 - fix invalid package import - [PR](https://github.com/BerriAI/litellm/pull/9338) - migrate to using standardloggingpayload for metadata, ensures spans land successfully - [PR](https://github.com/BerriAI/litellm/pull/9338) - fix logging to just log the LLM I/O - [PR](https://github.com/BerriAI/litellm/pull/9353) - - key/team based logging support - [PR](https://github.com/BerriAI/litellm/pull/9353) -- StandardLoggingPayload - Log litellm_model_name in payload. Allows knowing what the model sent to API provider was - [PR](https://github.com/BerriAI/litellm/commit/a34cc2031dbebf9d0d26f9f96724cca37b690c57) + - Dynamic API Key/Space param support - [Get Started](../../docs/observability/arize_integration#pass-arize-spacekey-per-request) +- StandardLoggingPayload - Log litellm_model_name in payload. Allows knowing what the model sent to API provider was - [Get Started](../../docs/proxy/logging_spec#standardlogginghiddenparams) - Prompt Management - Allow building custom prompt management integration - https://github.com/BerriAI/litellm/pull/9384 ## Performance / Reliability improvements