mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-03 05:07:04 +00:00
5d4ae9aa4d
* feat(utils.py): support dropping non-openai params when specified via additional drop params
Closes https://github.com/BerriAI/litellm/issues/11205
* fix(utils.py): fix linting error
* refactor(handler.py): add custom llm provider to anthropic messages provider config exception
* feat: initial commit adding vertex ai anthropic support on `/v1/messages`
* test: add working unit test
* test(vertex_ai_partner_models/anthropic): add /v1/messages support for anthropic api
Adds vertex ai auth
* feat(vertex_ai/anthropic): return correct url when calling via `/v1/messages`
* fix: more alignment to expected anthropic request format
* fix: fix ruff linting check
* Removed syntax error from docs (#11242)
* [Feat]: Add Bedrock InvokeAgents as a /chat/completions route on LiteLLM (#11239)
* feat: init structure for bedrock AGENTs
* feat: add basic routing for bedrock AGENTs
* feat: add basic transforms for bedrock AGENTs
* fix: url for bedrock agent runtime
* fix: working agents request
* feat: working agents non-streaming request
* feat: bedrock agents
* feat: add streaming for bedrock agents
* feat: add cost tracking for bedrock agents
* docs litellm with bedrock agents
* fix: linting errors
* test: invoke agents tests
* fix: import session handling
* Revert "fix: import session handling"
This reverts commit deb257dc10.
* fix: linting pin mypy
* [Feat]: Guardrails - Add streaming for bedrock post guard (#11247)
* feat: add streaming for bedrock post guard
* fix: bedrock guardrails
* fix: add clear comments
* Update litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: clean up bedrock guardrails
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* [Fix] Responses API - Session management (#11254)
* fix: import session handling
* fix: imports for session handler
* tests: tests for session handler
* Update enterprise/litellm_enterprise/enterprise_callbacks/session_handler.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* bump: bump litellm enterprise
* fixes: test_create_user_default_budget
* fix: fix linting error
* fix: fix linting error
---------
Co-authored-by: Fadil Rahman <87557055+fadil4u@users.noreply.github.com>
Co-authored-by: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>