Models
AWS Bedrock Models
Amazon Bedrock models available in Lyzr and how to configure them for enterprise-scale AI agents
Lyzr integrates seamlessly with Amazon Bedrock, enabling access to a wide array of foundation models from providers like Anthropic, Meta, and Mistral. These models are ideal for enterprise-grade AI applications requiring scalability, security, and performance.
🔧 Setting Up AWS Bedrock in Lyzr Agent Studio
To utilize AWS Bedrock models within Lyzr Agent Studio, follow these steps:
-
Enable Model Access in AWS Bedrock:
- Sign in to the AWS Management Console.
- Navigate to Model Access and enable the desired models.
-
Create an IAM Policy and Role:
- Define a policy granting
bedrock:InvokeModel
permissions. - Create a role with this policy and trust relationship for Lyzr Agent Studio.
- For detailed instructions, refer to the AWS App Studio documentation.
- Define a policy granting
-
Configure the Connector in Lyzr Agent Studio:
- In Lyzr Agent Studio, go to Connectors.
- Create a new connector for AWS Bedrock, providing the IAM role ARN.
- Select the desired Bedrock models for your agents.
For a visual walkthrough, check out this quick setup guide.