Ishaan Jaffer
e238cb2ca0
docs clean up
2026-01-17 12:30:26 -08:00
Ishaan Jaffer
58570e5b13
fix doc
2026-01-17 12:28:04 -08:00
Ishaan Jaffer
1115e6b8c7
docs fix
2026-01-17 12:20:09 -08:00
Ishaan Jaffer
eb26ebc926
docs ui usage
2026-01-17 12:15:37 -08:00
yuneng-jiang
052aa4f7ed
Merge pull request #19287 from BerriAI/ui_build_jan17_1
...
[Infra] Fixing UI Build
2026-01-17 12:09:41 -08:00
yuneng-jiang
715fa8fa5f
fixing ui build
2026-01-17 12:08:20 -08:00
yuneng-jiang
ff73d8f640
Merge pull request #19286 from BerriAI/8015_docs_1
...
[Docs] Updating Docs for v1.80.15-stable.1
2026-01-17 11:55:10 -08:00
yuneng-jiang
b964e2a1a0
updating docker pull cmd
2026-01-17 11:54:04 -08:00
yuneng-jiang
32626954c3
Merge pull request #19283 from BerriAI/ui_build_jan17
...
[Infra] Re-Building UI
2026-01-17 11:13:29 -08:00
yuneng-jiang
d160ac0319
rebuilding ui
2026-01-17 11:11:25 -08:00
yuneng-jiang
3619fdce31
Merge pull request #19282 from BerriAI/yj_ui_test_branch
...
[Fix] UI - Deleted Teams Endpoint Fix
2026-01-17 11:07:31 -08:00
yuneng-jiang
374662c60f
deleted teams endpoint fix
2026-01-17 11:00:32 -08:00
Ishaan Jaffer
e9e323bf32
png fixes
2026-01-17 10:28:41 -08:00
Chesars
1eb1a94389
docs: sync main page (src/pages/index.md) with docs/index.md
...
Update the root documentation page at https://docs.litellm.ai to match
the current documentation at https://docs.litellm.ai/docs/ :
- Update model names to latest versions (openai/gpt-5, anthropic/claude-sonnet-4-5, vertex_ai/gemini-1.5-pro)
- Add xAI (grok-2-latest) and Vercel AI Gateway providers
- Update "How to use LiteLLM" section with comparison table
- Add Response Format sections for completions and streaming
- Update endpoint descriptions to reflect current capabilities
- Update exception handling example with proper litellm exceptions
- Update environment variable names (VERTEXAI_PROJECT/LOCATION)
2026-01-17 14:41:25 -03:00
Ishaan Jaffer
f0569bc102
docs fix
2026-01-17 09:40:08 -08:00
yuneng-jiang
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
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
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
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
mubashir1osmani
b13baffeb5
remove tool metadata
2026-01-17 00:53:24 -05:00
mubashir1osmani
3eb0bf566b
add openinference span kinds
2026-01-17 00:40:21 -05:00
Ishaan Jaff
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
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
naaa760
fc4c104f77
fix: ensure guardrail patterns persist on edit and mode toggle
2026-01-17 09:08:32 +05:30
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
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
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
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
bad72ac140
Merge pull request #19259 from BerriAI/litellm_fix_test_gemini_model
...
fix: ci test
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