litellm/litellm
Eric84626 c1954952c6
Merge pull request #2 from Eric84626/feature/add_grant_type_for_mcp_register_api
fix: added additional grant type into oauth_authorization_server resp…
2025-12-20 12:17:52 +08:00
..
a2a_protocol [Refactor] litellm/init.py: lazy load LLMClientCache (#18008) 2025-12-16 05:44:06 -08:00
anthropic_interface [Feat] Unified Skills API - works across Anthropic, Vertex, Azure, Bedrock (#18232) 2025-12-19 18:55:59 +05:30
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
batches Revert batch utils with original logic 2025-12-10 17:01:21 +05:30
caching 3[Fix] CI/CD - logging_testing (#18204) 2025-12-18 10:52:24 -08:00
completion_extras Merge pull request #18226 from Chesars/fix/responses-api-tool-calls-transformation 2025-12-19 13:41:55 +05:30
containers [Feat] Containers API - add new container API file management + UI Interface (#17745) 2025-12-09 17:33:26 -08:00
endpoints/speech/speech_to_completion_bridge fix: fix import errors 2025-09-14 09:32:21 -07:00
experimental_mcp_client [Feat] mcp resources support (#16800) 2025-11-20 14:53:44 -08:00
files Add support for expires after param 2025-12-12 10:01:18 +05:30
fine_tuning Litellm managed file updates combined (#11040) 2025-05-22 17:20:41 -07:00
google_genai fix: Preserve systemInstructions for vertex ai generate content request 2025-12-11 09:52:32 +05:30
images fix lint error 2025-12-19 23:39:37 +05:30
integrations Revert "ensure datadog llm obs ignores dd base url override" 2025-12-20 08:56:49 +09:00
interactions [Feat] New Logging Integration - Azure Sentinel Logger (#18146) 2025-12-18 02:04:49 +05:30
litellm_core_utils Add support for stability model in image edit 2025-12-19 23:03:17 +05:30
llms Merge pull request #18254 from BerriAI/litellm_add_stability_model_edit_1 2025-12-20 00:23:15 +05:30
ocr [Feat] /ocr - Add VertexAI OCR provider support + cost tracking (#16216) 2025-11-03 15:56:49 -08:00
passthrough fix bedrock passthrough auth issue (#16879) 2025-11-24 18:44:59 -08:00
proxy Merge pull request #2 from Eric84626/feature/add_grant_type_for_mcp_register_api 2025-12-20 12:17:52 +08:00
rag [Feat] Add new Rag Search API / Query API with rerankers (#18217) 2025-12-19 19:05:07 +05:30
realtime_api fix: Change extra_headers to additional_headers (#17950) 2025-12-18 08:57:20 +05:30
rerank_api Add tests for header forwarding 2025-12-12 17:54:17 +05:30
responses Revert "[Fix] CI/CD - local_testing & mapped tests (#18222)" (#18223) 2025-12-18 14:46:09 -08:00
router_strategy 3[Fix] CI/CD - logging_testing (#18204) 2025-12-18 10:52:24 -08:00
router_utils fix(router): add minimum request threshold for error rate cooldown (#17464) 2025-12-12 04:36:10 -08:00
search [Bug Fix] Exa Search API - ensure request params are sent to Exa AI (#15855) 2025-10-23 11:56:30 -07:00
secret_managers feat: allow per-team Vault overrides when storing keys 2025-12-18 06:21:53 +09:00
skills [Feat] Unified Skills API - works across Anthropic, Vertex, Azure, Bedrock (#18232) 2025-12-19 18:55:59 +05:30
types Add stability models for image edit 2025-12-19 23:03:17 +05:30
vector_store_files Vector store files Stable Release (#16643) 2025-11-15 13:00:33 -08:00
vector_stores Fix vector store configuration synchronization failure 2025-12-05 11:46:14 +05:30
videos fix: respect videos content db creds 2025-12-10 23:00:01 +05:30
__init__.py [Refactor] - Lazy load 41 configuration classes (#18267) 2025-12-19 14:19:22 -08:00
_lazy_imports.py [Refactor] - Lazy load 41 configuration classes (#18267) 2025-12-19 14:19:22 -08: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 fix: Apply max_connections configuration to Redis async client (#15797) 2025-10-22 09:19:08 -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 Minor bug fixes: mask list 2025-12-19 23:04:53 +05:30
cost.json
cost_calculator.py fix: default quality cost calculation of gpt-image 1 model 2025-12-15 08:16:25 +05:30
exceptions.py Adds support for returning Azure Content Policy error information when exceptions from Azure OpenAI occur (#16231) 2025-11-08 16:04:36 -08:00
main.py Add support for stability model in image edit 2025-12-19 23:03:17 +05:30
model_prices_and_context_window_backup.json Merge pull request #18254 from BerriAI/litellm_add_stability_model_edit_1 2025-12-20 00:23:15 +05:30
mypy.ini fix mypy 2025-09-27 12:21:32 -07:00
py.typed
router.py [Feat] Guardrails Load Balancing - Allow Platform admins to load balance between guardrails (#18181) 2025-12-19 00:08:03 +05:30
scheduler.py Squashed commit of the following: (#9709) 2025-04-02 21:24:54 -07:00
timeout.py
utils.py Merge pull request #18254 from BerriAI/litellm_add_stability_model_edit_1 2025-12-20 00:23:15 +05:30