-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Feature] AWS Bedrock LLMAdapter #23
Copy link
Copy link
Open
Labels
P2Community contributions welcome — good first issuesCommunity contributions welcome — good first issuesenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssource:analysisSource: systematic gap analysisSource: systematic gap analysis
Metadata
Metadata
Assignees
Labels
P2Community contributions welcome — good first issuesCommunity contributions welcome — good first issuesenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssource:analysisSource: systematic gap analysisSource: systematic gap analysis
Add support for AWS Bedrock as a meta-provider, enabling access to Claude, Llama, Mistral, and other models through a unified AWS endpoint.
Useful for enterprise users who route all LLM traffic through their AWS account.
Implementation:
src/llm/bedrock.tsusing@aws-sdk/client-bedrock-runtime'bedrock'increateAdapter()factoryexamples/Auth: AWS credentials (access key / IAM role)