Commit Graph
27792 Commits
Author SHA1 Message Date
Ishaan Jaffer 2d70aee0c2 test_edit_mcp_server_redacts_credentials 2025-11-26 11:54:11 -08:00
Ishaan Jaffer a48705bfaf fix code QA checks 2025-11-26 11:53:58 -08:00
Ishaan Jaffer 50328d15d4 test_process_chunk_with_response_completed_event 2025-11-26 11:52:05 -08:00
Ishaan Jaffer 3c3725db92 bump extras 2025-11-26 11:47:29 -08:00
Ishaan Jaffer 203df982e8 fix pyproject 2025-11-26 11:47:13 -08:00
Ishaan Jaffer 6530749c89 test fixes 2025-11-26 11:42:12 -08:00
Ishaan Jaffer c7746eb58f bump proxy extras 2025-11-26 11:40:06 -08:00
Ishaan Jaffer 42376330ba add DEFAULT_CHUNK_OVERLAP, DEFAULT_CHUNK_SIZE 2025-11-26 11:39:24 -08:00
Ishaan Jaffer 72f8e5f9a3 bump litellm proxy extras 2025-11-26 11:39:09 -08:00
Ishaan Jaffer 85d4000af6 test_vertex_ai_partner_models_token_counting_endpoint 2025-11-26 11:37:55 -08:00
Ishaan Jaffer 19a6693dfc test_create_mcp_server_direct 2025-11-26 11:35:23 -08:00
Ishaan Jaffer 8d2dba8cac fix code qa checks 2025-11-26 11:34:22 -08:00
Ishaan JaffandGitHub 0f59e5fa3a add fireworks_ai/accounts/fireworks/models/glm-4p6 (#17154) 2025-11-26 11:28:28 -08:00
Ishaan JaffandGitHub 99d0f130ad fix api_key (#17153) 2025-11-26 11:17:11 -08:00
Ishaan Jaffer 4d87ac04c0 Revert "add VertexAIVectorStoreOptions"
This reverts commit b086adf10b122a72abc7071dce5a7061f456f575.
2025-11-26 11:09:39 -08:00
Ishaan Jaffer 016625bc5f add VertexAIVectorStoreOptions 2025-11-26 11:09:39 -08:00
yuneng-jiangandGitHub f0d1f2d2b4 Merge pull request #17123 from BerriAI/litellm_ui_model_page_perf
[Infra] UI - Migrate modelInfoCall to ReactQuery
2025-11-26 10:12:09 -08:00
yuneng-jiang ba71d10398 Merge conflicts 2025-11-26 09:08:17 -08:00
yuneng-jiang ce65663ad1 Merge remote-tracking branch 'origin' into litellm_ui_model_page_perf 2025-11-26 09:06:43 -08:00
Sameer KankuteandGitHub 1db434348d Merge pull request #17135 from BerriAI/litellm_add_missing_passthrough_fields
Add missing standard logging object fields
2025-11-26 22:07:28 +05:30
Sameer KankuteandGitHub d4e80c6132 Merge pull request #17124 from BerriAI/litellm_gemini_file_search
Add gemini file search support
2025-11-26 22:07:11 +05:30
Sameer KankuteandGitHub 79c1203377 Merge pull request #17129 from BerriAI/litellm_fix_mcp_responses_anthropic
Fix Thinking may not be enabled when tool_choice forces tool use
2025-11-26 22:06:59 +05:30
Sameer KankuteandGitHub 3c2623e38f Merge pull request #17125 from BerriAI/litellm_fix_videos_lint
Fix videos lint errors
2025-11-26 17:06:54 +05:30
Sameer Kankute 448b07a213 Fix db logging for proxy 2025-11-26 17:01:19 +05:30
Sameer Kankute fcf9ab4f7f Add embed-multilingual-light-v3.0 costing 2025-11-26 16:12:34 +05:30
Sameer Kankute effebdab38 Add custom llm provider in vertex ai embeddings 2025-11-26 15:29:05 +05:30
Sameer Kankute 86a9b74fc8 Fix Thinking may not be enabled when tool_choice forces tool use 2025-11-26 13:32:13 +05:30
Sameer Kankute 31c3913f46 Fix videos lint errors 2025-11-26 11:31:11 +05:30
Sameer Kankute c1636bdb92 Fix mypy and lint error 2025-11-26 11:24:11 +05:30
Sameer Kankute 241ad27843 Add gemini file search support 2025-11-26 11:17:30 +05:30
yuneng-jiangandGitHub 38bac312cd Merge pull request #17110 from BerriAI/litellm_org_admin_access_fix
[Feature] UI - Org Admin Team Permissions Fix
2025-11-25 21:36:01 -08:00
yuneng-jiangandGitHub 6c79240cd6 Merge pull request #17108 from BerriAI/litellm_user_table_sort_ui
[Feature] UI - User Table Sort by All
2025-11-25 21:35:27 -08:00
yuneng-jiangandGitHub e9ab20631f Merge pull request #17098 from BerriAI/litellm_broken_links_ui
[Feature] UI - Disable edit, delete, info, for dynamically generated spend tags
2025-11-25 21:34:39 -08:00
yuneng-jiang 50dea2600f Tests and revert useAvailableModels 2025-11-25 21:23:24 -08:00
yuneng-jiang cb1809987d Migrate some queries to use react query, tests pending 2025-11-25 21:00:41 -08:00
ripepersimmonandGitHub be970735de feat: Add gemini-3-pro-image-preview model support for imageSize parameters (#17019)
- Add model identifier to FLASH_IMAGE_PREVIEW_MODEL_IDENTIFIERS
- Add imageSize parameter support (1K, 2K, 4K) with GeminiImageSize type
- Add tests for imageSize parameter transformation
- Update documentation with new model
2025-11-25 19:38:29 -08:00
Carlo Alberto FerrarisandGitHub a727f71b19 Optimize date filtering for spend logs queries (#17073)
This should allow postgres to perform a more efficient index scan instead of a sequential table scan.

These two queries consistently show up in the longest-running ones in our instance, and are a major latency source for the usage page on the admin UI.
2025-11-25 19:36:25 -08:00
Igal BoxermanandGitHub e6e1e8fca4 feat(pillar): add automatic LiteLLM context headers (#17076)
- Automatically pass LiteLLM virtual key context as X-LiteLLM-* headers
- Includes key_alias, user_id, team_id, org_id, and user_email
- No configuration required - always enabled for application/user tracking
- Excludes sensitive data (metadata, API tokens) for security
- Add comprehensive tests (30 tests, all passing)
- Update documentation with header details
2025-11-25 19:35:39 -08:00
Alexsander HamirandGitHub 7c09187daf downgrade grpcio (#17090) 2025-11-25 19:33:24 -08:00
yuneng-jiangandGitHub 7227747a6f Improve Wording for Config Models in Model Table (#17100) 2025-11-25 19:25:23 -08:00
Carlo Alberto FerrarisandGitHub b50fcc4b56 vertex ai: use the correct domain for the global location when counting tokens (#17116) 2025-11-25 19:22:20 -08:00
Sameer KankuteandGitHub cd65a84abd Merge pull request #16844 from Chesars/fix/response-format-to-text-format-bridge-conversion
fix: Support response_format parameter in completion -> responses bridge
2025-11-26 08:51:09 +05:30
yuneng-jiang 577f40bc60 ProviderLogo component, test pending 2025-11-25 18:05:30 -08:00
Ishaan JaffandGitHub 5c192a23c3 [Feat] Add new RAG API on LiteLLM AI Gateway (#17109)
* init RAG api types

* add RAG endpoints

* init main.py for RAG ingest API

* init RecursiveCharacterTextSplitter

* add BaseRAGIngestion

* fix OpenAIRAGIngestion

* fix img handler

* init OpenAIRAGIngestion

* init BedrockRAGIngestion

* init BedrockRAGIngestion

* init rag tests

* init BedrockVectorStoreOptions

* implement BedrockRAGIngestion

* add BaseRAGAPI

* add endpoint for RAG ingest

* add ingest RAG endpoints

* add test doc

* add parse_rag_ingest_request

* update endpoints

* docs add docs for new RAG API

* fix qa check

* fix linting

* docs ficx

* docs

* add max depth checks

* docs anthropic
2025-11-25 17:54:29 -08:00
yuneng-jiang 5ec3f19a53 Make model select required for team, add checks for all-proxy-models 2025-11-25 16:57:38 -08:00
Otavio BritoandGitHub 6e5c7c0008 fix transcription exception handling - /audio/transcriptions (#16791)
* fix transcription exception handling

* reraise the exception
2025-11-25 16:41:35 -08:00
Krrish Dholakia 5cb5c2a7b7 docs: more doc cleanup 2025-11-25 16:04:27 -08:00
Krrish Dholakia 8ee6812edf docs: cleanup launch post 2025-11-25 15:58:51 -08:00
yuneng-jiang 3da9974a87 Tests 2025-11-25 15:54:55 -08:00
Krrish Dholakia 70a1325847 docs: more doc cleanup 2025-11-25 15:01:22 -08:00