Commit Graph
20844 Commits
Author SHA1 Message Date
Ishaan Jaff 9d10befa09 test_litellm_proxy_server_config_no_general_settings 2025-03-25 19:16:34 -07:00
Ishaan Jaff 4386558582 litellm_proxy_reliability_tests 2025-03-25 19:11:13 -07:00
Ishaan Jaff 53d9e33e78 fix setup toxi proxy 2025-03-25 18:59:26 -07:00
Ishaan Jaff 9e2d230339 litellm_proxy_reliability_tests 2025-03-25 18:23:52 -07:00
Ishaan Jaff 6f138c79a7 run toxi proxy tests 2025-03-25 18:19:11 -07:00
Ishaan Jaff 83b41f95e7 Setup Toxiproxy 2025-03-25 18:05:41 -07:00
Ishaan Jaff bf7241abd1 litellm_proxy_reliability_tests 2025-03-25 18:02:01 -07:00
Ishaan Jaff 53a586e876 TOXI_PROXY_DATABASE_URL 2025-03-25 17:59:38 -07:00
Ishaan Jaff 34c3825d13 fix path 2025-03-25 17:53:30 -07:00
Ishaan Jaff 7b09d88680 fix setup 2025-03-25 17:52:12 -07:00
Ishaan Jaff c6d5793bf6 add toxi proxy tests to ci/cd 2025-03-25 17:50:27 -07:00
Ishaan Jaff ce49e27217 fixes for auth checks 2025-03-25 15:44:13 -07:00
Ishaan Jaff 59040167ac fix ProxyErrorTypes 2025-03-25 14:40:11 -07:00
Ishaan Jaff 4c87084ff7 UserAPIKeyAuthExceptionHandler 2025-03-25 14:07:14 -07:00
Krrish Dholakia ff61ce6751 docs: update release note with patch 2025-03-25 10:17:34 -07:00
Ishaan Jaff b19529a46e fix docker compose 2025-03-25 07:03:43 -07:00
92883560f0 fix vertex ai multimodal embedding translation (#9471)
* remove data:image/jpeg;base64, prefix from base64 image input

vertex_ai's multimodal embeddings endpoint expects a raw base64 string without `data:image/jpeg;base64,` prefix.

* Add Vertex Multimodal Embedding Test

* fix(test_vertex.py): add e2e tests on multimodal embeddings

* test: unit testing

* test: remove sklearn dep

* test: update test with fixed route

* test: fix test

---------

Co-authored-by: Jonarod <jonrodd@gmail.com>
Co-authored-by: Emerson Gomes <emerson.gomes@thalesgroup.com>
2025-03-24 23:23:28 -07:00
Krrish Dholakia 75994d0bf0 test: improve flaky test 2025-03-24 23:15:04 -07:00
superpoussin22andGitHub 12fdd25841 Update model_prices_and_context_window.json (#9459)
add mistral-small for vertex_ai
2025-03-24 22:44:00 -07:00
a619580bf8 Add vertexai topLogprobs support (#9518)
* Added support for top_logprobs in vertex gemini models

* Testing for top_logprobs feature in vertexai

* Update litellm/llms/vertex_ai/gemini/vertex_and_google_ai_studio_gemini.py

Co-authored-by: Tom Matthews <tomukmatthews@gmail.com>

* refactor(tests/): refactor testing to be in correct repo

---------

Co-authored-by: Aditya Thaker <adityathaker28@gmail.com>
Co-authored-by: Tom Matthews <tomukmatthews@gmail.com>
2025-03-24 22:42:38 -07:00
Ishaan Jaff da16cef4ba Expose MCP tools 2025-03-24 21:36:02 -07:00
Ishaan Jaff 18dfb70023 mcp docs, exposing tools now live 2025-03-24 21:35:29 -07:00
Ishaan Jaff f1a8b1984a fix mcp test deps 2025-03-24 21:34:18 -07:00
Krish DholakiaandGitHub bd309a28c5 Merge pull request #9512 from BerriAI/litellm_dev_03_24_2025_p3
fix(invoke_handler.py): remove hard coded chunk on streaming usage
2025-03-24 21:21:36 -07:00
Ishaan Jaff 80f201ff15 bump: version 1.64.0 → 1.64.1 2025-03-24 21:21:18 -07:00
Ishaan Jaff f2b9a7f2ea pip install "langchain_mcp_adapters==0.0.5" 2025-03-24 21:20:11 -07:00
Ishaan Jaff 863fe3a4d2 fix import mcp router 2025-03-24 21:08:24 -07:00
Ishaan Jaff fb3a67ba8d fix code quality 2025-03-24 21:06:17 -07:00
Ishaan Jaff dcc2edbd4d fix mcp import 2025-03-24 21:02:54 -07:00
Ishaan JaffandGitHub df1789902d Merge pull request #9426 from BerriAI/litellm_exp_mcp_server
[Feat] Support for exposing MCP tools on litellm proxy
2025-03-24 20:48:46 -07:00
Ishaan Jaff 4a675da0f9 fix setup 2025-03-24 19:10:59 -07:00
Ishaan Jaff 08a4ba1b7e Merge branch 'main' into litellm_exp_mcp_server 2025-03-24 19:03:56 -07:00
Ishaan Jaff 395e4e73d0 langchain_mcp_adapters 2025-03-24 18:59:32 -07:00
Ishaan Jaff ab1f87bb59 add "mcp==1.5.0" to optional pyproject for litellm proxy 2025-03-24 18:56:32 -07:00
Ishaan Jaff 002837f962 fix linting errors 2025-03-24 18:48:43 -07:00
Ishaan Jaff ffce25cd94 bump deps 2025-03-24 18:44:24 -07:00
Ishaan Jaff 6e3f86f12f fix using mcp router 2025-03-24 18:36:42 -07:00
Ishaan JaffandGitHub d17ab7da2a Merge pull request #9508 from BerriAI/litellm_fix_gcs_pub_sub
[Fix] Use StandardLoggingPayload for GCS Pub Sub Logging Integration
2025-03-24 18:22:43 -07:00
Krrish Dholakia 5089dbfcfb fix(invoke_handler.py): remove hard code 2025-03-24 17:58:26 -07:00
Krish DholakiaandGitHub a2ed9e4b80 Merge pull request #9509 from BerriAI/litellm_dev_03_24_2025_p1
Log 'api_base' on spend logs
2025-03-24 17:16:02 -07:00
Krrish Dholakia 34166eb65c ci: update with clean db
db had expired key
1.64.0.dev1
2025-03-24 17:12:18 -07:00
Ishaan Jaff 5411aed2a8 fix mcp version 2025-03-24 16:57:47 -07:00
Ishaan Jaff aaa567737b bump MCP 2025-03-24 16:53:01 -07:00
Ishaan Jaff fe2e2cb357 Show current pydantic version 2025-03-24 16:46:53 -07:00
Ishaan Jaff 60242f9e48 fix py version 2025-03-24 16:45:43 -07:00
Ishaan Jaff eef8043a86 update requirements.txt 2025-03-24 16:43:24 -07:00
Ishaan Jaff ff8a6d7cea litellm_utils_testing 2025-03-24 16:41:50 -07:00
Ishaan Jaff 0faf23c751 update to cimg/python:3.13.1 on ci/cd 2025-03-24 16:01:32 -07:00
Ishaan Jaff ade2ea8f20 fix order of load tests on config.yml 2025-03-24 15:55:51 -07:00
Ishaan Jaff 36d17c23ac fix flaky test test_openai_responses_api_web_search_cost_tracking 2025-03-24 15:51:33 -07:00