litellm/ui/litellm-dashboard/src/components
Ishaan Jaff b651012fdc
[fix] UI playground - allow custom model name as option[0] (#17892)
* fix: move custom model to top

* fix test
2025-12-12 12:00:23 -08:00
..
add_model Fix flanky tests (#17665) 2025-12-08 12:21:26 -08:00
agent_management [Feat] UI - Agent Gateway - set allowed agents by key, team (#17511) 2025-12-04 16:31:17 -08:00
agents [Feat] Agent Gateway - allow adding langgraph, bedrock agent core agents (#17802) 2025-12-10 19:13:50 -08:00
alerting removed unused imports 2025-10-10 10:25:00 -07:00
atoms added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
budgets [Infra] Building UI for Testing (#16968) 2025-11-22 09:04:55 -08:00
cache_settings [Feature] UI - Model Compare (#16855) 2025-11-19 19:07:11 -08:00
common_components Rearrange Links UI 2025-12-11 20:23:02 -08:00
CostTrackingSettings ui new build 2025-10-16 20:32:51 -07:00
edit_auto_router [Feature] UI - Model Compare (#16855) 2025-11-19 19:07:11 -08:00
edit_model removing unused imports 2025-10-10 10:24:57 -07:00
email_events removing unused imports 2025-10-10 10:24:57 -07:00
EntityUsageExport Agent Usage UI 2025-12-10 15:46:22 -08:00
guardrails feat: add regex-based tool_name/tool_type matching for tool-permission (#17164) 2025-11-27 21:26:27 -08:00
key_team_helpers Create Team Model Dropdown fix 2025-12-11 10:16:42 -08:00
mcp_server_management [MCP Gateway] Backend - Allow storing allowed tools by team/key (#15243) 2025-10-06 18:49:32 -07:00
mcp_tools UI MCP Test Tool Fix 2025-12-06 11:18:48 -08:00
model_add Change credentials to use react-query 2025-12-03 22:08:41 -08:00
model_dashboard Remove second scrollbar when sidebar is expanded + tooltip z index 2025-12-03 12:14:48 -08:00
model_metrics removing unused imports 2025-10-10 10:24:57 -07:00
molecules Merge conflicts 2025-11-26 09:08:17 -08:00
organisms [Feat] UI - Agent Gateway - set allowed agents by key, team (#17511) 2025-12-04 16:31:17 -08:00
organization Fix select in edit membership 2025-12-04 21:59:43 -08:00
permissions [Feat] UI - Agent Gateway - set allowed agents by key, team (#17511) 2025-12-04 16:31:17 -08:00
playground [fix] UI playground - allow custom model name as option[0] (#17892) 2025-12-12 12:00:23 -08:00
prompts [Feat] UI - Show "get code" section for prompt management + minor polish of showing version history (#16941) 2025-11-21 14:00:33 -08:00
router_settings [Feature] UI - Cache Settings Redis Add Semantic Cache Settings (#16398) 2025-11-08 10:09:49 -08:00
search_tools Rearrange Links UI 2025-12-11 20:23:02 -08:00
Settings UI Settings Frontend 2025-12-08 21:12:43 -08:00
shared Change usage page to have a parent date picker (#16264) 2025-11-07 10:00:37 -08:00
tag_management Disable edit, delete, info, for dynamically generated spend tags 2025-11-25 12:03:01 -08:00
team Loading states for Edit Membership modal 2025-12-06 15:27:47 -08:00
templates Merge remote-tracking branch 'origin' into litellm_add_model_fix_team_admin 2025-12-06 20:00:01 -08:00
ui added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
UsagePage New Badge for Agent Usage 2025-12-12 09:47:08 -08:00
vector_store_management removing unused imports 2025-10-10 10:24:57 -07:00
view_logs Merge pull request #17623 from BerriAI/litellm_usage_page_ui_improvements 2025-12-06 19:56:49 -08:00
view_model added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
view_users Delete User Modal on Info Page 2025-12-06 16:59:05 -08:00
activity_metrics.tsx rename 2025-12-11 16:33:23 -08:00
add_fallbacks.test.tsx Change add fallback to use antd select 2025-11-27 11:31:07 -08:00
add_fallbacks.tsx Change add fallback to use antd select 2025-11-27 11:31:07 -08:00
add_pass_through.tsx [Feat] UI - allow adding pass through guardrails through UI (#17226) 2025-11-27 12:27:16 -08:00
admins.tsx UI Settings Frontend 2025-12-08 21:12:43 -08:00
agent_hub_table_columns.tsx Agents - AI Hub, make agents discoverable on model hub page for internal discovery (#16678) 2025-11-15 18:25:16 -08:00
agents.tsx Agents - AI Hub, make agents discoverable on model hub page for internal discovery (#16678) 2025-11-15 18:25:16 -08:00
all_keys_table.tsx removed unused imports 2025-10-10 10:25:00 -07:00
bulk_create_users_button.test.tsx Change Bulk Invite User Roles to match backend (#16906) 2025-11-21 20:00:57 -08:00
bulk_create_users_button.tsx Standardize API Key vs Virtual Key in UI 2025-12-01 13:13:39 -08:00
bulk_edit_user.tsx removed unused imports 2025-10-10 10:25:00 -07:00
cache_dashboard.tsx Standardize API Key vs Virtual Key in UI 2025-12-01 13:13:39 -08:00
cache_health.tsx removed unused imports 2025-10-10 10:25:00 -07:00
callback_info_helpers.tsx (feat) Anthropic - support Structured Outputs output_format for Claude 4.5 sonnet and Opus 4.1 + Arize Phoenix - root span logging (#16949) 2025-11-22 12:08:26 -08:00
cloudzero_export_modal.tsx removed unused imports 2025-10-10 10:25:00 -07:00
constants.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
cost_tracking_settings.tsx [Feat] UI - Allow setting Provider Discounts on UI (#15550) 2025-10-14 20:08:18 -07:00
create_user_button.test.tsx Invite User Searchable Team Select (#16454) 2025-11-10 18:38:23 -08:00
create_user_button.tsx [Fix] UI - Add No Default Models for Team and User Settings (#17037) 2025-11-24 20:53:17 -08:00
dashboard_default_team.tsx Standardize API Key vs Virtual Key in UI 2025-12-01 13:13:39 -08:00
delete_model_button.tsx removing unused imports 2025-10-10 10:24:57 -07:00
edit_user.tsx removing unused imports 2025-10-10 10:24:57 -07:00
email_settings.tsx removing unused imports 2025-10-10 10:24:57 -07:00
enter_proxy_url.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
fallbacks.test.tsx Fix fallbacks immediately deleting before api resolves 2025-11-27 16:45:21 -08:00
fallbacks.tsx Fix fallbacks immediately deleting before api resolves 2025-11-27 16:45:21 -08:00
general_settings.tsx fix linting 2025-10-31 18:26:22 -07:00
generic_key_value_manager.tsx removing unused imports 2025-10-10 10:24:57 -07:00
guardrails.test.tsx Change modals to reusable component 2025-11-24 20:37:33 -08:00
guardrails.tsx Change modals to reusable component 2025-11-24 20:37:33 -08:00
HelpLink.tsx [Feat] UI - Allow setting Provider Discounts on UI (#15550) 2025-10-14 20:08:18 -07:00
key_info_utils.test.tsx Add Tags To Edit Key Flow (#16500) 2025-11-11 17:44:29 -08:00
key_info_utils.tsx Add Tags To Edit Key Flow (#16500) 2025-11-11 17:44:29 -08:00
key_value_input.tsx removing unused imports 2025-10-10 10:24:57 -07:00
leftnav.test.tsx Ensure unique keys in navbar menu items (#16987) 2025-11-22 19:20:01 -08:00
leftnav.tsx [Feat] UI - show UI version on top left near logo (#17891) 2025-12-12 11:39:02 -08:00
logging_settings_view.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
make_agent_public_form.tsx Standardize API Key vs Virtual Key in UI 2025-12-01 13:13:39 -08:00
make_mcp_public_form.tsx Standardize API Key vs Virtual Key in UI 2025-12-01 13:13:39 -08:00
make_model_public_form.tsx Standardize API Key vs Virtual Key in UI 2025-12-01 13:13:39 -08:00
mcp_connection_test.tsx removing unused imports 2025-10-10 10:24:57 -07:00
mcp_hub_table_columns.tsx MCP Hub - publish/discover MCP Servers within a company (#16857) 2025-11-19 19:06:21 -08:00
model_filters.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
model_group_alias_settings.tsx removing unused imports 2025-10-10 10:24:57 -07:00
model_hub_table.test.tsx Change model_hub_table to call getUiConfig before fetching public data 2025-11-26 15:12:40 -08:00
model_hub_table.tsx Change model_hub_table to call getUiConfig before fetching public data 2025-11-26 15:12:40 -08:00
model_hub_table_columns.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
model_info_view.test.tsx [Feature] UI - Add LiteLLM Params to Edit Model (#16496) 2025-11-11 18:52:11 -08:00
model_info_view.tsx Adding loading states to edit settings 2025-11-27 15:08:00 -08:00
navbar.tsx [Feat] UI - show UI version on top left near logo (#17891) 2025-12-12 11:39:02 -08:00
networking.test.ts Change /public fields to honor server root path (#16930) 2025-11-21 13:59:16 -08:00
networking.tsx Change useful_links to include index for UI 2025-12-11 21:25:40 -08:00
object_permissions_view.tsx [Feat] UI - Agent Gateway - set allowed agents by key, team (#17511) 2025-12-04 16:31:17 -08:00
OldTeams.test.tsx Create Team Model Dropdown fix 2025-12-11 10:16:42 -08:00
OldTeams.tsx Create Team Model Dropdown fix 2025-12-11 10:16:42 -08:00
onboarding_link.tsx removing unused imports 2025-10-10 10:24:57 -07:00
organizations.test.tsx Normalize table action columns (#16657) 2025-11-14 14:11:01 -08:00
organizations.tsx Change modals to reusable component 2025-11-24 20:37:33 -08:00
pass_through_info.tsx [Feat] UI - allow adding pass through guardrails through UI (#17226) 2025-11-27 12:27:16 -08:00
pass_through_settings.tsx [Feat] UI - allow adding pass through guardrails through UI (#17226) 2025-11-27 12:27:16 -08:00
per_user_usage.tsx removing unused imports 2025-10-10 10:24:57 -07:00
price_data_reload.tsx removing unused imports 2025-10-10 10:24:57 -07:00
prompts.tsx [Feat] Prompt Management - Allow viewing version history (#16901) 2025-11-21 08:54:52 -08:00
provider_info_helpers.tsx [Feat] Agent Gateway - Allow tracking request / response in "Logs" Page (#17449) 2025-12-03 18:57:18 -08:00
public_model_hub.test.tsx Remove Feature Flags 2025-11-27 17:21:51 -08:00
public_model_hub.tsx Change useful_links to include index for UI 2025-12-11 21:25:40 -08:00
public_model_hub_columns.tsx removing unused imports 2025-10-10 10:24:57 -07:00
request_model_access.tsx removing unused imports 2025-10-10 10:24:57 -07:00
response_time_indicator.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
route_preview.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
SCIM.tsx removed unused imports 2025-10-10 10:25:00 -07:00
settings.test.tsx Fix edit logging settings not appearing (#16798) 2025-11-18 20:31:34 -08:00
settings.tsx Change modals to reusable component 2025-11-24 20:37:33 -08:00
SSOModals.test.tsx fix ui unit tests 2025-11-22 14:32:10 -08:00
SSOModals.tsx SSO Modal Cosmetic Changes (#16554) 2025-11-12 17:55:05 -08:00
SSOSettings.tsx [Fix] UI - Add No Default Models for Team and User Settings (#17037) 2025-11-24 20:53:17 -08:00
teams.tsx removing unused imports 2025-10-10 10:24:57 -07:00
TeamSSOSettings.test.tsx [Fix] UI - Add No Default Models for Team and User Settings (#17037) 2025-11-24 20:53:17 -08:00
TeamSSOSettings.tsx [Fix] UI - Add No Default Models for Team and User Settings (#17037) 2025-11-24 20:53:17 -08:00
transform_request.tsx removing unused imports 2025-10-10 10:24:57 -07:00
ui_theme_settings.tsx removing unused imports 2025-10-10 10:24:57 -07:00
UIAccessControlForm.tsx removed unused imports 2025-10-10 10:25:00 -07:00
UIAccessControlForm.unit.test.tsx added and ran prettier autoformatter 2025-10-04 18:19:48 -07:00
usage.tsx rename 2025-12-11 16:33:23 -08:00
usage_indicator.test.tsx Usage indicator Near Limit Fix (#16504) 2025-11-11 18:50:15 -08:00
usage_indicator.tsx Usage indicator Near Limit Fix (#16504) 2025-11-11 18:50:15 -08:00
useful_links_management.test.tsx Change useful_links to include index for UI 2025-12-11 21:25:40 -08:00
useful_links_management.tsx Change useful_links to include index for UI 2025-12-11 21:25:40 -08:00
user_agent_activity.test.tsx Change usage page to have a parent date picker (#16264) 2025-11-07 10:00:37 -08:00
user_agent_activity.tsx Change usage page to have a parent date picker (#16264) 2025-11-07 10:00:37 -08:00
user_dashboard.tsx [Feature] UI - Allow setting base_url in API reference docs (#16674) 2025-11-18 11:27:28 -08:00
user_edit_view.tsx user_alias in read and update path (#16669) 2025-11-14 19:34:28 -08:00
vector_store_providers.tsx Fix UI logos loading with SERVER_ROOT_PATH (#16618) 2025-11-14 19:38:50 -08:00
view_user_spend.tsx Change to useAuthorized hook 2025-12-11 16:28:03 -08:00
view_user_team.tsx removing unused imports 2025-10-10 10:24:57 -07:00
view_users.test.tsx Delete user and mcp server modal and mcp table tooltips (#16751) 2025-11-17 19:45:24 -08:00
view_users.tsx User table loading state 2025-11-26 16:24:29 -08:00