Commit graph

13528 commits

Author SHA1 Message Date
Jinwoo Jeong
504a742622 fix: correct model name for deepseek-coder in documentation 2024-06-20 10:38:58 +00:00
Krrish Dholakia
1aaee81ad6 test: cleanup tests 2024-06-19 23:02:56 -07:00
Krrish Dholakia
ee3e3dfe7d test(test_alangfuse.py): skip local test 2024-06-19 22:31:16 -07:00
Krrish Dholakia
842b25dd25 test(test_alangfuse.py): delay check 2024-06-19 22:23:10 -07:00
Krrish Dholakia
e5e81ca3b7 fix(litellm_logging.py): reset langfuse logger correctly 2024-06-19 22:09:38 -07:00
Krrish Dholakia
15c70fb023 test(test_alangfuse.py): fix test 2024-06-19 21:50:02 -07:00
Krrish Dholakia
eed8e88533 test(test_alangfuse.py): fix tests 2024-06-19 21:41:43 -07:00
Krrish Dholakia
ea64240236 test(test_alangfuse.py): fix tests 2024-06-19 21:31:53 -07:00
Ishaan Jaff
e2397c3b83 fix test_team_2logging langfuse 2024-06-19 21:14:18 -07:00
Ishaan Jaff
dd724990f3 ci/cd run dynamic langfuse tests 1st 2024-06-19 20:54:55 -07:00
Ishaan Jaff
ca0b404299 fix test_langfuse_dynamic_logging 2024-06-19 20:53:58 -07:00
Ishaan Jaff
55e3320a50 fix langfuse dynamic logging test 2024-06-19 20:28:16 -07:00
Ishaan Jaff
b9b5b15194 ci/cd run again 2024-06-19 20:22:12 -07:00
Ishaan Jaff
89441a7592 ci/cd run again 2024-06-19 20:14:10 -07:00
Krrish Dholakia
8da3e5ad66 test(test_amazing_vertex_completion.py): fix test 2024-06-19 19:25:45 -07:00
Ishaan Jaff
0c227ecdc4 bump: version 1.40.18 → 1.40.19 2024-06-19 19:25:05 -07:00
Krish Dholakia
71716bec48
Merge pull request #4295 from BerriAI/litellm_gemini_pricing_2
Vertex AI - character based cost calculation
2024-06-19 19:17:09 -07:00
Krish Dholakia
fc97639267
Merge pull request #4296 from BerriAI/litellm_langfuse_dynamic_logging_fix
fix(litellm_logging.py): initialize global variables for logging
2024-06-19 18:59:40 -07:00
Krrish Dholakia
7a141ff7f0 fix(types/utils.py): fix linting error 2024-06-19 18:58:12 -07:00
Krrish Dholakia
4c5f077bd3 fix(vertex_ai.py): check if message length > 0 before merging 2024-06-19 18:47:43 -07:00
Krish Dholakia
df1a2ca5c2
Merge pull request #4199 from hawktang/main
support vertex_credentials filepath
2024-06-19 18:47:32 -07:00
Krrish Dholakia
682ec33aa0 fix(litellm_logging.py): initialize global variables
Fixes https://github.com/BerriAI/litellm/issues/4281
2024-06-19 18:39:45 -07:00
Krrish Dholakia
05a4b6188e fix(main.py): fix text-completion vllm routing 2024-06-19 17:48:20 -07:00
Krrish Dholakia
16da21e839 feat(llm_cost_calc/google.py): do character based cost calculation for vertex ai
Calculate cost for vertex ai responses using characters in query/response

 Closes https://github.com/BerriAI/litellm/issues/4165
