We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128d9a3 commit 212ca20Copy full SHA for 212ca20
docs/my-website/docs/proxy/request_headers.md
@@ -14,7 +14,7 @@ Special headers that are supported by LiteLLM.
14
15
`x-litellm-num-retries`: Optional[int]: The number of retries for the request.
16
17
-`x-litellm-spend-logs-metadata`: Optional[str]: JSON string containing custom metadata to include in spend logs. Example: `{"user_id": "12345", "project_id": "proj_abc", "request_type": "chat_completion"}`. [Learn More](./logging#tracking-spend-with-custom-metadata)
+`x-litellm-spend-logs-metadata`: Optional[str]: JSON string containing custom metadata to include in spend logs. Example: `{"user_id": "12345", "project_id": "proj_abc", "request_type": "chat_completion"}`. [Learn More](../proxy/enterprise#tracking-spend-with-custom-metadata)
18
19
## Anthropic Headers
20
0 commit comments