You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LiteLLM also returns the original response headers from the LLM provider. These headers are prefixed with llm_provider- to distinguish them from LiteLLM's headers.
However, I never see any llm_provider- prefix headers in response, the provider returns lots of additional headers like with x- in it, but they are all removed in the proxy response.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
according to https://docs.litellm.ai/docs/proxy/response_headers#response-headers-from-llm-providers
However, I never see any
llm_provider-
prefix headers in response, the provider returns lots of additional headers like withx-
in it, but they are all removed in the proxy response.Beta Was this translation helpful? Give feedback.
All reactions