litellm/litellm
mpcusack-altos 88f8f49e1d
fix(websearch_interception): filter internal kwargs before follow-up request (#19577)
The websearch interception handler was passing internal flags like
`_websearch_interception_converted_stream` to the follow-up LLM request.
This caused "Extra inputs are not permitted" errors from providers like
Bedrock that use strict Pydantic validation.

Fix: Filter out all kwargs starting with `_websearch_interception` prefix
before making the follow-up anthropic_messages.acreate() call.
2026-01-22 10:42:20 -08:00
..
a2a_protocol chore: resolve ModuleNotFoundError for Microsoft Foundry Agents (#18991) 2026-01-17 04:56:52 +05:30
anthropic_interface [bug fix] do not fallback to token counter if disable_token_counter is enabled (#19041) 2026-01-13 16:53:38 -08:00
assistants
batch_completion
batches Fix: generation config empty for batch 2026-01-22 14:32:44 +05:30
caching Add support for caching for responses API 2026-01-14 13:33:07 +05:30
completion_extras Add ChatGPT subscription support and responses bridge (#19030) 2026-01-19 05:37:45 -08:00
containers Make keepalive_timeout parameter work for Gunicorn (#19087) 2026-01-16 03:32:59 +05:30
endpoints/speech/speech_to_completion_bridge
experimental_mcp_client chore: switch experimental client to streamable_http_client API 2026-01-20 07:37:50 +09:00
files [Feat] Manus FILES API - Add File upload, get, delete, list (#18904) 2026-01-10 13:27:54 -08:00
fine_tuning
google_genai Add custom vertex ai mapping to the output 2026-01-22 15:18:24 +05:30
images Add None as default image value 2026-01-19 09:08:38 +05:30
integrations fix(websearch_interception): filter internal kwargs before follow-up request (#19577) 2026-01-22 10:42:20 -08:00
interactions [Feat] Interactions API - allow using all litellm providers (interactions -> responses api bridge) (#18373) 2025-12-23 22:30:22 +05:30
litellm_core_utils Merge pull request #19558 from BerriAI/litellm_gemini_vertexai_mapping 2026-01-22 19:44:32 +05:30
llms fix ui build and mypy lint 2026-01-22 09:38:19 -08:00
ocr
passthrough [Fix] VertexAI Pass through - Ensure only anthropic betas are forwarded down to LLM API (#19542) 2026-01-21 19:12:04 -08:00
proxy Merge pull request #19558 from BerriAI/litellm_gemini_vertexai_mapping 2026-01-22 19:44:32 +05:30
rag code QA fixes 2025-12-20 13:56:04 +05:30
realtime_api Fix: handling of model name in query param 2026-01-15 15:06:37 +05:30
rerank_api
responses feat: Add MCP tools response to chat completions 2026-01-22 19:23:32 +05:30
router_strategy feat(tag-routing): support toggling tag matching between ANY and ALL (#18776) 2026-01-08 23:39:03 +05:30
router_utils Fix extract_cacheable_prefix to handle string content with message-level cache_control (fixes #19228) 2026-01-17 10:35:40 +05:30
search
secret_managers
skills [Feat] Unified Skills API - works across Anthropic, Vertex, Azure, Bedrock (#18232) 2025-12-19 18:55:59 +05:30
types Merge pull request #19558 from BerriAI/litellm_gemini_vertexai_mapping 2026-01-22 19:44:32 +05:30
vector_store_files
vector_stores
videos
__init__.py feat: Limit stop sequence as per openai spec 2026-01-22 17:52:13 +05:30
_lazy_imports_registry.py Merge branch 'main' into litellm_staging_01_19_2026 2026-01-20 19:19:36 +05:30
_lazy_imports.py refactor: migrate utils.py lazy imports to registry pattern (#18657) 2026-01-05 09:55:48 -08:00
_logging.py fix(logging): Include langfuse logger in JSON logging when langfuse callback is used (#19162) 2026-01-17 00:59:38 +05:30
_redis.py
_service_logger.py fix(langfuse_otel): ignore service logs and fix callback shadowing (#19298) 2026-01-19 05:53:47 -08:00
_uuid.py
_version.py
budget_manager.py
constants.py Add custom vertex ai mapping to the output 2026-01-22 15:18:24 +05:30
cost_calculator.py test fix 2026-01-15 16:48:21 -08:00
cost.json
exceptions.py Merge branch 'main' into litellm_staging_01_21_2026 2026-01-22 17:56:40 +05:30
main.py Merge pull request #19562 from BerriAI/litellm_stop_setting 2026-01-22 19:44:56 +05:30
model_prices_and_context_window_backup.json Add custom vertex ai mapping to the output 2026-01-22 15:18:24 +05:30
mypy.ini
py.typed
router.py Add support for sarvam models 2026-01-21 15:17:26 +05:30
scheduler.py Fix queue persistence to Redis (#19304) 2026-01-19 19:01:34 -08:00
timeout.py
utils.py Merge pull request #19562 from BerriAI/litellm_stop_setting 2026-01-22 19:44:56 +05:30