Commit graph

13483 commits

Author SHA1 Message Date
Krrish Dholakia
1fbe279084 fix(internal_user_endpoints.py): allow internal user to query their own info, without knowing their id
make it easy to debug when admin endpoints don't work as expected
2025-03-11 20:24:51 -07:00
Ishaan Jaff
8fa313ab07 add async streaming support 2025-03-11 20:00:42 -07:00
Ishaan Jaff
cb270887a7 ResponsesAPIStreamingIterator 2025-03-11 19:49:09 -07:00
Ishaan Jaff
aa40cb5b26 working ResponsesAPIStreamingIterator 2025-03-11 19:47:43 -07:00
Sunny Wan
5dfd0adf19 Update model_prices_and_context_window_backup.json 2025-03-11 22:22:28 -04:00
Sunny Wan
f4539fb95a changed to chat/transformations 2025-03-11 22:21:12 -04:00
Krrish Dholakia
9351b45d0c fix: fix linting errors 2025-03-11 18:49:55 -07:00
Krrish Dholakia
145cd483b9 fix(handler.py): same as last commit 2025-03-11 18:48:12 -07:00
Krrish Dholakia
42af49cd87 fix: fix merge conflicts 2025-03-11 18:41:41 -07:00
Krish Dholakia
8dea6e91a6
Merge branch 'litellm_dev_03_10_2025_p3' into litellm_router_client_init_migration 2025-03-11 18:27:56 -07:00
Krrish Dholakia
e4fc6422e2 fix: fix max parallel requests client 2025-03-11 18:25:48 -07:00
Krrish Dholakia
e6f21d3654 fix: fix linting error 2025-03-11 18:17:00 -07:00
Krrish Dholakia
2469072c50 fix: remove unused imports 2025-03-11 18:15:10 -07:00
Krrish Dholakia
9b588f53f5 fix: fix linting error 2025-03-11 18:08:01 -07:00
Krrish Dholakia
58888f117c feat(azure.py): fix azure client init 2025-03-11 18:05:11 -07:00
Krrish Dholakia
3bc7c35cb5 fix: consistent usage of http_client across azure client init 2025-03-11 17:48:31 -07:00
Ishaan Jaff
8da714104b ResponsesAPIStreamingResponse 2025-03-11 17:48:15 -07:00
Krrish Dholakia
9af73f339a test: fix tests 2025-03-11 17:42:36 -07:00
Ishaan Jaff
f32968409e working basic openai response api request 2025-03-11 17:37:19 -07:00
Ishaan Jaff
2ac5aa2477 ResponsesAPIOptionalRequestParams 2025-03-11 17:36:06 -07:00
Krrish Dholakia
cbc2e84044 refactor(azure.py): refactor to have client init work across all endpoints 2025-03-11 17:27:24 -07:00
Ishaan Jaff
b3999b4c75 transform_response_api_response 2025-03-11 17:03:31 -07:00
Ishaan Jaff
d3575f0a31 working async_response_api_handler 2025-03-11 16:58:43 -07:00
Ishaan Jaff
dff8308e92 add transform_response_api_response 2025-03-11 16:53:18 -07:00
Ishaan Jaff
eafc1be132 add ResponsesAPIResponse 2025-03-11 16:46:28 -07:00
Ishaan Jaff
0f8de3d0a5 add transform_request for OpenAI responses API 2025-03-11 16:33:26 -07:00
Ishaan Jaff
c7e8534df4 BaseResponsesAPIConfig 2025-03-11 16:14:14 -07:00
Ishaan Jaff
980354b78b add validate_environment, get_complete_url 2025-03-11 16:12:36 -07:00
Ishaan Jaff
2c6774e3ee get_optional_params_responses_api 2025-03-11 16:00:49 -07:00
Ishaan Jaff
4d55212c62 add BaseResponsesAPIConfig 2025-03-11 15:57:53 -07:00
Ishaan Jaff
401a52e694 working transform 2025-03-11 15:24:42 -07:00
Ishaan Jaff
368f1de2e1 add OpenAIResponsesAPIConfig 2025-03-11 15:10:34 -07:00
Ishaan Jaff
6462466e02 add OpenAIResponsesAPIConfig 2025-03-11 15:09:42 -07:00
Krrish Dholakia
d99d60a182 refactor(batches/main.py): working refactored azure client init on batches 2025-03-11 14:36:38 -07:00
Ishaan Jaff
8c4331638e add aysnc aresponses 2025-03-11 14:33:50 -07:00
Ishaan Jaff
d6c82327e6 working import litellm.responses 2025-03-11 14:32:32 -07:00
Ishaan Jaff
4b1b87eb67 openai reasoning initial types 2025-03-11 14:28:47 -07:00
Krrish Dholakia
af71e14d79 refactor(azure/audio_transcriptions.py): support client init with common logic 2025-03-11 14:24:12 -07:00
Krrish Dholakia
2c2404dac9 refactor(azure.py): working client init logic in azure image generation 2025-03-11 14:22:25 -07:00
Krrish Dholakia
152bc67d22 refactor(azure.py): working azure client init on audio speech endpoint 2025-03-11 14:19:45 -07:00
Krrish Dholakia
f7d9cce536 refactor(azure.py): refactor acompletion to use base azure sdk client 2025-03-11 13:59:13 -07:00
Ishaan Jaff
5d9d62bef3 fix gemini/gemini-2.0-pro-exp-02-05 on model cost map
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 14s
Helm unit test / unit-test (push) Successful in 22s
2025-03-11 12:29:46 -07:00
Krrish Dholakia
b58edb7fa1 test(test_azure_common_utils.py): add unit testing for common azure client params function 2025-03-11 12:24:08 -07:00
Ishaan Jaff
9692b2ed73 ui new build 2025-03-11 12:22:12 -07:00
Krrish Dholakia
69839b3720 refactor(azure/common_utils.py): refactor azure client param logic
create common util for azure client param logic
2025-03-11 12:14:50 -07:00
Krrish Dholakia
ea4231f802 build(model_prices_and_context_window.json): add gemini/gemini-2.0-pro-exp pricing
Fixes https://github.com/BerriAI/litellm/issues/9144
2025-03-11 12:00:26 -07:00
Krrish Dholakia
8845f0947d fix(client_initialization_utils.py): refactor azure client init logic 2025-03-11 09:00:12 -07:00
omrishiv
e2adbae9f8 Merge branch 'main' into 8911-fix-model-encoding 2025-03-11 08:28:33 -07:00
Krish Dholakia
d73fcc2052
Merge pull request #9120 from emerzon/azure_models
Adding/Update of models
2025-03-11 08:22:51 -07:00
Steve Farthing
ffce48ed3c Merge branch 'stevefarthing/bing-search-pass-thru' of github.com:sfarthin/litellm into stevefarthing/bing-search-pass-thru
# Conflicts:
#	litellm/proxy/pass_through_endpoints/pass_through_endpoints.py
2025-03-11 08:15:23 -04:00