Commit graph

2651 commits

Author SHA1 Message Date
yuneng-jiang
4d28359608 e2e refactoring 2026-01-08 21:50:19 -08:00
yuneng-jiang
bcbf8d1de3 Adding unit test to expand unit testing coverage 2026-01-08 20:23:54 -08:00
yuneng-jiang
9c93882365 fixing build 2026-01-08 13:03:51 -08:00
yuneng-jiang
8acb9bf366
Merge pull request #18661 from Chesars/litellm_ui_custom_proxy_base_url
feat(ui): add custom proxy base URL support to Playground
2026-01-08 10:26:37 -08:00
yuneng-jiang
4c645c1ce3 Endpoint usage POC 2026-01-07 21:01:41 -08:00
Jack Temple
ec16dbe09b fix: add allowClear to dropdown components for better UX 2026-01-07 14:16:29 -07:00
yuneng-jiang
a912665a86
Merge pull request #18682 from BerriAI/litellm_ui_e2e_admin_settings
[Infra] UI - E2E Test: Can View Admin Setting Page
2026-01-06 23:25:28 -08:00
yuneng-jiang
f143a16e9b
Merge pull request #18742 from BerriAI/litellm_ui_unit_test_coverage_05
[Infra] UI - Adding Unit Test for Coverage
2026-01-06 23:18:29 -08:00
yuneng-jiang
6fd7b1cf56 Adding unit tests for coverage 2026-01-06 22:46:06 -08:00
yuneng-jiang
8b3782b06a Reusable Duration Select and update team member budget UI 2026-01-06 18:15:16 -08:00
yuneng-jiang
ae7df51e69 Fixing e2e 2026-01-06 17:06:48 -08:00
yuneng-jiang
8878b43466 Adding timeout for flaky test 2026-01-06 16:56:54 -08:00
yuneng-jiang
874e8d1a6e Fixing build 2026-01-06 16:33:08 -08:00
Cesar Garcia
01b6925610
Merge branch 'main' into litellm_ui_custom_proxy_base_url 2026-01-06 12:34:25 -03:00
Chesars
cd38e1c9de Scope custom proxy base to Playground 2026-01-06 12:17:22 -03:00
Ishaan Jaff
69aa111fdd
[UI] - Feat add request provider form on UI (#18704)
* add request provider form

* fix link to github

* add button

* fix link
2026-01-06 18:54:57 +05:30
YutaSaito
a774e7899c
Merge pull request #18281 from Eric84626/main
Fix: fixed some MCP gateway oauth2 auth issues and ClosedResourceError
2026-01-06 13:22:46 +09:00
yuneng-jiang
1fb887aaab E2E Test - Can View Admin Setting Page 2026-01-05 19:51:01 -08:00
yuneng-jiang
4566255181 Fixing tests 2026-01-05 18:22:54 -08:00
yuneng-jiang
2d464032c5 Fixing Edit SSO Settings Modal 2026-01-05 18:08:41 -08:00
yuneng-jiang
8851b86d93 Adding Role Mappings 2026-01-05 17:30:31 -08:00
Eric84626
f59e9cef55
Merge branch 'main' into main 2026-01-06 06:57:25 +08:00
Chesars
229d280141 feat(ui): add custom proxy base URL support to Playground
Add ability to configure a custom proxy base URL in the Playground UI,
enabling control plane/data plane architecture where:
- Control Plane: Has UI but LLM APIs disabled (DISABLE_LLM_API_ENDPOINTS=true)
- Data Plane: Has LLM APIs but UI disabled

Changes:
- Add "Custom Proxy Base URL" input field in Playground settings
- Persist custom URL in sessionStorage for user convenience
- Modify getProxyBaseUrl() to check sessionStorage first
- All API calls now route to custom URL when configured

This allows users to run the UI on control plane and point API
calls to a separate data plane endpoint.
2026-01-05 15:36:32 -03:00
Ishaan Jaff
2b3b16c86c
[Feat] Litellm UI allow selecting many models for cost estimator (#18653)
* LiteLLM Cost Estimate

* fix - multi model selector

* v2 of report

* fixes

* export fix
2026-01-05 20:19:59 +05:30
Ishaan Jaff
bf1c5bef59
[UI] Add view for estimating costs across requests (#18645)
* add estimate_cost endpoint

* TestCostEstimateEndpoint

* fix estimate_cost

* add /cost/estimate to spend tracking routes

* fix code QA checks

* fixes endpoint

* v0 cost estimator

* v0 cost estimator

* formatNumberWithCommas

* fix admin view

* docs

* docs fix + export PDF/CSV

* fixes for export
2026-01-05 19:19:58 +05:30
Yuta Saito
ef2f76e5a5 fix: npm build error 2026-01-05 17:06:02 +09:00
Yuta Saito
fee9553c51 feat: add allow_all_keys doc 2026-01-05 16:56:19 +09:00
Yuta Saito
38a20b8036 feat: feat: allow_all_keys to mcp server on the UI 2026-01-05 16:28:51 +09:00
yuneng-jiang
1112974112 Virtual Keys Table Loading State 2026-01-03 19:22:38 -08:00
yuneng-jiang
816124a40b Fixign build 2026-01-03 17:39:59 -08:00
yuneng-jiang
1184db079e fixing tests 2026-01-03 17:30:52 -08:00
yuneng-jiang
60c39255d5 Adding unit testing coverage 2026-01-03 17:25:46 -08:00
yuneng-jiang
d6296411ec SSO Settings Loading, deprecate previous flow 2026-01-03 16:23:10 -08:00
yuneng-jiang
bbae987b02
Merge pull request #18615 from BerriAI/litellm_ui_admin_add_model_1
[Infra] UI - E2E Tests: Add Model - See Models from Selected Provider
2026-01-03 15:46:53 -08:00
yuneng-jiang
a6c3fb1fb5 E2E test see models for specific provider 2026-01-03 15:10:52 -08:00
yuneng-jiang
5c7523b11e Fixing tests 2026-01-03 12:43:13 -08:00
yuneng-jiang
4904ed394e Edit path for SSO Settings 2026-01-03 12:36:26 -08:00
yuneng-jiang
e6da33dc4a Remove modal in useful links 2026-01-02 19:22:56 -08:00
yuneng-jiang
dacfe153ba
Merge pull request #18601 from BerriAI/litellm_ui_test_coverage_xd
[Infra] UI - Adding Unit Tests to Increase Coverage
2026-01-02 18:56:45 -08:00
yuneng-jiang
b7aac24653
Merge pull request #18600 from BerriAI/litellm_ui_sso_refactor
[Feature] UI - SSO Settings Page
2026-01-02 18:52:01 -08:00
yuneng-jiang
f4c712506d Unit tests to increase test coverage 2026-01-02 18:49:01 -08:00
yuneng-jiang
470e4c26c3
Merge pull request #18593 from BerriAI/litellm_ui_sso_role_mapping
[Feature] UI - Allow Adding Role Mappings for SSO
2026-01-02 18:31:11 -08:00
yuneng-jiang
546fba9849 tests 2026-01-02 18:28:10 -08:00
yuneng-jiang
f16fb63434 New SSO Settings Page 2026-01-02 18:22:37 -08:00
yuneng-jiang
0f0da07661 fixing build 2026-01-02 14:00:55 -08:00
yuneng-jiang
0a2e241651 Allow adding role mapping in UI 2026-01-02 13:57:28 -08:00
kevinpauer
705b54bf04
Feat/add watsonx fields (#18569) 2026-01-03 02:53:17 +05:30
Sameer Kankute
ec1403ada0
Merge pull request #18496 from Chesars/feat/add-minimax-provider-ui
feat: Add MiniMax provider support to UI dashboard
2026-01-02 16:53:24 +05:30
YutaSaito
e9365c496d
Merge pull request #18580 from BerriAI/litellm_feat_support_metaurl_on_ui
feat: add UI support for configuring meta URLs
2026-01-02 17:54:26 +09:00
YutaSaito
26c733b361
Merge pull request #18578 from BerriAI/litellm_feat_select_mcp_server_to_playground
add selectable mcp servers to the playground
2026-01-02 17:42:18 +09:00