Sameer Kankute
d76fb5932a
Add xai websearch params support
2026-01-28 09:54:43 +05:30
Ishaan Jaff and GitHub
3080e04180
[Feat] UI: Allow Admins to control what pages are visible on LeftNav ( #19907 )
...
* feat: enabled_ui_pages_internal_users
* init ui for internal user controsl
* fix ui settings
* fix build
* fix leftnav
* fix leftnav
* test fixes
* fix leftnav
* isPageAccessibleToInternalUsers
* docs fix
* docs ui viz
2026-01-27 19:31:24 -08:00
mubashir1osmani and GitHub
9a245031bd
feat(hosted_vllm): support thinking parameter in anthropic_messages() and .completion()
...
feat(hosted_vllm): support `thinking` parameter in `anthropic_messages()` and `.completion()`
2026-01-27 22:13:53 -05:00
yuneng-jiang and GitHub
b76286e11c
Merge pull request #19908 from BerriAI/litellm_ui_model_table_server_sort
...
[Feature] UI - Model Page: Server Sort
2026-01-27 19:02:54 -08:00
yuneng-jiang
29c841d7f9
Fixing build and tests
2026-01-27 18:14:30 -08:00
Ryan Wilson and GitHub
70eb732b41
docs: fix guardrail logging docs ( #19833 )
2026-01-27 18:13:04 -08:00
Pragya Sardana and GitHub
b4a27712a1
Add Init Containers in the community helm chart ( #19816 )
2026-01-27 18:10:47 -08:00
yuneng-jiang
37bfab929d
All Models Page server side sorting
2026-01-27 18:08:17 -08:00
yuneng-jiang and GitHub
936a4fc884
Merge pull request #19905 from BerriAI/litellm_ci_ui_fix
...
[Infra] CI/CD - Fixing UI Tests
2026-01-27 17:21:39 -08:00
yuneng-jiang
01e22fd5ab
Fixing UI tests
2026-01-27 17:19:02 -08:00
yuneng-jiang and GitHub
7109aafe4c
Merge pull request #19903 from BerriAI/litellm_ui_model_table_adjustable_col
...
[Feature] Add sortBy and sortOrder params for /v2/model/info
2026-01-27 17:16:22 -08:00
yuneng-jiang
a7ead71499
ruff check
2026-01-27 17:00:14 -08:00
yuneng-jiang
1581bcf985
add sortBy and sortOrder params for /v2/model/info
2026-01-27 16:54:52 -08:00
Ishaan Jaff and GitHub
51339f5ef1
[Feat] RAG API - Add s3_vectors as provider on /vector_store/search API + UI for creating + PDF support for /rag/ingest ( #19895 )
...
* init S3VectorsRAGIngestion as a supported ingestion provider for RAG API
* test: TestRAGS3Vectors
* init S3VectorsVectorStoreOptions
* init s3 vectors
* code clean up + QA
* fix: get_credentials
* S3VectorsRAGIngestion
* TestRAGS3Vectors
* docs: AWS S3 Vectors
* add asyncio QA checks
* fix: S3_VECTORS_DEFAULT_DIMENSION
* init ui for bedrock s3 vectors
* fix add /search support for s3_vectors
* init atransform_search_vector_store_request
* feat: S3VectorsVectorStoreConfig
* TestS3VectorsVectorStoreConfig
* atransform_search_vector_store_request
* fix: S3VectorsVectorStoreConfig
* add validation for bucket name etd
* fix UI validation for s3 vector store
* init extract_text_from_pdf
* add pypdf
* fix code QA checks
* fix navbar
* init s3_vector.png
* fix QA code
2026-01-27 16:30:59 -08:00
Ishaan Jaff and GitHub
fe444f3ed5
[Feat] RAG API - Add support for using s3 Vectors as Vector Store Provider for /rag/ingest ( #19888 )
...
* init S3VectorsRAGIngestion as a supported ingestion provider for RAG API
* test: TestRAGS3Vectors
* init S3VectorsVectorStoreOptions
* init s3 vectors
* code clean up + QA
* fix: get_credentials
* S3VectorsRAGIngestion
* TestRAGS3Vectors
* docs: AWS S3 Vectors
* add asyncio QA checks
* fix: S3_VECTORS_DEFAULT_DIMENSION
2026-01-27 14:45:26 -08:00
michelligabriele and GitHub
7d5439adda
fix(bedrock): support tool search header translation for Sonnet 4.5 ( #19871 )
...
Extend advanced-tool-use header translation to include Claude Sonnet 4.5
in addition to Opus 4.5 on Bedrock Invoke API.
When Claude Code sends the advanced-tool-use-2025-11-20 header, it now
gets correctly translated to Bedrock-specific headers for both:
- Claude Opus 4.5
- Claude Sonnet 4.5
Headers translated:
- tool-search-tool-2025-10-19
- tool-examples-2025-10-29
Fixes defer_loading validation error on Bedrock with Sonnet 4.5.
Ref: https://platform.claude.com/docs/en/agents-and-tools/tool-use/tool-search-tool
2026-01-27 12:17:09 -08:00
yuneng-jiang and GitHub
45954155d7
Merge pull request #19799 from BerriAI/litellm_sso_email_casing
...
[Fix] SSO Email Case Sensitivity
2026-01-27 09:52:03 -08:00
yuneng-jiang and GitHub
50612715a5
Merge pull request #19814 from BerriAI/litellm_team_member_add_fix
...
[Fix] /team/member_add User Email and ID Verifications
2026-01-27 09:49:01 -08:00
michelligabriele and GitHub
388b4c90b6
fix(proxy): handle agent parameter in /interactions endpoint ( #19866 )
2026-01-27 09:34:58 -08:00
michelligabriele and GitHub
fc7a9b4cb0
fix(enterprise): correct error message for DISABLE_ADMIN_ENDPOINTS ( #19861 )
...
The error message for DISABLE_ADMIN_ENDPOINTS incorrectly said
"DISABLING LLM API ENDPOINTS is an Enterprise feature" instead of
"DISABLING ADMIN ENDPOINTS is an Enterprise feature".
This was a copy-paste bug from the is_llm_api_route_disabled() function.
Added regression tests to verify both error messages are correct.
2026-01-27 09:34:30 -08:00
Harshit Jain and GitHub
0f0b71e6d9
feat: add feature to make silent calls ( #19544 )
...
* feat: add feature to make silent calls
* add test or silent feat
* add docs for silent feat
* fix lint issues and UI logs
* add docs of ab testing and deep copy
2026-01-27 09:16:53 -08:00
Sameer Kankute and GitHub
5c1588e3b7
Merge pull request #19841 from BerriAI/litellm_bedrock_tool_search_header
...
Translate advanced-tool-use to Bedrock-specific headers for Claude Opus 4.5
2026-01-27 17:48:51 +05:30
Sameer Kankute and GitHub
81020d05d2
Merge pull request #19844 from BerriAI/litellm_sarvam_doc
...
[Docs]Add sarvam usage documentation
2026-01-27 17:47:59 +05:30
Sameer Kankute and GitHub
c8a93c7d81
Merge pull request #19845 from BerriAI/litellm_gemini-robotics-er-1.5-preview2
...
Add Gemini Robotics-ER 1.5 preview support
2026-01-27 17:47:44 +05:30
Sameer Kankute and GitHub
8565a9f5a2
Merge pull request #19847 from BerriAI/litellm_image_streaming_download
...
Fix: Stream the download in chunks for image handling
2026-01-27 17:47:35 +05:30
Sameer Kankute and GitHub
29fc4f8f61
Merge pull request #19850 from BerriAI/litellm_grok_reasonnig_support
...
Add grok reasoning content
2026-01-27 17:46:07 +05:30
Sameer Kankute and GitHub
ea0a264a3c
Merge pull request #19753 from BerriAI/litellm_oss_staging_01_26_2026
...
fix(proxy): support slashes in google generateContent model names (#1…
2026-01-27 17:09:12 +05:30
Sameer Kankute and GitHub
0214cb04cd
Merge branch 'main' into litellm_oss_staging_01_26_2026
2026-01-27 17:00:58 +05:30
Sameer Kankute and GitHub
adf6d7e1db
Merge pull request #19692 from BerriAI/litellm_oss_staging_01_24_2026
...
Litellm oss staging 01 24 2026
2026-01-27 16:59:28 +05:30
Sameer Kankute and GitHub
9a2750f8ec
Merge pull request #19617 from BerriAI/litellm_oss_staging_01_23_2026
...
Litellm oss staging 01 23 2026
2026-01-27 16:55:32 +05:30
Sameer Kankute
f30742fe6e
Fix mypy and code quality issues
2026-01-27 16:49:39 +05:30
Sameer Kankute
154ad179af
Revert poetry lock
2026-01-27 16:39:56 +05:30
Sameer Kankute
e695cb5367
Add grok reasoning content
2026-01-27 16:34:57 +05:30
Sameer Kankute and GitHub
bd95712a22
Merge pull request #19832 from BerriAI/litellm_fix_a2a_package
...
Fix: A2A Python SDK URL
2026-01-27 15:16:52 +05:30
Sameer Kankute
988dd2a911
Fix: Stream the download in chunks
2026-01-27 14:35:54 +05:30
Sameer Kankute
e273c85848
Add gemini-robotics-er-1.5-preview model documentation
2026-01-27 13:58:13 +05:30
Sameer Kankute
cf012a2f65
Add gemini-robotics-er-1.5-preview model in model map
2026-01-27 13:58:03 +05:30
Sameer Kankute
faf9c9ba76
Add sarvam doc
2026-01-27 13:11:29 +05:30
Sameer Kankute
3f32562587
Translate advanced-tool-use to Bedrock-specific headers for Claude Opus 4.5
2026-01-27 11:20:16 +05:30
Sameer Kankute
1bf33c4e41
Fix:Support both JSON array format and comma-separated values from user headers
2026-01-27 11:19:31 +05:30
Krish Dholakia and GitHub
7ba0235a50
Litellm release notes 01 26 2026 ( #19838 )
...
* docs: document new models/endpoints
* docs: cleanup
* feat: update model table
* fix: cleanup
2026-01-26 20:20:20 -08:00
yuneng-jiang
7307992cea
fixing tests
2026-01-26 20:17:53 -08:00
Krish Dholakia and GitHub
664715b68e
Litellm release notes 01 26 2026 ( #19836 )
...
* docs: document new models/endpoints
* docs: cleanup
* feat: update model table
2026-01-26 20:11:56 -08:00
yuneng-jiang and GitHub
0dea6eeea3
Merge pull request #19721 from BerriAI/litellm_ui_bulk_fix
...
[Fix] UI - Internal User: Bulk Add
2026-01-26 20:10:37 -08:00
yuneng-jiang and GitHub
c875cfb8cb
Merge pull request #19804 from BerriAI/litellm_ui_dark_mode_slider
...
[Feature] UI - Add Light/Dark Mode Switch for Development
2026-01-26 20:10:12 -08:00
yuneng-jiang and GitHub
a97bf452f1
Merge pull request #19831 from BerriAI/litellm_ui_hide_send_feedback
...
[Feature] UI - Feedback Prompts: Option To Hide Prompts
2026-01-26 20:10:04 -08:00
yuneng-jiang and GitHub
a7712ff8ef
Merge pull request #19807 from BerriAI/litellm_ui_regen_expiry
...
[Fix] UI - Create Key: Expire Key Input Duration
2026-01-26 20:09:39 -08:00
yuneng-jiang
ef7261d0eb
Fixing tests
2026-01-26 20:07:30 -08:00
Cesar Garcia and GitHub
014f783cc9
docs(readme): add OpenAI Agents SDK to OSS Adopters ( #19820 )
...
* docs(readme): add OpenAI Agents SDK to OSS Adopters
* docs(readme): add OpenAI Agents SDK logo
2026-01-26 19:24:46 -08:00
Ishaan Jaff and GitHub
52d73c2c16
[Feat] Add UI for /rag/ingest API - upload docs, pdfs etc to create vector stores ( #19822 )
...
* feat: _save_vector_store_to_db_from_rag_ingest
* UI features for RAG ingest
* fix: Endpoints
* ragIngestCall
* _save_vector_store_to_db_from_rag_ingest
* fix: rag_ingest Code QA CHECK
* UI fixes unit tests
2026-01-26 19:23:43 -08:00