Commit Graph

30308 Commits

Author SHA1 Message Date
Sameer Kankute
9ac490de62
Merge pull request #19179 from BerriAI/litellm_fix_streaming_chunk
Fix : test_stream_chunk_builder_litellm_mixed_calls
2026-01-16 10:52:25 +05:30
YutaSaito
18de9d71af
Merge pull request #19182 from BerriAI/litellm_fix_ci_test_proxy_routes
[test] handle wildcard routes in route validation test
2026-01-16 13:07:00 +09:00
Sameer Kankute
aec1990dc2 Fix : test_streaming_multiple_partial_tool_calls 2026-01-16 09:29:54 +05:30
Yuta Saito
3a55f68ea4 test: handle wildcard routes in route validation test 2026-01-16 12:53:27 +09:00
YutaSaito
f123e08b16
Merge pull request #19178 from BerriAI/litellm_fix_ci_litellm_mapped_tests_llms
[tests] skip Azure SDK init check for acreate_skill
2026-01-16 12:17:55 +09:00
Sameer Kankute
3ca79a82ae Fix : test_stream_chunk_builder_litellm_mixed_calls 2026-01-16 08:45:28 +05:30
YutaSaito
e84a8bff4d
Merge pull request #19177 from BerriAI/revert-19109-litellm_weekly_overhead_work_006
Revert "[Perf] Remove premature model.dump call on the hot path"
2026-01-16 12:13:05 +09:00
Yuta Saito
1c38847b17 tests: skip Azure SDK init check for acreate_skill 2026-01-16 12:03:38 +09:00
YutaSaito
3d80432675
Merge pull request #19175 from BerriAI/revert-19053-litellm_intern_user_usage
Revert "[Fix] /team/daily/activity Show Internal Users Their Spend Only"
2026-01-16 11:50:36 +09:00
John Greek
07b1f84ec6
fix(bedrock): strip throughput tier suffixes from model names (#19147)
Co-authored-by: Greek, John <jgreek@users.noreply.github.com>
2026-01-15 18:43:10 -08:00
YutaSaito
ba9ac6e255
Revert "[Perf] Remove premature model.dump call on the hot path (#19109)"
This reverts commit b352d0d4fd.
2026-01-16 11:36:40 +09:00
Guilherme Segantini
282a28db8b
Improve documentation for routing LLM calls via SAP Gen AI Hub (#19166)
* fix(sap): resolve JSON serialization error and update documentation

- Fix 'Object of type cached_property is not JSON serializable' error
- Replace @cached_property with manual caching in deployment_url
- Update documentation examples to match sap_proxy_config.yaml
- Add Anthropic model naming clarification (anthropic-- prefix)
- Improve authentication documentation with tabbed interface

Fixes critical bug preventing SAP Gen AI Hub integration from working.
Fully tested with both chat and embedding endpoints.

* docs: update SAP provider documentation

* Update SAP provider documentation with better setup instructions

Rewrote the SAP docs to make it easier for users to get started. Added a quick start section, clarified the authentication options, explained model naming differences between SDK and proxy usage, and included some troubleshooting tips.

* Revert transformation files - keep only documentation changes
2026-01-15 18:36:11 -08:00
Emerson Gomes
e8fa8c5fa1
fix gcp glm-4.7 pricing (#19172) 2026-01-15 18:35:40 -08:00
Ishaan Jaff
b5b9c39beb
[Docs Guide] Litellm claude code end user tracking (#19176)
* add to sidebar

* v1 guide

* guide claude granular cost tracking

* docs fix
2026-01-15 18:32:58 -08:00
YutaSaito
bbf9a9e6e6
Revert "[Fix] /team/daily/activity Show Internal Users Their Spend Only" 2026-01-16 11:27:59 +09:00
YutaSaito
1d16029ce7
Merge pull request #19173 from BerriAI/revert-19062-gemini-defsrefs
Revert "fix(gemini): dereference $defs/$ref in tool response content"
2026-01-16 10:58:38 +09:00
YutaSaito
9bd313dc4a
Revert "fix(gemini): dereference $defs/$ref in tool response content (#19062)"
This reverts commit 84dad952a2.
2026-01-16 10:58:26 +09:00
Ishaan Jaff
117c7dd158
[Feat] Claude Code - Add End-user tracking with Claude Code (#19171)
* add claude code customer usage tracking

* fix get end user trackign claude code

* TestGetCustomerIdFromStandardHeaders
2026-01-15 17:57:10 -08:00
YutaSaito
9de97b9724
Merge pull request #19170 from BerriAI/litellm_fix_ci_check_code_and_doc_quality
Litellm fix ci check code and doc quality
2026-01-16 10:41:51 +09:00
Yuta Saito
c03630d95e test: fix missing test 2026-01-16 10:33:53 +09:00
yuneng-jiang
e0a29cac99
Merge pull request #19164 from BerriAI/litellm_ui_model_select_comp
[Feature] UI - Reusable Model Select
2026-01-15 17:25:12 -08:00
YutaSaito
05a1d15c65
Merge pull request #19168 from BerriAI/revert-19027-litellm_add_0_budget_model_bypass
Revert "[Feat] Add support for 0 cost models"
2026-01-16 10:21:51 +09:00
Yuta Saito
5cba724654 chore: fix lint error 2026-01-16 10:19:27 +09:00
Yuta Saito
993742166d test: fix router_code_coverage test fail 2026-01-16 10:16:01 +09:00
Ishaan Jaffer
3bb6046ca0 test fix 2026-01-15 16:48:21 -08:00
Ishaan Jaffer
b21484d229 test fix 2026-01-15 16:48:21 -08:00
Ishaan Jaff
362b1a1577
[Feat] Add support for Tool Search on /messages API - Azure, Bedrock, Anthropic API (#19165)
* fix _update_headers_with_anthropic_beta

* init ANTHROPIC_BETA_HEADER_VALUES

* fix ANTHROPIC_BETA_HEADER_VALUES

* fix: _update_headers_with_anthropic_beta - anthropic API

* init _update_headers_with_anthropic_beta - azure AI support

* init VertexAIPartnerModelsAnthropicMessagesConfig

* fix _get_total_tokens_from_usage

* working TestBedrockInvokeToolSearch

* fix get_extra_headers

* TestBedrockInvokeToolSearch

* _get_tool_search_beta_header_for_bedrock

* fix mypy linting
2026-01-15 16:35:00 -08:00
YutaSaito
960bdbbd8e
Revert "[Feat] Add support for 0 cost models" 2026-01-16 09:33:38 +09:00
Alexsander Hamir
3d59f336e2
Fix Azure embeddings JSON parsing to prevent connection leaks and ensure proper router cooldown (#19167) 2026-01-15 16:22:33 -08:00
yuneng-jiang
6a7edd8f2b
Merge pull request #18785 from BerriAI/litellm_user_promethus_metrics
[Feature] User Metrics for Promethus
2026-01-15 15:51:02 -08:00
yuneng-jiang
e07106244e
Merge pull request #19116 from BerriAI/litellm_org_admin_escalte
[Fix] /user/new Privilege Escalation
2026-01-15 15:50:43 -08:00
yuneng-jiang
9a0f50cd5c
Merge pull request #19128 from BerriAI/litellm_ui_all_proxy_models
[Feature] UI - Allow Preventing Team Admins From Deleting Members From Teams
2026-01-15 15:50:35 -08:00
yuneng-jiang
542248adb9
Merge pull request #19114 from BerriAI/litellm_ui_header_buttons
[Feature] UI - Community Engagement Buttons
2026-01-15 15:50:02 -08:00
yuneng-jiang
08f316b26a fixing build 2 2026-01-15 15:48:25 -08:00
yuneng-jiang
4de05d1e8d fixing build 2026-01-15 15:41:35 -08:00
yuneng-jiang
812ac7e838 Reusable model select 2026-01-15 15:19:03 -08:00
Cesar Garcia
8a3a0f4db1
chore: remove unused test files from repository root (#19150)
Remove orphaned test files that are not referenced in any tests or code:
- flux2_test_image.png
- test_generic_guardrail_config.yaml
- test_image_edit.png (root only, tests/image_gen_tests/ copy preserved)
- document.txt
- batch_small.jsonl (root and tests/batches_tests/)
2026-01-16 02:34:41 +05:30
Krrish Dholakia
b237349405 docs: document more tutorials on website 2026-01-16 01:50:00 +05:30
Krish Dholakia
664ee27ef5
Litellm dev 01 15 2026 p1 (#19153)
* fix: safely handle unmapped call type

* docs: cleanup links for ai coding tools

* docs(claude_non_anthropic_models.md): add tutorial showing non anthropic model connection to claude code

* docs: link to non-anthropic model tutorial for claude code
2026-01-16 00:48:41 +05:30
Vikash
c619569604
Added ability to customize logfire base url through env var (#19148)
* Added ability to customize logfire base url through env var

* Added test to check if env var is used correctly for logfire

* Document the env var

* Documented env var in config_settings.md
2026-01-16 00:10:59 +05:30
yuneng-jiang
d44b1472f0 fixing build 2026-01-15 09:33:07 -08:00
yuneng-jiang
79d35ecf9b Adjust icons for buttons 2026-01-15 09:30:40 -08:00
Sameer Kankute
8b7c36c271
Merge pull request #19135 from BerriAI/litellm_websocker_realtime_fix
Fix model name from query param in realtime request
2026-01-15 22:26:28 +05:30
Sameer Kankute
0ae471aba9
Merge pull request #19141 from BerriAI/litellm_stablise_mock_tests
Stabilise mock tests
2026-01-15 22:25:41 +05:30
Sameer Kankute
8c454eb74f Fix: mock test tests 2026-01-15 22:02:51 +05:30
Sameer Kankute
83e33944ef Fix: mock test tests 2026-01-15 22:02:42 +05:30
Sameer Kankute
890fa85a33 Fix: response enterprise tests 2026-01-15 21:25:22 +05:30
Harshit Jain
3ad8fa5422
fix: mount config.yaml as single file in Helm chart (#19146) 2026-01-15 21:21:13 +05:30
Krrish Dholakia
04eec6c909 docs: update index.json 2026-01-15 20:54:30 +05:30
Krrish Dholakia
c7ca2dd4d8 docs(claude_mcp.md): separate claude mcp tutorial into a separate doc
easier to surface
2026-01-15 20:52:31 +05:30