Commit graph

1399 commits

Author SHA1 Message Date
ishaan-jaff
a5bab23e2e (feat) add mistral-large-latest 2024-02-26 09:25:44 -08:00
Krrish Dholakia
abcce2fbdd docs: add gemini-1.5 to docs 2024-02-26 08:01:30 -08:00
Krish Dholakia
b496fdc181 Merge pull request #2183 from BerriAI/litellm_team_rate_limits
fix(proxy_server.py): allow user to set team tpm/rpm limits/budget/models
2024-02-25 01:12:39 -08:00
ishaan-jaff
09af212961 (docs) writing custo add 2024-02-24 18:54:46 -08:00
Ishaan Jaff
3a3785f1ee Merge pull request #2188 from BerriAI/litellm_fix_health_checks
[Fix] Fix health check when API base set for OpenAI compatible models
2024-02-24 18:47:13 -08:00
ishaan-jaff
a35a1c8d9b (docs) using openai compatible endpoints 2024-02-24 18:46:20 -08:00
ishaan-jaff
993f5095c2 (docs) health 2024-02-24 18:38:39 -08:00
ishaan-jaff
0591dac1e4 (docs) open router 2024-02-24 18:30:41 -08:00
ishaan-jaff
46c2325da1 (docs) open router 2024-02-24 18:28:32 -08:00
Krrish Dholakia
346ee84996 docs(users.md): add team budgets to docs 2024-02-24 11:41:42 -08:00
Krrish Dholakia
9bacb92245 docs(enterprise.md): add end user opt out to docs 2024-02-24 09:28:41 -08:00
Krrish Dholakia
607277ee78 docs(contributing.md): add docs for contributing to litellm ui 2024-02-23 13:01:34 -08:00
ishaan-jaff
9657a3dd10 (docs) add groq ai 2024-02-23 10:40:33 -08:00
Krrish Dholakia
6b38ffe6ab docs(enterprise.md): add banned keywords to docs 2024-02-23 10:07:31 -08:00
ishaan-jaff
18f3c7cd3a (docs) fix athina docs 2024-02-23 09:56:10 -08:00
Ishaan Jaff
6155a5b5e8 Merge pull request #2164 from BerriAI/litellm_support_extra_headers
[FEAT] Support extra headers - OpenAI / Azure
2024-02-23 09:42:09 -08:00
Ishaan Jaff
71820378aa Merge pull request #2163 from vivek-athina/feature/athina
Support for Athina logging
2024-02-23 09:39:06 -08:00
ishaan-jaff
6e368f2a6e (docs) passing extra_headers to OpenAI 2024-02-23 09:27:48 -08:00
Vivek Aditya
7828e2082f added athina to logging doc 2024-02-23 22:33:09 +05:30
ishaan-jaff
fd2ab2fb00 (docs) setting extra_headers 2024-02-23 08:56:09 -08:00
Krrish Dholakia
a9bc9328d4 docs(load_balancing.md): have proxy routing docs point to sdk routing docs 2024-02-23 08:34:15 -08:00
Vivek Aditya
0315be6db6 Support for Athina logging 2024-02-23 21:49:40 +05:30
Krish Dholakia
3e70ded492 Merge pull request #2144 from BerriAI/litellm_blocked_user_list
feat(proxy_server.py): add support for blocked user lists (enterprise-only)
2024-02-22 21:34:07 -08:00
ishaan-jaff
f76ccb1180 (docs) admin ui with proxy_base_url 2024-02-22 21:18:26 -08:00
ishaan-jaff
52732871d3 (docs) set user tpm/rpm limits 2024-02-22 19:23:16 -08:00
Krrish Dholakia
824fc46ef0 docs(enterprise.md): add Enable Blocked User Lists for docs 2024-02-22 18:04:29 -08:00
ishaan-jaff
c3570dc37e (docs) set hosted image for custom branding 2024-02-22 15:40:15 -08:00
ishaan-jaff
f00b517777 (docs) set generic user attributes 2024-02-22 14:25:07 -08:00
Ishaan Jaff
b6c7c3b385 Merge pull request #2129 from adrien-f/sso
update generic SSO login
2024-02-22 13:21:53 -08:00
ishaan-jaff
6b57898f5c (docs) setting cache paras on proxy + Openai client 2024-02-22 13:17:32 -08:00
ishaan-jaff
75996c7f52 (docs) litellm proxy server 2024-02-22 07:55:23 -08:00
Adrien Fillon
4e29e5460b update generic SSO login
During implementation for Okta, noticed a few things:

- Some providers require a state parameter to be sent
- Some providers require that the client_id is not included in the body

Moreover, the OpenID response converter was not implemented which
was returning an empty response.

Finally, there was an order where there's a fetch of user information
but on first usage, it is not created yet.
2024-02-22 14:34:18 +01:00
ishaan-jaff
5ec86ed2bb (docs) custom ui branding 2024-02-21 22:07:40 -08:00
ishaan-jaff
89fdc3d2b1 (docs) model max budgets 2024-02-20 21:11:17 -08:00
ishaan-jaff
30e844e95f (docs) use correct base model for cost 2024-02-20 21:00:43 -08:00
Krrish Dholakia
e7fa7ba5d1 docs(pii_masking.md): docs for ad-hoc recognizers for pii masking 2024-02-20 16:08:34 -08:00
Krrish Dholakia
64b6f4a270 docs(enterprise.md): clarify what's in enterprise 2024-02-20 08:43:28 -08:00
Krrish Dholakia
c7e7d508cb docs(enterprise.md): add llm guard to docs 2024-02-19 21:05:01 -08:00
Krrish Dholakia
9ac166a486 docs(enterprise.md): add customizing llama guard prompt to docs 2024-02-19 15:22:09 -08:00
Krrish Dholakia
6436dd41b6 docs(enterprise.md): add google text moderations to the docs 2024-02-19 14:17:52 -08:00
Krish Dholakia
557064bd7b Merge pull request #2037 from BerriAI/litellm_request_level_pii_masking
feat(presidio_pii_masking.py): allow request level controls for turning on/off pii masking
2024-02-17 19:05:14 -08:00
Krrish Dholakia
7263ae63c6 fix(proxy_cli.py): allow user to control db connection pool + timeouts from config 2024-02-17 19:03:43 -08:00
Krish Dholakia
75e6455c4b Merge pull request #2013 from afbarbaro/litellm_gemini_safety_settings
Add safety_settings parameter to gemini generate_content calls
2024-02-17 16:47:29 -08:00
Ishaan Jaff
0249ed1476 Merge pull request #2022 from BerriAI/litellm_budgets_per_llm
[FEAT] Track spend per model (for Key, User and Team)
2024-02-17 15:35:31 -08:00
ishaan-jaff
6007719219 (docs) set budget per model 2024-02-17 15:34:55 -08:00
Andres Barbaro
447779679d Update gemini documentation 2024-02-17 17:31:37 -06:00
ishaan-jaff
6a12ce5a9d (fix) docs - incorrect title 2024-02-17 13:26:45 -08:00
Ishaan Jaff
580034cf76 Merge pull request #2039 from BerriAI/litellm_customizationroot_path
[FEAT] Set FastAPI root path
2024-02-17 13:23:31 -08:00
Ishaan Jaff
df89a032d4 Merge pull request #2018 from Lunik/feat/refresh-helm-chart
 Refresh Helm chart structure
2024-02-17 13:19:11 -08:00
ishaan-jaff
59dea2e316 (docs) setting server root path 2024-02-17 13:12:06 -08:00