Commit Graph
16774 Commits
Author SHA1 Message Date
Ishaan Jaff 2be984ebee add docstring for /embeddings and /completions 2024-08-22 09:30:47 -07:00
Ishaan Jaff f6e80b0031 add doc string for /chat/completions swagger 2024-08-22 09:27:40 -07:00
Krrish Dholakia 67eb58d9f8 test(test_custom_callback_input.py): skip flaky ci/cd test 2024-08-22 09:19:10 -07:00
Ishaan Jaff 374bef4326 fix /user/delete doc string 2024-08-22 09:09:51 -07:00
Krrish Dholakia cf4574dd65 test(test_custom_callback_input.py): fix test 2024-08-22 08:54:59 -07:00
Krrish Dholakia 25820680eb test: fix test 2024-08-21 22:30:41 -07:00
Krrish Dholakia c5e030481a fix: rerun ci/cd 2024-08-21 22:28:35 -07:00
Krrish Dholakia 4ebacbfafe docs(enterprise.md): add key/team level spend tags to docs 2024-08-21 22:10:18 -07:00
Krrish Dholakia 5a31005b85 test(test_function_calling.py): remove redundant gemini test (causing ratelimit errors) 2024-08-21 21:48:14 -07:00
Krrish Dholakia fd3a6f0870 test(test_image_generation.py): handle azure api error 2024-08-21 21:46:00 -07:00
Krrish Dholakia 6d6ab30ed7 test: test_function_calling.py 2024-08-21 21:12:15 -07:00
Ishaan Jaff 88e1ad6cbc docs vertex 2024-08-21 19:15:23 -07:00
Ishaan Jaff 03c65c889a fix team_member_add 2024-08-21 19:10:37 -07:00
Ishaan Jaff f0f1d50734 fix test_master_key_hashing 2024-08-21 17:56:09 -07:00
Ishaan Jaff 0ea1f367d7 use litellm proxy with vertex ai sdk 2024-08-21 17:47:01 -07:00
Krrish Dholakia f310ce541f docs(vertex.md): add vertex global safety settings to doc 2024-08-21 17:41:49 -07:00
Krrish Dholakia 3c99ad19fa feat(utils.py): support global vertex ai safety settings param 2024-08-21 17:37:50 -07:00
Ishaan Jaff 9078f075f9 docs add example using litellm with vertex python sdk 2024-08-21 17:35:34 -07:00
Ishaan JaffandGitHub 26f4cf8e1b Merge pull request #5327 from BerriAI/litellm_pass_through_vtx_multi_modal
[Feat-Proxy] Make LiteLLM Proxy (Gateway) compatible with VertexAI SDK 🔥
2024-08-21 17:25:23 -07:00
Ishaan JaffandGitHub a174cbdd72 Merge branch 'main' into litellm_pass_through_vtx_multi_modal 2024-08-21 17:23:22 -07:00
Ishaan Jaff bcc0f99476 fix pass through endpoints 2024-08-21 17:21:22 -07:00
Krrish Dholakia 5e707091ee test(test_amazing_vertex_completion.py): handle vertex api instability 2024-08-21 17:09:17 -07:00
Ishaan Jaff 0e1d3804ff refactor vertex endpoints to pass through all routes 2024-08-21 17:08:42 -07:00
Ishaan JaffandGitHub dd524a4f50 Merge pull request #5326 from BerriAI/litellm_Add_vertex_multimodal_embedding
[Feat] add vertex multimodal embedding support
2024-08-21 17:06:43 -07:00
Ishaan Jaff f947cec7fc add test vtx embedding 2024-08-21 17:05:47 -07:00
Krrish Dholakia 3dc75dabd6 docs(logging.md): add standard logging payload to docs 2024-08-21 17:04:57 -07:00
Ishaan Jaff e9537c6560 proxy - print embedding request when recieved 2024-08-21 17:00:18 -07:00
Ishaan Jaff 55dfb3b181 add docs using litellm multi modal embeddings 2024-08-21 16:58:47 -07:00
Krrish Dholakia 8a05ce77e9 feat(litellm_logging.py): add 'saved_cache_cost' to standard logging payload (s3) 2024-08-21 16:58:07 -07:00
Krrish Dholakia 3a7d9af01a bump: version 1.44.1 → 1.44.2 2024-08-21 16:31:11 -07:00
Krrish Dholakia 4416ad02b4 docs(users.md): add doc on setting max budget for internal users 2024-08-21 16:22:41 -07:00
Krrish Dholakia 0a42347a8d docs(users.md): add doc on setting max budget for internal users 2024-08-21 16:21:40 -07:00
Krrish Dholakia 50383cfe62 docs(custom_llm_server.md): add streaming example for custom llm call
Reference - https://github.com/BerriAI/litellm/issues/5147
2024-08-21 15:45:54 -07:00
Krish DholakiaandGitHub 30df7c7429 Merge pull request #5253 from the-crypt-keeper/mistral-add-stop
Add the "stop" parameter to the mistral API interface
2024-08-21 15:40:54 -07:00
Krish DholakiaandGitHub 9452b9398d Merge pull request #5304 from beltranaceves/main
Fixed code snippet import typo in Structured Output docs
2024-08-21 15:40:00 -07:00
Krish DholakiaandGitHub 81de1a0e90 Merge pull request #5318 from mikstew/mikio/checksum-annotation
add checksum/config pod annotation
2024-08-21 15:39:43 -07:00
Krish DholakiaandGitHub e961810139 Merge pull request #5323 from MarkRx/feature/langsmith-ids
Support LangSmith parent_run_id, trace_id, session_id
2024-08-21 15:38:50 -07:00
Krish DholakiaandGitHub 7c34ead54f Merge pull request #5322 from BerriAI/litellm_disable_storing_master_key_hash_in_db
feat(proxy_server.py): support disabling storing master key hash in db
2024-08-21 15:37:31 -07:00
Krish DholakiaandGitHub 72169fd5c4 Merge branch 'main' into litellm_disable_storing_master_key_hash_in_db 2024-08-21 15:37:25 -07:00
Ishaan Jaff 2c7f5a0d27 fix test test_vertexai_multimodal_embedding 2024-08-21 15:25:13 -07:00
Krrish Dholakia d995fff7a2 fix(vertex_httpx.py): fix json schema call to pass in response_mime_type=="application/json" 2024-08-21 15:24:04 -07:00
Ishaan Jaff 0e9efb3669 feat add multimodal embeddings on vertex 2024-08-21 15:19:48 -07:00
Ishaan Jaff 35781ab8d5 add multi modal vtx embedding 2024-08-21 15:05:59 -07:00
Ishaan Jaff 7e3dc83c0d add initial support for multimodal_embedding vertex 2024-08-21 14:29:05 -07:00
Ishaan Jaff dd00cf2a97 add VertexMultimodalEmbeddingRequest type 2024-08-21 14:25:47 -07:00
Krish DholakiaandGitHub 509ae0ca71 Merge pull request #5308 from BerriAI/litellm_team_admin_permissions
feat(user_api_key_auth.py): allow team admin to add new members to team
2024-08-21 14:21:22 -07:00
Krrish Dholakia 7aec6f0f2a fix(litellm_pre_call_utils.py): handle dynamic keys via api correctly 2024-08-21 13:37:21 -07:00
Ishaan JaffandGitHub da2e5b2bb0 Merge pull request #5324 from BerriAI/litellm_add_qdrant_litellm_proxy
[Feat-Proxy] Add Qdrant Semantic Caching Support
2024-08-21 13:14:59 -07:00
MarkRx 19e5299a6d Support LangSmith parent_run_id, trace_id, session_id 2024-08-21 16:09:30 -04:00
Ishaan Jaff d6493b0e7f docs semantic caching qdrant 2024-08-21 13:03:41 -07:00