2024-06-19 17:18:42 -07:00
Ishaan Jaff
b2c7a3286b docs - OpenAI Fine Tuned Models 2024-06-19 17:16:01 -07:00
Krish Dholakia
d1f8af9e44
Merge pull request #4291 from BerriAI/litellm_gemini_pricing_2
build(model_prices_and_context_window.json): fix gemini pricing
2024-06-19 17:15:02 -07:00
Ishaan Jaff
35fdbf188e
Merge pull request #4294 from BerriAI/litellm_add_ft_gpt
[feat] Add ft:gpt-4, ft:gpt-4o models
2024-06-19 17:13:40 -07:00
Ishaan Jaff
863c53e7e9 fix add cost tracking for ft:gpt-4o-2024-05-1 2024-06-19 16:59:06 -07:00
Ishaan Jaff
5bcc22ae35 add pricing for gpt-4-0613" 2024-06-19 16:56:25 -07:00
Ishaan Jaff
c14b1751db test - test_get_llm_provider_ft_models 2024-06-19 16:51:51 -07:00
Ishaan Jaff
3c6785c207 add ft:gpt4 2024-06-19 16:49:45 -07:00
Ishaan Jaff
9aaa131a72
Merge pull request #4293 from BerriAI/litellm_use_router_client_image_gen
[Bug-Fix]: Azure image generation doesn't support HTTPS_PROXY en
2024-06-19 16:31:05 -07:00
Ishaan Jaff
b649fbe710
Merge pull request #4292 from BerriAI/docs---step-by-step-team-budget-ui
docs - setting team budgets on ui
2024-06-19 16:30:45 -07:00
Ishaan Jaff
931a72523e fix - use router level client on proxy img gen 2024-06-19 15:27:46 -07:00
Ishaan Jaff
3f803a96a3 docs - setting team budgets on ui 2024-06-19 15:04:01 -07:00
Krrish Dholakia
cab057da4a build(model_prices_and_context_window.json): fix gemini pricing
Resolves https://github.com/BerriAI/litellm/issues/4165#issuecomment-2179310636
2024-06-19 14:14:44 -07:00
Ishaan Jaff
8c07f3edf4 fix remove get_or_generate_uuid 2024-06-19 14:10:35 -07:00
Krish Dholakia
f2580d1b85
Merge pull request #4276 from Manouchehri/trivial-fix-1
fix(litellm_logging.py): Add missing import statement.
2024-06-19 14:09:17 -07:00
Krrish Dholakia
933c3c845e fix(vertex_httpx.py): fix supports system message check for vertex_ai_beta
Fixes https://github.com/BerriAI/litellm/issues/4283
2024-06-19 13:17:22 -07:00
Krrish Dholakia
27c045fed0 docs(health.md): add doc on health checking specific models 2024-06-19 13:12:22 -07:00
Krrish Dholakia
16889b8478 feat(router.py): allow user to call specific deployment via id
Allows easier health checks for specific deployments by just passing in model id
2024-06-19 13:02:46 -07:00
Krrish Dholakia
9cc104eb03 fix(main.py): route openai calls to /completion when text_completion is True 2024-06-19 12:37:05 -07:00
Ishaan Jaff
93c5625dc6
Merge pull request #4286 from BerriAI/litellm_support_options_health_endpoints
feat - support CURL OPTIONS for `/health/readiness` endpoint
2024-06-19 12:25:32 -07:00
Ishaan Jaff
f5ebc1a042
Merge pull request #4282 from BerriAI/litellm_add_openrouter_exception_mapping
feat - add open router exception mapping
2024-06-19 12:25:12 -07:00
Ishaan Jaff
19f0f66dbc add options for /health/readiness and liveliness 2024-06-19 12:13:35 -07:00
Ishaan Jaff
4007c6c6e8 add health/readiness OPTIONS 2024-06-19 12:00:48 -07:00
Krrish Dholakia
32880faa76 docs(users.md): add default reset budget note 2024-06-19 11:17:37 -07:00
Krrish Dholakia
f86dcbb109 docs(input.md): clarify meaning of 'drop_params' 2024-06-19 10:04:58 -07:00
Ishaan Jaff
8aa1387170 feat - support OPTIONS for health endpoints 2024-06-19 09:55:38 -07:00
Krish Dholakia
2834b5e7ee
Merge pull request #4111 from BerriAI/litellm_aws_kms_fixes
Use AWS Key Management System for Encrypted Database URL + Redis Credentials
2024-06-19 09:31:19 -07:00