Sameer Kankute
3ab1c31e4e
(Feat) Add cost tracking for Vertex AI Passthrough /predict endpoint ( #15019 )
...
* Add cost tracking for passthrough for predict endpoint
* restore file
2025-09-29 13:19:04 -07:00
Krrish Dholakia
bc6e6e7a28
fix(auth_checks.py): add auth checks to mcp server on call tools
2025-09-29 13:13:10 -07:00
Ishaan Jaff
4dc23e8079
Revert "feat: improve vertex AI/gemini api_base handling for proxy services (…" ( #15042 )
...
This reverts commit ff2d19e4ca .
2025-09-29 13:03:46 -07:00
Zero Clover
ff2d19e4ca
feat: improve vertex AI/gemini api_base handling for proxy services ( #15039 )
2025-09-29 12:12:32 -07:00
Shubham Pathak
3f312d0527
Added test
2025-09-29 21:43:31 +05:30
Sameerlite
58955a0348
Ignore type param for gemini tools
2025-09-29 16:32:21 +05:30
Henry Wang
99a884019b
test(gemini): Add unit tests for Google GenAI adapter
...
This commit adds a comprehensive suite of unit tests for the Google GenAI adapter to ensure compliance with the project's contribution guidelines.
The new tests cover four main areas:
- Request parameter translation
- Streaming response handling
- Router methods for Google GenAI
- Proxy endpoints for Google GenAI
Additionally, this commit includes minor formatting and linting fixes identified during development.
2025-09-29 18:51:35 +08:00
anthony-liner
9ca73d5504
fix: set usage_details.total in langfuse integration
2025-09-29 16:30:44 +09:00
Krish Dholakia
0d738b2899
Merge pull request #14986 from uc4w6c/fix/remove-servername-prefix-mcp_tools-tests
...
Fix/remove servername prefix mcp tools tests
2025-09-28 18:00:23 -07:00
Krish Dholakia
e7939b0521
Merge pull request #14983 from abhijitjavelin/main
...
Feat: Add Javelin standalone guardrails integration for LiteLLM Proxy
2025-09-28 17:59:07 -07:00
Krrish Dholakia
f32b0364c4
fix: fix tests
2025-09-28 17:55:46 -07:00
Yuta Saito
be5010a675
test: fix tests
2025-09-29 07:21:32 +09:00
Yuta Saito
dae7d08ff2
Revert "Revert "Merge pull request #14720 from uc4w6c/feat/remove-servername-prefix-mcp_tools""
...
This reverts commit a88d774f94 .
2025-09-29 07:12:24 +09:00
TobiMayr
3c99d2236a
feature/add max requests env var
2025-09-28 19:18:56 +01:00
Krish Dholakia
c328b4a036
Merge pull request #15002 from BerriAI/litellm_dev_09_27_2025_p3
...
MCP - specify forwardable headers, specify allowed/disallowed tools for MCP servers
2025-09-28 09:21:52 -07:00
Krrish Dholakia
53d0cbb1b7
fix: update tests + logic for passing multiple headers
2025-09-28 09:09:11 -07:00
Krrish Dholakia
9403efa511
test: fix tests
2025-09-28 08:54:15 -07:00
Krrish Dholakia
1256dd53d9
test: update tests
2025-09-28 08:53:11 -07:00
Abhijit L
0d7256cd4e
fix: reject status code and tests.
2025-09-28 16:56:28 +05:30
Abhijit L
8169c61a48
fix: tests
2025-09-28 15:46:38 +05:30
Ishaan Jaff
7052108d19
test_completion_azure
2025-09-27 22:44:46 -07:00
Ishaan Jaff
32ed5ae2b9
test_completion_cost
2025-09-27 22:43:51 -07:00
Sameerlite
d28ffc9e09
remove not needed code
2025-09-28 10:10:55 +05:30
Sameer Kankute
f510ac15f8
Merge branch 'main' into litellm_live_api_passthrough
2025-09-28 09:45:57 +05:30
Krrish Dholakia
340262c85f
feat(server.py): only show allowed mcp tools
2025-09-27 20:57:12 -07:00
Krrish Dholakia
526156ed9d
feat(mcp/): allows admin to prevent llm's from accidentally deleting github repo's even if user is allowed to do this
2025-09-27 19:36:11 -07:00
abhijitjavelin
aedcedb2b6
Merge branch 'BerriAI:main' into main
2025-09-28 07:53:06 +05:30
Ishaan Jaffer
35c14f7178
Revert "Merge pull request #14821 from hazyone/fix-13380"
...
This reverts commit 37ea89eff0 , reversing
changes made to aede742db5 .
2025-09-27 18:52:59 -07:00
Ishaan Jaffer
ce57f59531
test_gemini_pass_through_endpoint
2025-09-27 17:17:12 -07:00
Krrish Dholakia
0ff7177373
feat(user_api_key_auth_mcp.py): pass extra headers from clientside straight through - allow multiple clientside headers
...
Closes LIT-952
2025-09-27 17:11:06 -07:00
Ishaan Jaffer
9c9b71f62e
fix bedrock end of life img gen models
2025-09-27 17:02:48 -07:00
Ishaan Jaffer
0ec7dace79
test_embedding
2025-09-27 16:57:27 -07:00
Krrish Dholakia
82948b9a1a
test: update test
2025-09-27 16:30:52 -07:00
Krrish Dholakia
0560cb5cfe
fix(openai/image_edit/transformation.py): fix passing multiple images to openai
2025-09-27 16:03:17 -07:00
Ishaan Jaffer
6d74f33043
test azure instruct
2025-09-27 15:01:25 -07:00
Ishaan Jaffer
a6ea8a5984
test_openai_stream_options_call
2025-09-27 15:01:25 -07:00
Ishaan Jaffer
5077e36f1b
test_completion_azure
2025-09-27 15:01:25 -07:00
Ishaan Jaffer
73c32c01a4
test_chat_azure_stream
2025-09-27 15:01:25 -07:00
Krish Dholakia
a7470b3291
Merge pull request #14982 from BerriAI/litellm_ci_cd_linting_fixes_09_29_2025_p2
...
Litellm ci cd linting fixes 09 29 2025 p2
2025-09-27 14:41:39 -07:00
Krrish Dholakia
4e283aa13b
fix: fix linting errors
2025-09-27 14:25:05 -07:00
Ishaan Jaffer
5d7694293f
fix passthru tests
2025-09-27 14:24:55 -07:00
Krrish Dholakia
e644953c0f
fix: fix linting errors
2025-09-27 14:19:11 -07:00
Ishaan Jaffer
3c5e0abaf2
async_log_success_event
2025-09-27 14:17:13 -07:00
Krish Dholakia
f9331ac43e
Merge branch 'main' into litellm_ci_cd_linting_fixes_09_29_2025_p2
2025-09-27 14:15:27 -07:00
Krrish Dholakia
77670fa419
fix: fix test
2025-09-27 14:14:40 -07:00
Ishaan Jaffer
b97e56252d
test_openai_azure_embedding_optional_arg
2025-09-27 14:03:23 -07:00
Krrish Dholakia
c9f29dd0c5
fix: fix linting errors
2025-09-27 14:02:27 -07:00
Ishaan Jaffer
0efb0e2990
test_completion_gemini
2025-09-27 14:00:01 -07:00
Ishaan Jaffer
cb2e63621b
test_aaparallel_function_call
2025-09-27 13:59:36 -07:00
Ishaan Jaffer
5d04625baa
test_aaaaazure_tenant_id_auth
2025-09-27 13:59:17 -07:00