Commit Graph
29315 Commits
Author SHA1 Message Date
yuneng-jiangandGitHub 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 KankuteandGitHub 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 KankuteandGitHub 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 KankuteandGitHub 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 KankuteandGitHub 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 KankuteandGitHub 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
Sameer Kankute 4c4c9cb353 Add generate content in llm route 2025-12-24 12:16:24 +05:30
yuneng-jiang 40549bc361 Deprecate useTeam in favor of react query 2025-12-23 20:15:42 -08:00
Sameer Kankute 42121ad13b Update minimax docs to be in proper format 2025-12-24 09:25:36 +05:30
yuneng-jiangandGitHub ecd628b4ab Merge pull request #18401 from BerriAI/litellm_ui_team_org
[Feature] Resolve Organization Alias on Team Table
2025-12-23 19:49:52 -08:00
yuneng-jiang 8b4c2da9ea Resolve org alias on teams table 2025-12-23 18:16:30 -08:00
yuneng-jiangandGitHub d98defe63f Merge pull request #18399 from BerriAI/litellm_yuneng_test_6
[Reissue: Fix] UI - Disappears in Development Environments
2025-12-23 18:08:46 -08:00
yuneng-jiangandGitHub d85bf4234e Merge pull request #18400 from BerriAI/litellm_ui_org_admin
[Fix] Allow Organization Admins to See Organization Tab
2025-12-23 17:41:36 -08:00
yuneng-jiang 4b38db1398 Allow Organization Admins to See Organization Tab 2025-12-23 17:17:45 -08:00
yuneng-jiang 564b2b51cc Fix for dev env 2025-12-23 16:09:17 -08:00
yuneng-jiang 05dd247ff5 Fix UI disappearing for development instances 2025-12-23 15:24:07 -08:00
yuneng-jiangandGitHub b86147c84c Merge pull request #18397 from BerriAI/litellm_disable_admin_flag
[Fix] Disable Admin UI Flag
2025-12-23 15:20:24 -08:00
yuneng-jiangandGitHub cd1e8042ec Merge pull request #18398 from BerriAI/revert-18393-litellm_ui_fix_2
Revert "[Fix] UI - Disappears in Development Environments"
2025-12-23 15:08:22 -08:00
yuneng-jiangandGitHub 6bb5254c9b Revert "[Fix] UI - Disappears in Development Environments" 2025-12-23 15:08:07 -08:00
yuneng-jiang d9bcc33ba7 Fixing tests 2025-12-23 14:10:41 -08:00
Alexsander HamirandGitHub 4d005fe1c4 [Refactor]: Lazy load additional components (types, callbacks, utilities) (#18396) 2025-12-23 13:55:24 -08:00
yuneng-jiang 87337abfea Support Disable Admin UI 2025-12-23 13:52:05 -08:00
YutaSaitoandGitHub 55bfb24ef8 Merge pull request #18324 from BerriAI/litellm_feat_dynamic_env_propagation_for_stdio_MCP_server
feat: support MCP stdio header env overrides
2025-12-24 06:29:53 +09:00
yuneng-jiangandGitHub 97230e5179 Merge pull request #18393 from BerriAI/litellm_ui_fix_2
[Fix] UI - Disappears in Development Environments
2025-12-23 13:24:59 -08:00
Alexsander HamirandGitHub 449a586889 [Refactor]: Complete lazy loading migration for all 180+ LLM config classes (#18392) 2025-12-23 12:31:31 -08:00
yuneng-jiang fccd2d1e87 Fix UI disappearing for development instances 2025-12-23 11:46:55 -08:00
yuneng-jiang ed4a4c13d6 Base commit 2025-12-23 11:46:35 -08:00
Alexsander HamirandGitHub 1b8cb31f4e [Refactor] Consolidate lazy import handlers with registry pattern (#18389) 2025-12-23 10:24:18 -08:00
Ishaan JaffandGitHub 4f7682f670 [Feat] RAG query endpoint - Add RAG Search / Query endpoint (#18376)
* add rag query to llm api endpoints

* add rag query as a new endpoint

* docs - new endpoint

* ingest+query

* docs add rag query
2025-12-23 22:30:37 +05:30
Ishaan JaffandGitHub 0f63cbea59 [Feat] Interactions API - allow using all litellm providers (interactions -> responses api bridge) (#18373)
* add BaseInteractionsTest

* add interactions_api_handler

* init bridge

* init LiteLLMResponsesInteractionsConfig

* LiteLLMResponsesInteractionsHandler

* mv test

* fixes api spec

* docs

* fix transform+iterators

* docs fix

* fix iterator
2025-12-23 22:30:22 +05:30
vasilisazaykaandGitHub f284fc716d fix(sap): add sap as provider for list in add credentials component in proxy ui, add sap logo (#18375) 2025-12-23 22:29:51 +05:30
Sameer KankuteandGitHub fda919d6ef Merge pull request #18334 from BerriAI/litellm_minmax_tts_support
Add support for minimax tts
2025-12-23 21:55:45 +05:30
Sameer Kankute 980860a827 Fix : mypy error 2025-12-23 21:53:58 +05:30
Sameer Kankute c7e0366925 Add support for minmax tts 2025-12-23 21:53:53 +05:30
Sameer KankuteandGitHub a57c4d0aa1 Merge pull request #18374 from BerriAI/litellm_add_gemini_thought_signature_support
Add gemini thought signature support via tool call id
2025-12-23 21:50:12 +05:30
Sameer KankuteandGitHub d0fa01d13c Merge pull request #18377 from BerriAI/litellm_minmax_anthropic_spec
Add anthropic native endpoint support for Minimax
2025-12-23 21:49:27 +05:30
Sameer KankuteandGitHub 3c25320cb1 Merge pull request #18380 from BerriAI/litellm_minmax_chat_completion_support
(Feat) Minimax chat completion support
2025-12-23 21:49:09 +05:30
Sameer Kankute a2240775c4 correct doc 2025-12-23 21:46:34 +05:30
Sameer Kankute e18cfc0cf6 corrected provider name 2025-12-23 21:42:51 +05:30
Sameer Kankute b2b0604173 Fix : mypy error 2025-12-23 21:36:21 +05:30
Sameer KankuteandGitHub fa14a9931f Merge pull request #18368 from BerriAI/litellm_together_ai_models_update
Add supports_response_schema to all supported together ai models
2025-12-23 17:27:11 +05:30
Sameer Kankute dce95d3a03 fix mypy issue 2025-12-23 17:16:47 +05:30
Sameer KankuteGitHubCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
16985ab2f3 Potential fix for code scanning alert no. 3942: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-23 17:13:48 +05:30
Sameer Kankute 4e77dc67d2 Add tests for chat completion minmax 2025-12-23 17:10:46 +05:30
Sameer Kankute 26c0396146 Add documentation for chat compeltion minmax 2025-12-23 17:10:06 +05:30
Sameer Kankute b1b8d19d97 Add: chat completion transformation for minmax 2025-12-23 17:08:44 +05:30
Sameer Kankute 38cf66df01 Add: chat completion transformation for minmax 2025-12-23 17:07:21 +05:30