litellm/litellm
2025-10-01 14:35:57 -07:00
..
anthropic_interface [Feat] Allow using litellm.completion with /v1/messages API Spec (use gpt-4, gemini etc with claude code) (#11502) 2025-06-06 20:35:53 -07:00
assistants Contributor PR - Support OPENAI_BASE_URL in addition to OPENAI_API_BASE (#9995) (#10423) 2025-04-29 21:27:37 -07:00
batch_completion (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
batches [Feat] Batches - Add bedrock retrieve endpoint support (#14618) 2025-09-16 19:19:02 -07:00
caching [Performance] Reduce complexity of InMemoryCache.evict_cache from O(n*log(n)) to O(log(n)) (#15000) 2025-09-30 16:49:35 -07:00
completion_extras fix: fix import errors 2025-09-14 09:32:21 -07:00
endpoints/speech/speech_to_completion_bridge fix: fix import errors 2025-09-14 09:32:21 -07:00
experimental_mcp_client fix: resolve regression with duplicate Mcp-Protocol-Version header 2025-09-30 07:12:56 +09:00
files Litellm gemini batch (#14733) 2025-09-19 15:22:52 -07:00
fine_tuning Litellm managed file updates combined (#11040) 2025-05-22 17:20:41 -07:00
google_genai fix mypy check issues 2025-09-30 10:37:21 +08:00
images fix(main.py): remove image edit optional param from image generation 2025-09-06 11:24:25 -07:00
integrations [Feat] Guardrails - add logging for important status fields (#15090) 2025-09-30 18:38:07 -07:00
litellm_core_utils [Feat] Guardrails - add logging for important status fields (#15090) 2025-09-30 18:38:07 -07:00
llms Add support for GPT 5 codex models (#14841) 2025-09-30 18:44:35 -07:00
passthrough test fix location of encode bedrock runtime modelid arn 2025-08-22 17:34:09 -07:00
proxy [Fix] Proxy Auth - Ensure LLM_API_KEYs can access pass through routes (#15115) 2025-10-01 14:09:01 -07:00
realtime_api [LLM Translation] Fix Realtime API endpoint for no intent (#13476) 2025-08-14 16:24:14 -07:00
rerank_api Add rerank endpoint support for deepinfra 2025-08-20 23:36:05 +05:30
responses [Feat] Return Cost for Responses API Streaming requests (#15053) 2025-09-29 19:47:04 -07:00
router_strategy fix: remove router inefficiencies (from O(M*N) to O(1)) - 62.5% faster P99 latency (#15046) 2025-09-29 15:49:46 -07:00
router_utils fix: fix import errors 2025-09-14 09:32:21 -07:00
secret_managers fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
types Merge branch 'BerriAI:main' into gemini-adapter-fixes 2025-10-01 09:53:51 +08:00
vector_stores [Bug Fix] Bedrock KB - Using LiteLLM Managed Credentials for Query (#13787) 2025-08-19 15:39:36 -07:00
__init__.py Merge pull request #15029 from henryhwang/gemini-adapter-fixes 2025-09-30 21:19:18 -07:00
_logging.py [Feat] Add support for returning images with gemini/gemini-2.5-flash-image-preview with /chat/completions (#13983) 2025-08-27 16:16:19 -07:00
_redis.py [Security] Fix: Ensure .info() logs are not used for request/responses + Add code QA check for possible violations (#14386) 2025-09-09 13:55:56 -07:00
_service_logger.py [️ Python SDK import] - reduce python sdk import time by .3s (#12140) 2025-06-28 14:57:10 -07:00
_uuid.py Fix: revert fastuuid optional dependency, always use fastuuid in .__uid helper (#14941) 2025-09-26 09:14:20 -07:00
_version.py Virtual key based policies in Aim Guardrails (#9499) 2025-04-01 21:57:23 -07:00
budget_manager.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
constants.py Initial addition of Lemonade provider. 2025-09-30 12:12:24 -06:00
cost.json
cost_calculator.py Removing get_model_info from Lemonade provider. Implemented get_models which gets hooked into get_valid_models litellm utility. Also, added a simple cost calculator implementation for Lemonade so calling cost_calculator.completion_cost() doesn't return an error when a model is not found in the model_cost json. 2025-09-30 12:12:24 -06:00
exceptions.py Revert "[Feature]: Replace HTTPException with ParallelRequestLimitError in pa…" (#15095) 2025-09-30 21:17:04 -07:00
main.py Merge branch 'BerriAI:main' into gemini-adapter-fixes 2025-10-01 09:53:51 +08:00
model_prices_and_context_window_backup.json fix gpt-5-chat-latest on model cost map (#15116) 2025-10-01 14:35:57 -07:00
mypy.ini fix mypy 2025-09-27 12:21:32 -07:00
py.typed feature - Types for mypy - #360 2024-05-30 14:14:41 -04:00
router.py Merge branch 'BerriAI:main' into gemini-adapter-fixes 2025-10-01 09:53:51 +08:00
scheduler.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
timeout.py Litellm ruff linting enforcement (#5992) 2024-10-01 19:44:20 -04:00
utils.py Removing get_model_info from Lemonade provider. Implemented get_models which gets hooked into get_valid_models litellm utility. Also, added a simple cost calculator implementation for Lemonade so calling cost_calculator.completion_cost() doesn't return an error when a model is not found in the model_cost json. 2025-09-30 12:12:24 -06:00