Commit graph

29359 commits

Author SHA1 Message Date
yuneng-jiang
ff4e16b306
Merge pull request #18502 from BerriAI/litellm_key_list_user_object
[Feature] Add Optional Query Param "expand" to /key/list
2025-12-29 15:02:38 -08:00
yuneng-jiang
03cee68588 Ruff check 2025-12-29 14:27:55 -08:00
YutaSaito
dce3d0db09
Merge pull request #18290 from emerzon/fix/mcp-rest-auth-ssrf
Require auth for MCP connection test endpoint
2025-12-30 07:22:31 +09:00
YutaSaito
b9e8b38cd3
Merge branch 'main' into fix/mcp-rest-auth-ssrf 2025-12-30 07:22:01 +09:00
yuneng-jiang
de551889f3 Add optional field expand to /key/list 2025-12-29 14:20:04 -08:00
YutaSaito
ce0aba9aec
Merge pull request #18498 from Prazeina/patch-1 2025-12-30 00:09:13 +09:00
Prajeena Maharjan
b720fba142
Fix formatting in proxy configs documentation
Got an error message:

{"error":{"message":"Invalid JSON payload: trailing comma is not allowed: line 8 column 8 (char 141)","type":"invalid_request_error","param":"request_body","code":"400"}}%
2025-12-28 23:48:43 -06:00
YutaSaito
a569369195
Merge pull request #18443 from BerriAI/litellm_fix_health_status
fix health status
2025-12-29 14:16:38 +09:00
YutaSaito
61f64f4e7d
Merge pull request #18489 from BerriAI/litellm_feat_guardrail-log-actual-event-type
Litellm feat guardrail log actual event type
2025-12-29 07:18:21 +09:00
mubashir1osmani
861b103dc0
added google image gen models
added google image gen models
2025-12-27 19:55:27 -05:00
mubashir1osmani
043d968c5a added google image gen models 2025-12-27 19:54:39 -05:00
Yuta Saito
c6d6ffd567 fix: mypy error 2025-12-27 07:28:16 +09:00
Yuta Saito
7d673c308d lint 2025-12-27 07:23:07 +09:00
Yuta Saito
8bf0b9e19b feat: add event_type parameter to add_standard_logging_guardrail_information_to_request_data 2025-12-27 07:20:34 +09:00
Yuta Saito
6888d34ea5 feat: Log actual executed event type in guardrail logging 2025-12-27 07:20:24 +09:00
YutaSaito
845533c187
Merge pull request #18440 from BerriAI/litellm_feat_playground-completions-mcp-test
feat: add MCP test support to completions on Playground
2025-12-27 05:54:51 +09:00
Yuta Saito
aa0ff9131e fix: format 2025-12-26 16:59:31 +09:00
Yuta Saito
c25ceb5596 refactor: MCP health check 2025-12-26 16:55:51 +09:00
Yuta Saito
3a141e642a fix: get_all_mcp_servers_with_health_and_teams 2025-12-26 15:37:41 +09:00
Yuta Saito
4ec6a827b4 fix: add model validation on Playground 2025-12-26 11:32:34 +09:00
Yuta Saito
f6ed80028d feat: add MCP test support to completions on Playground 2025-12-26 11:24:09 +09:00
YutaSaito
78b5d40664
Merge pull request #18418 from BerriAI/litellm_fix_datadog-llm-observability-intermittent-failure
fix: Datadog span kind fallback when parent_id missing
2025-12-26 10:05:08 +09:00
Andrew Bernat
6daddbcdab
add license endpoint (#18311)
* Add license health endpoint

* Address review feedback for license endpoint

* Refactor license health endpoint helpers

* Remove unused timezone import from health_endpoints.py

---------

Co-authored-by: Plan42.ai <robot@plan42.ai>
2025-12-25 11:11:17 +05:30
Mihidum
73af18ba20
Add azure/gpt-5.2-chat (#18361)
Add missing azure gpt-5.2-chat to match existing naming schemes
2025-12-25 11:09:05 +05:30
Matt Cowger
9f4a4fd271
Add docs as follow on to #18362 (#18388) 2025-12-25 11:08:47 +05:30
Ishaan Jaff
1123cfa928
[Feat] AI Gateway - Add support for Platform Fee / Margins (#18427)
* init cost_margin_config

* feat: add cost margin

* init types

* LITELLM_SETTINGS_SAFE_DB_OVERRIDES

* feat _apply_cost_margin

* ui endpoint

* ui provider margins

* add margin

* refactored ui

* test cost margins

* refactored ui

* provider discounts

* add cost_breakdown to spendLogs

* add CostBreakdownViewer

* fix cost breakdown

* docs fix

* doc margins

* docs margins
2025-12-25 11:07:27 +05:30
yuneng-jiang
75028ca2c2
Merge pull request #18425 from BerriAI/litellm_ui_model_provider
[Infra] Add Model Page Model Provider Select Performance
2025-12-24 17:53:10 -08:00
yuneng-jiang
463154e737
Merge pull request #18424 from BerriAI/litellm_ui_keys_columns
[Feature] Allow Column Resizing on Keys Table
2025-12-24 17:52:54 -08:00
yuneng-jiang
442acc220f Add Model Page Select perf 2025-12-24 17:42:20 -08:00
yuneng-jiang
edd910f442 adding test 2025-12-24 17:17:26 -08:00
yuneng-jiang
85827aa217 Resize columns working 2025-12-24 17:12:36 -08:00
yuneng-jiang
2e24d34959
Merge pull request #18420 from BerriAI/litellm_ui_model_sorting
[Fix] UI - Model Page Sorting Sorts Entire Set
2025-12-24 14:58:37 -08:00
yuneng-jiang
e0a06a7cfa
Merge pull request #18417 from BerriAI/litellm_org_admin_permissions
[Fix] Allow Organization Admins to View Their Organization Info
2025-12-24 14:56:46 -08:00
yuneng-jiang
4ce135727f Fixing build 2025-12-24 14:51:00 -08:00
yuneng-jiang
5d1fe86cda Tests 2025-12-24 14:33:27 -08:00
yuneng-jiang
c1dcc81fd5 Model Page sort by all models 2025-12-24 14:06:59 -08:00
yuneng-jiang
5a20edf0fa Allow org admins to view org info 2025-12-24 11:43:36 -08:00
yuneng-jiang
dc4982a8f3 Base commit 2025-12-24 10:48:53 -08:00
yuneng-jiang
24a6d897f2
Merge pull request #18416 from BerriAI/litellm_ui_refactor_2
[Refactor] useQuery Hooks Now Depend on useAuthorized
2025-12-24 10:32:13 -08:00
yuneng-jiang
1ac6204756 fixing build 2025-12-24 10:19:57 -08:00
yuneng-jiang
825503fa1b Refactor react-query hooks 2025-12-24 10:13:55 -08:00
yuneng-jiang
8a3d4967ed
Merge pull request #18404 from BerriAI/litellm_ui_use_team
[Feature] Resolve Team Alias in Organization Info View + Deprecate useTeams
2025-12-24 09:27:12 -08:00
Sameer Kankute
66a7abc763
Merge pull request #18403 from BerriAI/litellm_minimax_doc_update
Update minimax docs to be in proper format
2025-12-24 21:43:03 +05:30
Sameer Kankute
109def6077
Merge pull request #18413 from BerriAI/litellm_azure_ad_image_generation
Add support for image generation via azure ad token
2025-12-24 21:42:34 +05:30
Sameer Kankute
fd7c928204
Merge pull request #18410 from BerriAI/litellm_refactor_location_code
feat(vertex-ai): add centralized get_vertex_base_url() helper for global location support
2025-12-24 21:42:18 +05:30
Sameer Kankute
8fb152643d
Merge pull request #18405 from BerriAI/litellm_proxy_route_correction
Add generate content in llm route
2025-12-24 21:41:49 +05:30
Sameer Kankute
fe9b9d53c2
Merge pull request #18406 from BerriAI/litellm_fix_code_qa_issues
(fix) Remove double imports in main.py
2025-12-24 21:41:34 +05:30
Sameer Kankute
d88bc13006 Add support for image generation via azure ad token 2025-12-24 15:15:20 +05:30
Sameer Kankute
d02c580779 feat(vertex-ai): add centralized get_vertex_base_url() helper for global location support
- Add get_vertex_base_url() helper function to handle regional vs global URLs
- Update _get_embedding_url() to support global location
- Update _get_vertex_url() chat, image_generation, and count_tokens modes
- Add comprehensive test suite with 38 tests covering all endpoint types
- Tests verify both regional and global URL construction
- Maintains 100% backward compatibility
2025-12-24 13:51:58 +05:30
Sameer Kankute
5abb677624 Remove double imports 2025-12-24 12:22:19 +05:30