From dd8219366a38e91f6b08e910f7837e05088c795d Mon Sep 17 00:00:00 2001 From: Tin Chi Lo Date: Fri, 21 Aug 2026 10:26:48 -0700 Subject: [PATCH] docs(ui): note team-token access and upstream logging on the capability join --- ui/litellm-dashboard/src/components/llm_calls/fetch_models.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/litellm-dashboard/src/components/llm_calls/fetch_models.tsx b/ui/litellm-dashboard/src/components/llm_calls/fetch_models.tsx index ab09793b320..ee58a776684 100644 --- a/ui/litellm-dashboard/src/components/llm_calls/fetch_models.tsx +++ b/ui/litellm-dashboard/src/components/llm_calls/fetch_models.tsx @@ -22,6 +22,8 @@ interface AvailableModel { /** * /models carries no capability metadata, so the team-allowed names are joined against * /model_group/info; a name without a group entry keeps every capability field absent (unknown). + * The group-info endpoint serves team-scoped tokens (row-filtered, verified live), and a failed + * fetch is console.error'd by fetchAvailableModels before the empty fallback here. */ export const fetchAvailableModelsForTeam = async (accessToken: string, teamId: string): Promise => { const [response, groups] = await Promise.all([