From f8f9e2299b66e33c49eeec9e22bebb9cebaf3fa1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 26 Jun 2025 07:58:23 -0700 Subject: [PATCH] docs latency headers --- docs/my-website/docs/proxy/response_headers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/response_headers.md b/docs/my-website/docs/proxy/response_headers.md index 32f09fab42..fa1ab9c430 100644 --- a/docs/my-website/docs/proxy/response_headers.md +++ b/docs/my-website/docs/proxy/response_headers.md @@ -32,7 +32,7 @@ These headers are useful for clients to understand the current rate limit status ## Latency Headers | Header | Type | Description | |--------|------|-------------| -| `x-litellm-response-duration-ms` | float | Total duration of the API response in milliseconds | +| `x-litellm-response-duration-ms` | float | Total duration from the moment that a request gets to LiteLLM Proxy to the moment it gets returned to the client. | | `x-litellm-overhead-duration-ms` | float | LiteLLM processing overhead in milliseconds | ## Retry, Fallback Headers