Commit 5c630bd
committed
🤖 feat: Add support for Amazon Bedrock
Add Amazon Bedrock as a supported AI provider using @ai-sdk/amazon-bedrock.
This enables enterprise users to use AWS-hosted models including:
- Claude models (via Anthropic on Bedrock)
- Amazon Nova models
- Meta Llama models
- Mistral models
- And other Bedrock-supported models
Configuration in providers.jsonc:
{
"bedrock": {
"region": "us-east-1",
"accessKeyId": "...",
"secretAccessKey": "..."
}
}
Model string format: bedrock:<model-id>
Example: bedrock:anthropic.claude-3-5-sonnet-20241022-v2:0
Closes #7641 parent a253090 commit 5c630bd
File tree
4 files changed
+201
-8
lines changed- src
- common/constants
- node/services
4 files changed
+201
-8
lines changed
0 commit comments