From 311fd0fae934e72e4db426ecc5c0597dc62e2b52 Mon Sep 17 00:00:00 2001 From: Milan Date: Mon, 18 May 2026 23:43:47 +0300 Subject: [PATCH] docs(vantage): add organization fields to FOCUS field mapping Document organization_id and organization_alias in Tags for Vantage export. Companion to BerriAI/litellm#28184. Co-authored-by: Cursor --- docs/observability/vantage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/observability/vantage.md b/docs/observability/vantage.md index 31b43a76c..974d37e38 100644 --- a/docs/observability/vantage.md +++ b/docs/observability/vantage.md @@ -129,8 +129,10 @@ LiteLLM spend data is transformed into the FOCUS 1.2 schema: | `api_key_alias` | BillingAccountName | Human-readable key alias | | `team_id` | SubAccountId | Team identifier | | `team_alias` | SubAccountName | Team name | +| `organization_id` | Tags | Organization identifier (resolved from API key or team) | +| `organization_alias` | Tags | Organization display name | -Additional metadata (user_id, model_group, etc.) is included in the `Tags` column as JSON. +Additional metadata (`user_id`, `user_email`, `model`, `model_group`, etc.) is also included in the `Tags` column as JSON. ## Upload Limits