Commit Graph
30524 Commits
Author SHA1 Message Date
Sameer Kankute e1b73310ca Fix: llms/bedrock/image_edit/stability_transformation.py:153:9: PLR0915 Too many statements (55 > 50) 2026-01-19 09:16:12 +05:30
Sameer Kankute 49b2886ef0 Add None as default image value 2026-01-19 09:08:38 +05:30
Sameer Kankute 0a15f1b66a Fix: stability image optional para 2026-01-19 09:05:52 +05:30
YutaSaitoandGitHub 14679cff3f Merge pull request #19317 from BerriAI/litellm_fix-responses-api-non-openai-models
[fix] responses api non OpenAI models
2026-01-19 11:21:39 +09:00
e326b397c5 docs: Add Google Workload Identity Federation (WIF) documentation to Vertex AI (#19320)
- Added new section documenting WIF support for Vertex AI authentication
- Included SDK and Proxy configuration examples
- Added sample WIF credentials file format for AWS federation
- Mentioned LLM Credentials UI as an alternative for credential management
- Added link to Google Cloud WIF documentation

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-18 18:18:01 -08:00
Yuta Saito 60f40856e1 chore: fix lint error 2026-01-19 07:10:32 +09:00
Yuta Saito d31c609600 test: Let MCP tool-execution mock accept new kwargs for streaming tests 2026-01-19 07:00:14 +09:00
Yuta Saito 4ad78236ab test: Fail MCP streaming test when LiteLLM logs errors during follow-up calls 2026-01-19 06:46:39 +09:00
Yuta Saito cd19039e39 test: Parametrize MCP streaming test to cover OpenAI and Anthropic models 2026-01-19 06:22:05 +09:00
Yuta Saito 38afdb71ff fix: Prevent MCP responses from reviving past tool calls via previous_response_id 2026-01-19 06:03:10 +09:00
Yuta Saito bc4fbf282a fix: Avoid attaching tool calls when a call_id already exists 2026-01-19 06:01:40 +09:00
YutaSaitoandGitHub 4dc9726db4 Merge pull request #19292 from BerriAI/litellm_docs_cursor-mcp
[docs] add cursor with mcp
2026-01-18 14:59:08 +09:00
Krish DholakiaandGitHub 4fa1470fef Add in-product nudge for claude code feedback survey + new learning centre (#19303)
* fix(proxy_setting_endpoints.py): add new GET /in_product_nudges route

allows for context-based nudges

* feat: initial commit, adding in-product nudge for claude code usage

helps us talk to more litellm x claude code users

* fix: link out to google form for claude code in-product nudge

* feat(index.json): add new guide

* feat(index.json): add new claude code guides

* fix: link out

* fix: remove baselines
2026-01-17 20:05:20 -08:00
Ishaan Jaffer 2fda7a2534 docs fix 2026-01-17 18:33:19 -08:00
yuneng-jiangandGitHub 2095ed7161 Merge pull request #19302 from BerriAI/litellm_ui_build_script_en
[Infra] UI - Build Release UI Script
2026-01-17 18:22:25 -08:00
yuneng-jiang 5c113e6cb3 build release ui script 2026-01-17 18:16:14 -08:00
Ishaan Jaffer 2e840b1216 fix Deleted Keys Audit Table on UI 2026-01-17 18:12:18 -08:00
Alexsander HamirandGitHub 419423cf43 docs: add performance improvement section (#19300) 2026-01-17 18:06:14 -08:00
Ishaan Jaffer 4f2bdd33f4 docs claude code 2026-01-17 18:05:16 -08:00
Ishaan Jaffer fcb5cfe9d9 add img to doc 2026-01-17 18:05:16 -08:00
yuneng-jiangandGitHub 62b082b8b1 Merge pull request #19299 from BerriAI/1810_docs_yj
[Docs] Deleted Key and Team Table
2026-01-17 17:51:03 -08:00
yuneng-jiang 8629ca819d deleted keys docs 2026-01-17 17:49:12 -08:00
Ishaan Jaffer 46de47d542 doc fix 2026-01-17 17:35:52 -08:00
Ishaan Jaffer 7eecf81cdc docs fix 2026-01-17 17:29:49 -08:00
Ishaan Jaffer 534fa9f4c0 docs fix v1.81.0.rc.1 v1.81.0-nightly 2026-01-17 17:26:58 -08:00
Ishaan Jaffer 26497b415b docs fix 2026-01-17 17:21:31 -08:00
Ishaan Jaffer c6998823c0 docs fix 2026-01-17 17:17:34 -08:00
Ishaan Jaffer c158f83cff docs fix 2026-01-17 17:17:13 -08:00
Ishaan Jaffer 4610d1d43c docs fix 2026-01-17 17:16:22 -08:00
Ishaan Jaffer 7d24bbed42 qa fixes 2026-01-17 17:14:51 -08:00
Ishaan Jaffer e15526a60e fix 2026-01-17 17:13:22 -08:00
Ishaan Jaffer 60dd04ac95 test_aiohttp_openai 2026-01-17 17:05:00 -08:00
Ishaan Jaffer c30b17aa9b docs fix 2026-01-17 17:03:48 -08:00
Ishaan Jaffer 0a84120be5 v1.81.0 2026-01-17 16:43:00 -08:00
Ishaan Jaffer db7de13818 test_deepseek_mock_completion 2026-01-17 16:36:42 -08:00
Ishaan Jaffer 5812654bdd test_router_fallbacks_with_custom_model_costs 2026-01-17 16:34:46 -08:00
Ishaan JaffandGitHub 1417b002a3 [Feat] Claude Code x LiteLLM WebSearch - QA Fixes to work with Claude Code (#19294)
* fix websearch_interception_converted_stream

* test_websearch_interception_no_tool_call_streaming

* FakeAnthropicMessagesStreamIterator

* LITELLM_WEB_SEARCH_TOOL_NAME

* fixes tools def for litellm web search

* fixes FakeAnthropicMessagesStreamIterator

* test_litellm_standard_websearch_tool

* use new hook for modfying before any transfroms from litellm

* init WebSearchInterceptionLogger + ARCHITECTURE

* fix config.yaml

* init doc for claude code web search

* docs fix

* doc fix

* fix mypy linting
2026-01-17 16:30:31 -08:00
yuneng-jiangandGitHub 42c0136bf4 Merge pull request #19293 from BerriAI/litellm_ui_build_fix_22
[Infra] Fix UI Build
2026-01-17 15:58:24 -08:00
yuneng-jiang 91eb047761 testing adding entire out 2026-01-17 15:49:20 -08:00
yuneng-jiang c1f194cde9 fix build attempt 2026-01-17 15:36:53 -08:00
YutaSaitoandGitHub d28bf983eb Merge pull request #19272 from Harshit28j/feature/panw-custom-violation-msg
feat(panw_prisma_airs): add custom violation message support
2026-01-18 06:55:39 +09:00
Yuta Saito 18839a3600 docs: add cursor with mcp 2026-01-18 06:51:09 +09:00
yuneng-jiangandGitHub 953e2736d4 Merge pull request #19291 from BerriAI/deleted_keys_docs_2
[Docs] Deleted Keys and Teams Docs
2026-01-17 13:20:48 -08:00
yuneng-jiang 19a69a89f0 deleted keys and teams docs 2026-01-17 13:19:48 -08:00
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-jiangandGitHub 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