Sameer Kankute
b4ee1b2589
Fix: response enterprise tests
2026-01-15 19:53:04 +05:30
Sameer Kankute
4bdda9cc28
Fix: tests/test_litellm/proxy/test_proxy_server.py::test_embedding_input_array_of_tokens
2026-01-15 19:46:35 +05:30
Sameer Kankute
f28d951202
Fix: tests/test_litellm/proxy/test_litellm_pre_call_utils.py::test_embedding_header_forwarding_with_model_group
2026-01-15 19:41:16 +05:30
Krrish Dholakia
37abfc6a77
fix(index.json): have a parent index.json and just link out to guides from docs
...
maintain just 1 place for tutorials
2026-01-15 19:26:40 +05:30
Sameer Kankute
3af994a32a
Fix: test router
2026-01-15 19:21:31 +05:30
Sameer Kankute
3ebf16e2e0
remove unused space
2026-01-15 18:59:22 +05:30
Sameer Kankute
eb49adb201
Add user auth in standard logging object for bedrock passthrough
2026-01-15 18:36:06 +05:30
Krrish Dholakia
02d782f7f1
refactor: rename file for consistency
2026-01-15 16:31:06 +05:30
Krrish Dholakia
7c53bf1c2b
docs: new cookbook .md for claude code
...
allows rendering on models.litellm.ai
2026-01-15 16:30:08 +05:30
Harshit Jain and GitHub
8804c78cf9
docs(logging.md): add guide for mounting custom callbacks in Helm/K8s ( #19136 )
2026-01-15 15:58:44 +05:30
Sameer Kankute and GitHub
83cdfd886a
Merge pull request #19059 from BerriAI/litellm_openrouter_image_gen
...
Add openrouter support for image/generation endpoints
2026-01-15 15:48:00 +05:30
Sameer Kankute
2023982218
Fix: code quality tests
2026-01-15 15:45:53 +05:30
Sameer Kankute
58eef291f9
Fix: code quality tests
2026-01-15 15:43:48 +05:30
Sameer Kankute
7f79140ff2
Add logger to see websocket request
2026-01-15 15:07:02 +05:30
Sameer Kankute
e9a2999f61
Fix: handling of model name in query param
2026-01-15 15:06:37 +05:30
Sameer Kankute
a3cf178e24
Fix : #19089 websocket version error
2026-01-15 15:06:24 +05:30
YutaSaito and GitHub
f541bc0261
Merge pull request #19129 from BerriAI/litellm_fix_mcp_chat_completions
...
[fix] mcp chat completions
2026-01-15 18:21:37 +09:00
Yuta Saito
9d173ba4fe
fix: prevent MCP type objects from being captured in locals()
2026-01-15 17:14:58 +09:00
Yuta Saito
0db6229b63
fix: lint
2026-01-15 16:04:01 +09:00
Sameer Kankute and GitHub
e5121b3654
Merge pull request #19127 from BerriAI/litellm_enterprise_version_bump
...
bump litellm version to 0.1.28
2026-01-15 12:25:14 +05:30
Yuta Saito
1c2942d808
test: add mcp completions test
2026-01-15 15:47:45 +09:00
Yuta Saito
ba43f742ab
fix: event loop nesting issue in MCP chat completions with streaming
...
Problem: When using MCP tools with and , the following error occurred:
RuntimeError: Timeout context manager should be used inside a task
2026-01-15 15:36:56 +09:00
yuneng-jiang
c86f310ac5
Allow prevent team admins from deleting users from teams
2026-01-14 22:15:48 -08:00
Sameer Kankute
7fa8ef620b
bump litellm version to 0.1.28
2026-01-15 11:35:49 +05:30
Sameer Kankute and GitHub
dca42047b9
Merge pull request #19068 from BerriAI/litellm_responses_caching_support
...
[Fix] Add support for caching for responses API
2026-01-15 08:38:31 +05:30
Sameer Kankute
c7be5065f8
fix mypy error in caching.py
2026-01-15 08:35:08 +05:30
Ishaan Jaffer
62b4fe79b2
fix
2026-01-14 18:12:01 -08:00
yuneng-jiang and GitHub
27bc5c1fca
Merge pull request #19120 from BerriAI/litellm_yj_triage_branch
...
[Fix] Azure Storage Circular Reference Error
2026-01-14 18:08:38 -08:00
Ishaan Jaff and GitHub
458f773861
[Feat] Claude Code - Add support for Prompt Caching with Bedrock Converse ( #19123 )
...
* init BaseAnthropicMessagesPromptCachingTest
* fix UsageDelta
* fix: _create_initial_usage_delta
* TestBedrockInvokePromptCaching
* translate_anthropic_messages_to_openai wiht cache control
* fix translate_anthropic_messages_to_openai
2026-01-14 18:05:10 -08:00
yuneng-jiang
0de871b03e
Fixing unused import
2026-01-14 17:45:21 -08:00
Ishaan Jaff and GitHub
e67e9e7054
[Fix] Containers API - Allow routing to regional endpoints ( #19118 )
...
* fix get_complete_url
* fix url resolution containers API
* TestContainerRegionalApiBase
2026-01-14 17:28:18 -08:00
YutaSaito and GitHub
e3e6fc2806
Merge pull request #19122 from BerriAI/litellm_docs_mcp_troubleshooting
...
[doc] add MCP troubleshooting guide
2026-01-15 09:34:35 +09:00
yuneng-jiang and GitHub
93f3dd8008
Merge pull request #19119 from BerriAI/litellm_ui_key_edit_team_dropdown
...
[Feature] UI - Edit Key: Add search to key edit team dropdown
2026-01-14 16:17:14 -08:00
yuneng-jiang
97c39dbb7a
Fixing circular reference for azure storage
2026-01-14 16:11:55 -08:00
yuneng-jiang
a149ff448d
Fixing build
2026-01-14 15:49:31 -08:00
yuneng-jiang
a4fecc74fb
Add search to key edit team dropdown
2026-01-14 15:47:50 -08:00
Alexsander Hamir and GitHub
f442b57848
docs: Add structured issue reporting guides for CPU and memory issues ( #19117 )
2026-01-14 15:28:20 -08:00
Ishaan Jaff and GitHub
62187103b4
[Fix] Containers API - Container API routes return 401 for non-admin users - routes missing from openai_routes ( #19115 )
...
* test_containers_routes_are_llm_api_routes
* allow /containers/* API
2026-01-14 15:14:03 -08:00
yuneng-jiang
30859d763e
Fix user escalation
2026-01-14 15:13:25 -08:00
Yuta Saito
0b04145c11
doc: add MCP troubleshooting guide
2026-01-15 08:01:59 +09:00
Ishaan Jaff and GitHub
06ded8750e
[Fix] Claude Code (/messages) - Litellm fix claude code Bedrock Invoke usage, request signing ( #19111 )
...
* test_should_not_fail_with_forwarded_headers_bedrock_invoke_messages
* use common get_request_headers for BaseAWS
* fix get_request_headers
* test_should_not_fail_with_forwarded_headers_bedrock_invoke_messages
2026-01-14 14:51:50 -08:00
yuneng-jiang
b7c40a049d
Community engagement buttons
2026-01-14 14:33:25 -08:00
yuneng-jiang and GitHub
dcac090de0
Merge pull request #19053 from BerriAI/litellm_intern_user_usage
...
[Fix] /team/daily/activity Show Internal Users Their Spend Only
2026-01-14 13:47:34 -08:00
yuneng-jiang and GitHub
23e954f2b4
Merge pull request #19058 from BerriAI/litellm_ui_add_model_ant
...
[Feature] UI - Model: Anthropic Models QOL
2026-01-14 13:43:57 -08:00
Alexsander Hamir and GitHub
b352d0d4fd
[Perf] Remove premature model.dump call on the hot path ( #19109 )
2026-01-14 12:40:27 -08:00
Ishaan Jaff and GitHub
747829dadb
[Fix] Claude Code + Bedrock Converse Usage - ensure budget tokens are passed to converse api correctly ( #19107 )
...
* test_bedrock_converse_budget_tokens_preserved
* test_openai_model_with_thinking_converts_to_reasoning_effort
* fix translate_anthropic_thinking_to_reasoning_effort
* test_bedrock_converse_budget_tokens_preserved
* test_anthropic_messages_bedrock_converse_with_thinking
2026-01-14 12:02:27 -08:00
yuneng-jiang and GitHub
f0e34a46a7
Merge pull request #19045 from dominicfeliton/main
...
fix: model hub client side exception
2026-01-14 11:58:42 -08:00
Peter Dave Hello and GitHub
62eee47618
Add support for OpenAI's gpt-5.2-codex ( #19101 )
...
Reference:
- https://openai.com/index/introducing-gpt-5-2-codex/
- https://platform.openai.com/docs/models/gpt-5.2-codex
2026-01-14 11:49:40 -08:00
Rayan Pal and GitHub
f880ea537f
fix(vertex): add type object to tool schemas missing type field ( #19103 )
...
Tools with no parameters (like EnterPlanMode from Anthropic Agents SDK)
send schemas with only $schema and no type field. Gemini rejects these
with "functionDeclaration parameters schema should be of type OBJECT".
Adds type: object when schema has no type and no anyOf/oneOf/allOf.
2026-01-15 00:43:35 +05:30
Emerson Gomes and GitHub
9f6fa4fb49
Fix Azure Grok prices ( #19102 )
2026-01-15 00:30:47 +05:30