Litellm

Latest version: v1.61.8

Safety actively analyzes 707007 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 91 of 110

1.26.13

Not secure
What's Changed
* [FIX] BUG where extra tokens created in litellm verification token table by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2150
* Support for Athina logging by vivek-athina in https://github.com/BerriAI/litellm/pull/2163
* [FEAT] Support extra headers - OpenAI / Azure by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2164
* [FEAT] Support Groq AI by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2168

Sample Usage
python
from litellm import completion
import os

os.environ['GROQ_API_KEY'] = ""
response = completion(
model="groq/llama2-70b-4096",
messages=[
{"role": "user", "content": "hello from litellm"}
],
)
print(response)

![Group 5725](https://github.com/BerriAI/litellm/assets/29436595/cd8f8e4e-1269-4661-8b49-ad3bd94a49d3)


New Contributors
* vivek-athina made their first contribution in https://github.com/BerriAI/litellm/pull/2163

**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.26.10...v1.26.13

1.26.11

Not secure
What's Changed
* Allow admin to ban keywords on proxy by krrishdholakia in https://github.com/BerriAI/litellm/pull/2147
* fix(utils.py): ensure argument is always a string by krrishdholakia in https://github.com/BerriAI/litellm/pull/2141


**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.26.9...v1.26.11

1.26.10

Not secure
What's Changed
* Allow admin to ban keywords on proxy by krrishdholakia in https://github.com/BerriAI/litellm/pull/2147
* fix(utils.py): ensure argument is always a string by krrishdholakia in https://github.com/BerriAI/litellm/pull/2141


**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.26.9...v1.26.10

1.26.9

Not secure
What's Changed
* Adding PromptLayer support of tags by samyxdev in https://github.com/BerriAI/litellm/pull/1491
* update generic SSO login by adrien-f in https://github.com/BerriAI/litellm/pull/2129
* [FEAT] LiteLLM Admin UI work with keycloak by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2140
* [FEAT] Admin UI - Use Hosted Logo for Custom Branding by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2143
* [FEAT] Set TPM/RPM Limits per User by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2148
* feat(proxy_server.py): add support for blocked user lists (enterprise-only) by krrishdholakia in https://github.com/BerriAI/litellm/pull/2144
![Group 5722](https://github.com/BerriAI/litellm/assets/29436595/cc59f556-4c78-40ba-8bcc-57d9c4af0747)

New Contributors
* samyxdev made their first contribution in https://github.com/BerriAI/litellm/pull/1491

**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.26.8...v1.26.9

1.26.8

Not secure
Enterprise - Admin UI - Use Custom Branding
![Group 204](https://github.com/BerriAI/litellm/assets/29436595/d9f036d0-a38e-4d43-8c8f-55cb927bc747)
Use your companies custom branding on the LiteLLM Admin UI
Docs here: https://docs.litellm.ai/docs/proxy/ui#custom-branding-admin-ui
We allow you to
- Customize the UI Logo
- Customize the UI color theme

What's Changed
* Enable `/team/update`, `/team/delete` endpoints + create teams with user defined roles by krrishdholakia in https://github.com/BerriAI/litellm/pull/2119
* Admin UI - Use Custom Branding by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2123
* fix(utils.py): support streaming cached response logging by krrishdholakia in https://github.com/BerriAI/litellm/pull/2124
* fix(router.py): mask the api key in debug statements on router by krrishdholakia in https://github.com/BerriAI/litellm/pull/2125

**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.26.7...v1.26.8

1.26.7

Not secure
What's Changed
* fix: fix the issues when using tools in gemini by kan-bayashi in https://github.com/BerriAI/litellm/pull/1969
* fixing prices for open router mistral free by dhruv-anand-aintech in https://github.com/BerriAI/litellm/pull/2108
* [FIX] Admin UI fixes - when using UI_USERNAME, UI_PASSWORD by ishaan-jaff in https://github.com/BerriAI/litellm/pull/2120

New Contributors
* kan-bayashi made their first contribution in https://github.com/BerriAI/litellm/pull/1969
* dhruv-anand-aintech made their first contribution in https://github.com/BerriAI/litellm/pull/2108

**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.26.6...v1.26.7

Page 91 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.