Commit Graph
15724 Commits
Author SHA1 Message Date
Ishaan JaffandKrrish Dholakia cfdbb3d237 docs secret manager 2024-08-03 12:54:07 -07:00
Krrish Dholakia 58de3f9486 fix(vertex_httpx.py): fix linting error 2024-08-03 12:54:07 -07:00
Ishaan JaffandKrrish Dholakia 203cc35abc docs - use consistent name for LiteLLM proxy server 2024-08-03 12:54:07 -07:00
Ishaan JaffandKrrish Dholakia 942e77dfa8 organize docs 2024-08-03 12:54:07 -07:00
Ishaan JaffandKrrish Dholakia 1894aefd05 docs clean up organization 2024-08-03 12:54:07 -07:00
Ishaan JaffandKrrish Dholakia 4a43f9f411 docs supported models / providers 2024-08-03 12:54:07 -07:00
Krrish Dholakia 7a0792c918 fix(router.py): move deployment cooldown list message to error log, not client-side
don't show user all deployments
2024-08-03 12:49:39 -07:00
Krrish Dholakia 1d892a41d2 docs(proxy/reliability.md): add docs on testing if loadbalancing is working as expected 2024-08-03 12:44:04 -07:00
Krrish Dholakia 6b8806b45f feat(router.py): add flag for mock testing loadbalancing for rate limit errors 2024-08-03 12:34:11 -07:00
Krrish Dholakia ed8b20fa18 fix(utils.py): parse out aws specific params from openai call
Fixes https://github.com/BerriAI/litellm/issues/5009
2024-08-03 12:04:44 -07:00
Krrish Dholakia 5add6687cc fix(types/utils.py): fix linting errors 2024-08-03 11:48:33 -07:00
Krrish Dholakia c982ec88d8 fix(bedrock.py): fix response format for bedrock image generation response
Fixes https://github.com/BerriAI/litellm/issues/5010
2024-08-03 09:46:49 -07:00
Ishaan Jaff 1d56c2f83e fix ft api test 2024-08-03 09:38:02 -07:00
Ishaan JaffandGitHub a70d112b98 Merge pull request #5035 from BerriAI/docs_add_example_doing_vtx_ft
Docs - Add example of Vertex AI fine tuning API
2024-08-03 09:36:37 -07:00
Ishaan JaffandGitHub a44ff761ab Merge pull request #5034 from BerriAI/litellm_vtx_ft_param_mapping
[Feat] Vertex AI fine tuning - support translating hyperparameters
2024-08-03 09:33:44 -07:00
Ishaan Jaff e3bee177e5 docs create fine tuning jobs 2024-08-03 09:29:12 -07:00
Krrish Dholakia d2569b1443 docs(github.md): cleanup docs 2024-08-03 09:21:36 -07:00
Krrish Dholakia 696e75d69c docs: add github provider to docs 2024-08-03 09:20:23 -07:00
Krrish Dholakia 4258295a07 feat(utils.py): Add github as a provider
Closes https://github.com/BerriAI/litellm/issues/4922#issuecomment-2266564469
2024-08-03 09:11:22 -07:00
Ishaan Jaff f583cbbd27 docs - vtx ft api 2024-08-03 09:07:01 -07:00
Ishaan Jaff 9958c52f77 fix vertex ai 2024-08-03 08:56:54 -07:00
Krrish Dholakia 57644be857 build(model_prices_and_context_window.json): add deepseek cache hit pricing 2024-08-03 08:56:25 -07:00
Ishaan Jaff 4ca0464395 fix linting errors 2024-08-03 08:55:36 -07:00
Ishaan Jaff 69e5a7cb68 test translating to vertex ai params 2024-08-03 08:44:54 -07:00
Ishaan Jaff 4917aaefab fix vertex credentials 2024-08-03 08:40:35 -07:00
Ishaan JaffandGitHub 9dffe23108 Merge pull request #5030 from BerriAI/litellm_add_vertex_ft_proxy
[Feat] Add support for Vertex AI Fine tuning on LiteLLM Proxy
2024-08-03 08:29:11 -07:00
Ishaan Jaff 7fe46ac0ce add vertex example on config.yaml 2024-08-03 08:26:59 -07:00
Ishaan JaffandGitHub f840a5f6b4 Merge pull request #5028 from BerriAI/litellm_create_ft_job_gemini
[Feat] Add support for Vertex AI fine tuning endpoints
2024-08-03 08:22:55 -07:00
Krish DholakiaandGitHub fa82b2a412 Merge pull request #4982 from Manouchehri/bedrock-sts-custom-1
Allow Bedrock to set custom STS endpoint for OIDC flow
2024-08-02 23:42:38 -07:00
Krish DholakiaandGitHub 5f13d2ee64 Merge pull request #5029 from BerriAI/litellm_azure_ui_fix
fix(utils.py): Fix adding azure models on ui
2024-08-02 22:12:19 -07:00
Ishaan Jaff 057bb37a39 test vertex ft jobs 2024-08-02 22:03:52 -07:00
Ishaan Jaff 0463e73ee3 fix typing 2024-08-02 18:49:16 -07:00
Ishaan Jaff f194aa3a93 fix typing 2024-08-02 18:46:43 -07:00
Ishaan Jaff 4fc27e87c5 add vertex ai ft on proxy 2024-08-02 18:26:36 -07:00
Ishaan Jaff 40430dde10 add support for sync vertex ft 2024-08-02 18:16:14 -07:00
Ishaan Jaff db3b2a3ee0 fix translating response 2024-08-02 18:13:59 -07:00
Ishaan Jaff 0e70aca776 convert response obj from vertex ai 2024-08-02 18:13:25 -07:00
Ishaan Jaff 960de8a3d0 test ft response vertex ai 2024-08-02 18:02:34 -07:00
Ishaan Jaff ac6224c2b1 translate response from vertex to openai 2024-08-02 18:02:24 -07:00
Krrish Dholakia 5d96ff6694 fix(utils.py): handle scenario where model="azure/*" and custom_llm_provider="azure"
Fixes https://github.com/BerriAI/litellm/issues/4912
2024-08-02 17:48:53 -07:00
Ishaan JaffandGitHub 7ec1f241fc Merge pull request #5026 from BerriAI/litellm_fix_whisper_caching
[Fix] Whisper Caching - Use correct cache keys for checking request in cache
2024-08-02 17:26:28 -07:00
Ishaan Jaff d7ab440280 example vertex ai.jsonl 2024-08-02 17:25:32 -07:00
Ishaan Jaff cb8a592ccf test vertex ft 2024-08-02 17:25:18 -07:00
Ishaan Jaff 693ab3759c add vertex ft support 2024-08-02 17:25:03 -07:00
Ishaan Jaff d364d76bd0 add vertex FT spec 2024-08-02 17:24:25 -07:00
Ishaan Jaff 653cf55850 add fine tuning for vertex 2024-08-02 17:23:58 -07:00
Krish DholakiaandGitHub 3ee8ae231c Merge pull request #5027 from BerriAI/litellm_admin_viewer_team_tab
build(ui): allow admin_viewer to view teams tab
2024-08-02 17:18:48 -07:00
Ishaan Jaff cff7050147 add vertex_credentials in router param 2024-08-02 16:58:17 -07:00
Krrish Dholakia 186e5f55e8 fix(user_api_key_auth.py): fix linting errors 2024-08-02 16:34:32 -07:00
Krish DholakiaandGitHub 3d4ee61358 Merge pull request #5019 from BerriAI/litellm_deepseek_caching
fix(types/utils.py): Support deepseek prompt caching
2024-08-02 16:26:49 -07:00