Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: LuisFX/litellm

Tags

v1.80.0.dev6

Toggle v1.80.0.dev6's commit message
bump openai 2.8.0

v1.80.0.dev2

Toggle v1.80.0.dev2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Fix] AI Gateway Auth - Ensure Team Tags works when using JWT Auth (B…

…erriAI#16797)

* fix setting team_metadata

* test_team_metadata_with_tags_flows_through_jwt_auth

v1.79.3-stable.gemini3

Toggle v1.79.3-stable.gemini3's commit message
Add Day 0 gemini-3-pro-preview support (BerriAI#16719)

* Add thinking signature support for gemini

* Add docs related to thinking signature

* remove double base64 import

* fix mypy errors

* fix litellm/llms/vertex_ai/gemini/vertex_and_google_ai_studio_gemini.py mypy

* Add new gemini 3 model and features

* Add docs related to gemini 3

* Update gemini 3 pricing

* fix llm translation tests

* fix mapped tests

v1.77.3-stable-patch-2

Toggle v1.77.3-stable-patch-2's commit message
fix: add None check for litellm_params

We currently cover the first case where the `litellm_params` may not be there, but not when it could be None

v1.77.3-stable-patch-1

Toggle v1.77.3-stable-patch-1's commit message
fix: add None check for litellm_params

We currently cover the first case where the `litellm_params` may not be there, but not when it could be None

v1.80.0.dev1

Toggle v1.80.0.dev1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feat] SSO - Ensure `role` from SSO provider is used when a user is i…

…nserted onto LiteLLM (BerriAI#16794)

* test_apply_user_info_values_sso_role_takes_precedence

* fix SSO

v1.80.0.rc.2

Toggle v1.80.0.rc.2's commit message
build: update ui

v1.80.0.rc.1

Toggle v1.80.0.rc.1's commit message
[Fix] UI MCP Tool Test Regression (BerriAI#16695)

* Fix UI MCP testing tool regression

* Fixed linting

v1.80.0-nightly

Toggle v1.80.0-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Litellm ci cd fixes 2 (BerriAI#16693)

* litellm_proxy_unit_testing_part1

* test proxy unit test

* litellm_proxy_unit_testing_key_generation

* test_async_call_with_key_over_model_budget

* test_aasync_call_with_key_over_model_budget

v1.79.3.dev7

Toggle v1.79.3.dev7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(bedrock): Add bearer token authentication support for AgentCore (B…

…erriAI#16556)