v1.81.8-nightly
📦 litellmView on GitHub →
✨ 3 features🐛 5 fixes🔧 3 symbols
Summary
This release focuses on UI enhancements, adding new models via OpenRouter, and fixing several internal regressions and inconsistencies, particularly around provider responses and typing.
✨ New Features
- UI now shows Config Defined Search Tools.
- Added support for MCP Semantic Filtering on the UI.
- Added Qwen3-235B models for OpenRouter.
🐛 Bug Fixes
- Applied unique constraint on daily tables and added logging when updates fail.
- Fixed mypy regression causing a TypedDict key error in fireworks_ai transformation.
- Reverted change to use text/event-stream SSE format for message/stream endpoint (a2a).
- Fixed inconsistent response format in anthropic.messages.acreate() when using non-Anthropic providers.
- Removed unused Any/cast imports in github_copilot transformation.