mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-24 21:38:52 +00:00
dd92b1a0ac
* feat: initial commit adding bedrock support via the new sdk passthrough logic ensures correct sequencing of tasks (pre call checks etc. can run before signing request) * fix(route_llm_requests.py): passthrough to allm_passthrough_route if no model found * feat(bedrock/passthrough): working bedrock passthrough via sdk support * fix(passthrough/main.py): re-add data and json * feat(passthrough/main): support async passthrough calls to bedrock * feat(passthrough/main.py): async streaming + completion support * feat(llm_passthrough_endpoints.py): migrate bedrock passthrough calls to to new bedrock passthrough sdk Enables calls to work correctly * fix: fix linting errors * test: update test