opencommit
opencommit copied to clipboard
feat(bedrock): add support for Amazon Bedrock
trafficstars
This pull request adds support for Amazon Bedrock as a supported provider, including:
- New Bedrock engine implementation
- Integration with existing config and engine selection logic
- Support for multiple model families (Anthropic Claude, Titan, Nova, Llama, etc.)
- Compatibility with both InvokeModel and Converse APIs
- Handling of different response formats for various model types
- Addition of Bedrock-specific models to the MODEL_LIST
The implementation allows for flexible configuration, including region selection, guardrails, and API authentication methods.