Ishaan Jaffer
e9e323bf32
png fixes
2026-01-17 10:28:41 -08:00
Ishaan Jaffer
f0569bc102
docs fix
2026-01-17 09:40:08 -08:00
yuneng-jiang and GitHub
0d3a9b1c87
Merge pull request #19279 from BerriAI/ui_build_branch
...
[Infra] Building UI
2026-01-17 09:20:28 -08:00
yuneng-jiang
581ba2def3
building ui
2026-01-17 09:19:05 -08:00
yuneng-jiang and GitHub
23a06a04a3
Merge pull request #19278 from BerriAI/litellm_ui_update_new_badges
...
[Refactor] UI - Adjusting New Badges
2026-01-17 09:17:15 -08:00
yuneng-jiang
1301896e03
Adjusting new badges
2026-01-17 09:08:41 -08:00
stiyyagura0901
5e1a5a8949
fix: UI dashboard respects custom authentication header override
...
Fix UI dashboard to use custom authentication header name configured in general settings instead of hardcoded 'Authorization' header.
- Replace hardcoded Authorization headers with getGlobalLitellmHeaderName() in all hook files
- Replace hardcoded Authorization headers with globalLitellmHeaderName in networking.tsx
- Update test files to properly mock getGlobalLitellmHeaderName
- Fixes issue where UI becomes unusable when custom auth header is configured
2026-01-17 10:15:28 -05:00
Harshit Jain
0683f29671
feat(panw_prisma_airs): add custom violation message support
2026-01-17 17:52:25 +05:30
yuneng-jiang and GitHub
362081c2b9
Merge pull request #19258 from BerriAI/litellm_ui_model_hub_health_1
...
[Feature] UI - Public Model Hub: Health Checks
2026-01-16 22:28:45 -08:00
yuneng-jiang and GitHub
480d9356af
Merge pull request #19268 from BerriAI/litellm_ui_deleted_keys_teams_table
...
[Feature] UI - Logs: Deleted Keys and Teams Table
2026-01-16 22:28:24 -08:00
yuneng-jiang
d48e41bd94
fixing tests
2026-01-16 22:20:10 -08:00
yuneng-jiang
883f83a9cb
Adding tests
2026-01-16 22:14:24 -08:00
yuneng-jiang
c2452e179d
Deleted Teams
2026-01-16 22:02:58 -08:00
Ishaan Jaff and GitHub
104283ae8f
[Feat] Claude Code - Add Websearch support using LiteLLM /search (using web search interception hook) ( #19263 )
...
* init WebSearchInterceptionLogger
* test_websearch_interception_real_call
* init async_should_run_agentic_completion
* async_should_run_agentic_loop
* async_run_agentic_loop
* refactor folder
* fix organization
* WebSearchTransformation
* WebSearchInterceptionLogger
* _call_agentic_completion_hooks
* WebSearch Interception Architecture
* test_websearch_interception_real_call
* add streaming
* add transform_request for streaming
* get_llm_provider
* test fix
* fix info
* init from config.yaml
* fixes
* test handler
* fix _is_streaming_response
* async_run_agentic_loop
* mypy fix
2026-01-16 21:10:05 -08:00
Vedant Madane
11a622aa5a
Fix extract_cacheable_prefix to handle string content with message-level cache_control ( fixes #19228 )
2026-01-17 10:35:40 +05:30
yuneng-jiang
9e2a8ddda7
Merge remote-tracking branch 'origin' into litellm_ui_deleted_keys_teams_table
2026-01-16 20:29:55 -08:00
yuneng-jiang and GitHub
7dc8b4fd30
Merge pull request #19260 from BerriAI/litellm_deleted_keys_endpoint
...
[Feature] Status Query for Keys and Teams List
2026-01-16 20:29:36 -08:00
yuneng-jiang
ff7713fd48
linting
2026-01-16 19:59:26 -08:00
yuneng-jiang
90dc0e9120
Merge remote-tracking branch 'origin' into litellm_deleted_keys_endpoint
2026-01-16 19:25:03 -08:00
yuneng-jiang
de84b2edce
Fixing tests and adding proper returns
2026-01-16 19:24:51 -08:00
yuneng-jiang and GitHub
6e091bb26d
Merge pull request #19256 from BerriAI/litellm_model_hub_health
...
[Feature] /public/model_hub Health Information
2026-01-16 19:08:03 -08:00
yuneng-jiang
6e8dd06d18
fixing test
2026-01-16 19:06:23 -08:00
yuneng-jiang
bb4b791746
Merge remote-tracking branch 'origin' into litellm_deleted_keys_endpoint
2026-01-16 18:15:37 -08:00
yuneng-jiang
1911039416
Merge remote-tracking branch 'origin' into litellm_model_hub_health
2026-01-16 18:14:37 -08:00
yuneng-jiang
0c98efe045
fixing lint
2026-01-16 18:14:33 -08:00
yuneng-jiang
13aebafff4
temp commit for branch switching
2026-01-16 18:13:14 -08:00
yuneng-jiang and GitHub
1996661f4b
Merge pull request #19262 from BerriAI/litellm_ui_keys_table_refresh_fix
...
[Fix] UI - Keys Table: Refresh Keys List on Delete
2026-01-16 18:11:02 -08:00
yuneng-jiang
573e75226a
refresh keys on delete
2026-01-16 17:35:23 -08:00
yuneng-jiang
476258b3f8
Linting
2026-01-16 17:20:01 -08:00
yuneng-jiang
e9c806797d
adding tests
2026-01-16 17:11:13 -08:00
yuneng-jiang
96493e3936
Add status to /list in keys and teams
2026-01-16 17:03:09 -08:00
Ishaan Jaff and GitHub
d2a40c8456
[Fix] - Reliability fix OOMs with image url handling ( #19257 )
...
* fix MAX_IMAGE_URL_DOWNLOAD_SIZE_MB
* test_image_exceeds_size_limit_with_content_length
* fix: _process_image_response
* add constants 50MB
* fix convert_to_anthropic_image_obj image handling
* test_gemini_image_size_limit_exceeded
* MAX_IMAGE_URL_DOWNLOAD_SIZE_MB fix
* MAX_IMAGE_URL_DOWNLOAD_SIZE_MB
* test_image_size_limit_disabled
* async_convert_url_to_base64
* docs fix
* code QA check
* fix Exception
2026-01-16 16:41:44 -08:00
YutaSaito and GitHub
bad72ac140
Merge pull request #19259 from BerriAI/litellm_fix_test_gemini_model
...
fix: ci test
v1.80.17-nightly
2026-01-17 09:32:38 +09:00
Yuta Saito
34e8e97222
fix: ci test
...
gemini 2.5 depricated
2026-01-17 09:17:31 +09:00
yuneng-jiang
47b32be02f
Public Model Hub Health UI
2026-01-16 16:16:33 -08:00
yuneng-jiang
439472f800
/public/model_hub health information
2026-01-16 15:36:56 -08:00
Harshit Jain and GitHub
866bd46748
chore: resolve ModuleNotFoundError for Microsoft Foundry Agents ( #18991 )
2026-01-17 04:56:52 +05:30
Ryan Malloy and GitHub
5a9f6e90cf
fix(tools): prevent OOM with nested $defs in tool schemas ( #19098 ) ( #19112 )
2026-01-17 04:54:28 +05:30
Ostap Bodnar and GitHub
ce1a2c3209
add openai/dall-e base pricing entries ( #19133 )
2026-01-17 04:48:46 +05:30
mubashir1osmani and GitHub
bcc23a32b8
docs: add redis initalization with kwargs
...
docs: add redis initalization with kwargs
2026-01-16 18:11:07 -05:00
Ishaan Jaff and GitHub
3872af5fe0
[Docs] Litellm architecture fixes 2 ( #19252 )
...
* fixes 1
* docs fix
* docs fix
* docs fix
* docs fix
2026-01-16 14:52:16 -08:00
yuneng-jiang and GitHub
988d406fa3
Merge pull request #19251 from BerriAI/litellm_deleted_keys_migration
...
[Infra] Adding Migration For Updated Keys and Teams Schema
2026-01-16 14:29:50 -08:00
yuneng-jiang
e5ce3c960a
adding migration
2026-01-16 14:28:50 -08:00
yuneng-jiang
1cd4c9fb17
bump: version 0.4.22 → 0.4.23
2026-01-16 14:28:19 -08:00
yuneng-jiang and GitHub
4d4b97c532
Merge pull request #19250 from BerriAI/revert-19248-revert-18228-litellm_deleted_keys_team
...
Revert "Revert "[Feature] Deleted Keys and Deleted Teams Table""
2026-01-16 14:25:53 -08:00
yuneng-jiang and GitHub
809b4cb310
Revert "Revert "[Feature] Deleted Keys and Deleted Teams Table""
2026-01-16 14:25:23 -08:00
YutaSaito and GitHub
df1ece7816
Merge pull request #19249 from BerriAI/litellm_revert-19078
...
Manual revert #19078
2026-01-17 07:02:41 +09:00
Cesar Garcia and GitHub
095bb6de8d
feat: add auto-labeling for 'claude code' issues ( #19242 )
2026-01-17 03:31:48 +05:30
Yuta Saito
18bcb429fc
Manual revert #19078
2026-01-17 06:54:08 +09:00
YutaSaito and GitHub
8d4bfabb6a
Merge pull request #19248 from BerriAI/revert-18228-litellm_deleted_keys_team
...
Revert "[Feature] Deleted Keys and Deleted Teams Table"
2026-01-17 06:47:04 +09:00