Krrish Dholakia
f859c6ac0f
fix(llm_passthrough_endpoints.py): fix raising helpful debug error message
2025-03-22 15:06:16 -07:00
Ishaan Jaff
cf22d31b2b
search_context_cost_per_query
2025-03-22 14:52:58 -07:00
Ishaan Jaff
3a454d00df
Merge branch 'main' into litellm_web_search_2
2025-03-22 14:35:32 -07:00
Ishaan Jaff
1f1f79d7cf
gpt-4o-mini-search-preview-2025-03-11
2025-03-22 14:31:04 -07:00
Ishaan Jaff
647bc314de
add gpt-4o-search-preview-2025-03-11 to model cost map
2025-03-22 14:29:57 -07:00
Ishaan Jaff
bddbeff717
test_openai_web_search_logging_cost_tracking
2025-03-22 14:29:02 -07:00
Krish Dholakia
d3baaf7961
Merge pull request #9467 from BerriAI/litellm_dev_03_22_2025_p1
...
Refactor vertex ai passthrough routes - fixes unpredictable behaviour w/ auto-setting default_vertex_region on router model add
2025-03-22 14:11:57 -07:00
Krrish Dholakia
02ea5a1f1e
docs(vertex_ai.md): document supported vertex passthrough flows
2025-03-22 14:07:26 -07:00
Ishaan Jaff
a4f91c518a
fix supports web search
2025-03-22 14:06:14 -07:00
Ishaan Jaff
7dd37a5b18
fix supports_web_search
2025-03-22 14:02:51 -07:00
Ishaan Jaff
ac292f4cbc
fix supports_web_search
2025-03-22 14:02:00 -07:00
Ishaan Jaff
1d7accce9e
test_supports_web_search
2025-03-22 13:49:35 -07:00
Ishaan Jaff
d468a2fa34
Merge pull request #9465 from BerriAI/litellm_add_openai_web_search
...
[Feat] Add OpenAI Web Search Tool Call Support - Initial support
2025-03-22 13:45:42 -07:00
Ishaan Jaff
cae75fe46b
fix supports_web_search
2025-03-22 13:44:44 -07:00
Ishaan Jaff
69c9a782b2
add supports_web_search
2025-03-22 13:32:22 -07:00
Ishaan Jaff
78c371d2e8
search_context_cost_per_query test
2025-03-22 13:08:57 -07:00
Ishaan Jaff
373d59720b
search_context_cost_per_query
2025-03-22 13:07:17 -07:00
Ishaan Jaff
df6901f39e
search_context_cost_per_1k_calls
2025-03-22 13:04:24 -07:00
Ishaan Jaff
c4cbfd5716
supports_web_search
2025-03-22 13:01:41 -07:00
Ishaan Jaff
baa2bdb762
add supports_web_search
2025-03-22 12:59:50 -07:00
Ishaan Jaff
d2e36d8bed
search_context_cost_per_1k_calls
2025-03-22 12:57:00 -07:00
Krrish Dholakia
6b2f385ddf
test: update tests
2025-03-22 12:56:42 -07:00
Ishaan Jaff
1bdb94a314
add search_context_cost_per_1k_calls to model cost map spec
2025-03-22 12:56:21 -07:00
Krrish Dholakia
fe004bc45c
build: cleanup unused files
2025-03-22 12:54:11 -07:00
Krrish Dholakia
6f719d0461
test: fix test
2025-03-22 12:50:58 -07:00
Krrish Dholakia
3ce3689282
test: migrate testing
2025-03-22 12:48:53 -07:00
Krrish Dholakia
92d4486a2c
fix(llm_passthrough_endpoints.py): raise verbose error if credentials not found on proxy
2025-03-22 11:49:51 -07:00
Ishaan Jaff
792a2d6115
test_is_chunk_non_empty_with_annotations
2025-03-22 11:41:53 -07:00
Ishaan Jaff
44f4c623e2
Add annotations to the delta
2025-03-22 11:38:30 -07:00
Ishaan Jaff
5c59a6a58f
test_openai_web_search_streaming
2025-03-22 11:36:34 -07:00
Krrish Dholakia
be72ecc23f
test: add more e2e testing
2025-03-22 11:35:57 -07:00
Krrish Dholakia
06e69a414e
fix(vertex_ai/common_utils.py): fix handling constructed url with default vertex config
2025-03-22 11:32:01 -07:00
Krrish Dholakia
b44b3bd36b
feat(llm_passthrough_endpoints.py): base case passing for refactored vertex passthrough route
2025-03-22 11:06:52 -07:00
Ishaan Jaff
3dbbc89fd2
test_openai_web_search
2025-03-22 10:53:47 -07:00
Ishaan Jaff
3764aa1729
test open ai web search
2025-03-22 10:44:04 -07:00
Ishaan Jaff
dc5bf10009
feat - add openai web search
2025-03-22 10:43:35 -07:00
Krrish Dholakia
94d3413335
refactor(llm_passthrough_endpoints.py): refactor vertex passthrough to use common llm passthrough handler.py
2025-03-22 10:42:46 -07:00
Ishaan Jaff
4683b8ea70
add search_context_cost_per_1k_calls
2025-03-22 10:24:08 -07:00
Ishaan Jaff
6bc6859224
Merge pull request #9458 from BerriAI/dependabot/npm_and_yarn/ui/litellm-dashboard/next-14.2.25
...
build(deps): bump next from 14.2.21 to 14.2.25 in /ui/litellm-dashboard
2025-03-22 07:51:09 -07:00
Ishaan Jaff
779037a0c0
Merge pull request #9464 from luisegarduno/patch-1
...
docs(predibase): fix typo
2025-03-22 07:50:42 -07:00
Luis
27b88c3021
fix typo in predibase.md
2025-03-22 08:47:33 -04:00
Krish Dholakia
950edd76b3
Merge pull request #9454 from BerriAI/litellm_dev_03_21_2025_p3
...
Fix route check for non-proxy admins on jwt auth
2025-03-21 22:32:46 -07:00
Krrish Dholakia
364ea3b7dc
test: fix test
2025-03-21 22:02:39 -07:00
Ishaan Jaff
6802408057
bump gunicorn - fix security issue on gunicorn
2025-03-21 21:58:43 -07:00
Ishaan Jaff
7e9fc92f5c
security fix - bump gunicorn==23.0.0 # server dep
2025-03-21 21:56:56 -07:00
Ishaan Jaff
ddfa753485
mcp servers.json
2025-03-21 21:51:57 -07:00
Ishaan Jaff
e85e3bc52a
bump to pip install "openai==1.68.2"
2025-03-21 21:49:54 -07:00
Ishaan Jaff
9bc5aaee64
fix ModelParamHelper
2025-03-21 21:35:49 -07:00
Ishaan Jaff
71d9ce00a9
Merge pull request #9455 from BerriAI/litellm_contributor_fix_mar_21
...
fix(model_param_helper.py): update _get_litellm_supported_transcription_kwargs() to use proper annotations from TranscriptionCreateParamsNonStreaming & `TranscriptionCreateParamsStreaming
2025-03-21 21:07:39 -07:00
Ishaan Jaff
23b86ccd9f
Merge branch 'main' into litellm_contributor_fix_mar_21
2025-03-21 21:07:20 -07:00