BerriAI
litellm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix_langfuse_
urainshah:litellm_fix_langfuse_ssl_verify
40 seconds ago
Merge pull request #29639 from BerriAI/litellm_ghsa_q775_defaults_rc188 fix(key_generate): harden GHSA-q775 session-token exemption against default_key_generate_params (1.88 rc)
patch/v1.88.0-rc.1
3 minutes ago
Register Neosantara provider enum
neosantara-xyz:litellm_neosantara_provider
2 hours ago
fix(bedrock): filter unsupported schema fields before sending to native structured outputs API Fixes #29168. Bedrock's native structured-outputs API rejects JSON schema properties that Anthropic Claude does not support: minimum, maximum, minItems, maxItems, minLength, maxLength, exclusiveMinimum, exclusiveMaximum. AnthropicConfig.filter_anthropic_output_schema() already implements this filtering for the direct Anthropic API path, but _create_output_config_for_response_format in converse_transformation.py never called it, causing Bedrock to return a 400 for schemas containing these properties. Fix: call filter_anthropic_output_schema before _add_additional_properties_to_schema in _create_output_config_for_response_format so the schema is cleaned before being serialized into the outputConfig block.
VANDRANKI:fix/bedrock-native-structured-outputs-drop-unsupported-schema-fields
8 hours ago
fix: raise HTTPException(400) instead of CustomCodeExecutionError in apply_guardrail Fixes #29436. When a custom code guardrail's execution fails (e.g. due to a policy violation raised inside user-provided code), the except clause wrapped the exception in CustomCodeExecutionError which is a plain Python Exception with no HTTP status mapping. The proxy's error handler therefore returned 500 instead of 400. Raising HTTPException(status_code=400) directly keeps the same informative error detail and is immediately handled by FastAPI, so the client receives the correct 400 response code.
VANDRANKI:fix/custom-code-guardrail-execution-error-400
9 hours ago
fix(guardrails): recompile ToolPermissionGuardrail rules on update_in_memory_litellm_params
VANDRANKI:fix/tool-permission-guardrail-recompile-on-update
9 hours ago
change deployment configs to include a litellm.cache for litellm-backend pod mirroring litellm-gateway pod
backend-cache-config-v1.88.0-rc.1
10 hours ago
fix(guardrails): write sanitized tool_result text back to content (#29593)
Anai-Guo:fix/guardrail-tool-result-redaction
10 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Promote v1.88.0-rc.2 to main
#29648
3 hours ago
67428bd
patch/v1.88.0-rc.1
CodSpeed Performance Gauge
0%
feat(provider): Add Neosantara provider as OpenAI Compatible
#29646
2 hours ago
ad947e1
neosantara-xyz:litellm_neosantara_provider
CodSpeed Performance Gauge
0%
fix(bedrock): filter unsupported schema fields before Bedrock native structured-outputs API
#29624
8 hours ago
a019e06
VANDRANKI:fix/bedrock-native-structured-outputs-drop-unsupported-schema-fields
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs