@llmrtc/llmrtc-provider-bedrock
v1.0.0
Published
AWS Bedrock LLM adapter for @llmrtc/LLMRTC
Downloads
77
Readme
@llmrtc/llmrtc-provider-bedrock
AWS Bedrock LLM provider for LLMRTC.
Installation
npm install @llmrtc/llmrtc-provider-bedrockUsage
import { BedrockLLMProvider } from '@llmrtc/llmrtc-provider-bedrock';
const llm = new BedrockLLMProvider({
region: 'us-east-1',
model: 'anthropic.claude-3-sonnet-20240229-v1:0'
});Supported Models
- anthropic.claude-3-sonnet-20240229-v1:0
- anthropic.claude-3-haiku-20240307-v1:0
- amazon.titan-text-express-v1
- And other Bedrock models
Documentation
Full documentation: https://www.llmrtc.org
License
Apache-2.0
