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
Yuta Saito
84944320a4
fix: npm run build error
2026-01-02 17:20:26 +09:00
Yuta Saito
0b16482cec
fix: npm build
2026-01-02 16:39:22 +09:00
Yuta Saito
35f9a75d55
feat: add UI support for configuring meta URLs
2026-01-02 15:07:37 +09:00
Yuta Saito
df4eb84498
chore: add test
2026-01-02 11:55:55 +09:00
Yuta Saito
9815b00deb
feat: add selectable mcp servers to the playground
2026-01-02 11:47:17 +09:00
yuneng-jiang
8a8f5b36af
Merge pull request #18577 from BerriAI/litellm_ui_react_query_tests
...
[Refactor] UI - Test for React Query Hooks
2026-01-01 18:34:42 -08:00
yuneng-jiang
a1200a8427
tests for react query hooks
2026-01-01 18:26:46 -08:00
yuneng-jiang
c3817d1606
Change budget panel to have tabs
2026-01-01 17:59:56 -08:00
yuneng-jiang
9038c1c639
Merge pull request #18568 from BerriAI/litellm_ui_refactor4
...
[Refactor] UI - Model Hub Page
2026-01-01 17:39:25 -08:00
yuneng-jiang
ccfc53e7c5
Fixing test
2026-01-01 17:27:28 -08:00
yuneng-jiang
3891774c72
fixing build
2026-01-01 17:24:05 -08:00
yuneng-jiang
4ea3c527c2
Clicking on logo goes to correct url
2026-01-01 17:23:28 -08:00
yuneng-jiang
c339a3a619
Merge pull request #18574 from BerriAI/litellm_ui_model_page_loading_sk
...
[Feature] UI - Model Page Loading State
2026-01-01 16:37:14 -08:00
yuneng-jiang
365d51b1f6
Model Page loading skeleton
2026-01-01 16:25:35 -08:00
yuneng-jiang
989ae3d4f5
fixing build
2026-01-01 16:11:11 -08:00
yuneng-jiang
9764ff8101
refactor pt2
2026-01-01 16:08:51 -08:00
yuneng-jiang
34e3c3889a
refactor model pt1
2026-01-01 15:11:19 -08:00