diff --git a/litellm/responses/main.py b/litellm/responses/main.py index 6f7e38dc8b..b83cfb6e3c 100644 --- a/litellm/responses/main.py +++ b/litellm/responses/main.py @@ -751,6 +751,7 @@ def responses( "aresponses": _is_async, "litellm_call_id": litellm_call_id, "metadata": metadata_for_callbacks, + "litellm_metadata": kwargs.get("litellm_metadata", {}), }, custom_llm_provider=custom_llm_provider, )