SIGN IN SIGN UP
BerriAI / litellm UNCLAIMED

Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]

0 0 1 Python

TAGS

20 tags
v1.82.3-stable.patch.2

Fix greptile reviews and mock test

v1.82.6.rc.2

fix: remove dead migration sql

v1.82.3-stable.patch.1

fix: delete drop table schema sync

v1.82.6.dev2

Merge pull request #24432 from BerriAI/krrishdholakia/project-id-tracking feat(proxy): add project_alias tracking in callbacks

v1.82.3.dev.5

Fix greptile reviews and mock test

v1.82.6.dev1

fix: address Greptile review issues - GCPIAMCredentialProvider now inherits from redis.credentials.CredentialProvider so redis-py's async path calls get_credentials_async() properly - move _redis_credential_provider import to top of _redis.py (PEP 8) - remove dead else-branch that silently no-oped (gcp_service_account from redis_kwargs.get() was always None since it's popped by _get_redis_client_logic) - remove mid-function 'from litellm import get_secret_str' inline import - remove unused 'call' import from test_redis.py

v1.82.6.rc.1

Merge branch 'main' of github.com:BerriAI/litellm into litellm_rc_branch

v1.82.5.dev.1

Merge pull request #24342 from BerriAI/litellm_yj_march_21_2026 [Fix] UI - Teams: Table refresh, infinite dropdown, leftnav migration

v1.82.6.dev.1

[Fix] Search Tools: Handle wildcard "*" default in permissions and move auth helper The DB migration sets search_tools DEFAULT ARRAY['*'], but the auth check and listing filter treated "*" as a literal name, causing 401s and empty list responses for all callers with the default permission. - Add wildcard handling in _can_object_call_search_tools - Add _normalize_search_tools_wildcard to convert ["*"] → None (no restriction) - Move get_allowed_search_tool_names from endpoints.py to auth_checks.py to eliminate cross-router import between search_tool_management and endpoints Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v1.82.3.dev.4

chore: update Next.js build artifacts (2026-03-21 05:46 UTC, node v22.16.0)

v1.82.5-nightly

fix req changes from greptile

v1.81.14.dev.1

adding oidc to apply gaurdrail

v1.82.3.dev.3

fix req changes from greptile

v1.82.3.dev.2

Merge branch 'main' into litellm_oss_staging_03_19_2026

1.82.5

bump: version 1.82.4 → 1.82.5

v1.82.3.dev.1

chore: update Next.js build artifacts (2026-03-19 01:29 UTC, node v22.16.0)