Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Requesting Model Access

Sign into the AWS Console and select the Amazon Bedrock Service.

Next, select Model access, and then click on Manage model access.

Request access to Text-based models, such as Anthropic Claude.

Creating an Access Key

Sign into the AWS Console and select the Identity and Access Management (IAM) Service. Then, select Users under Access management.

Locate or create a user that is authorized to access Amazon Bedrock. Under the user’s Security credentials area, find Access keys, and create a new Access Key. Place the Access Key Id and the Secret Access Key into your configuration.

For example:

models: {
  "AWS Bedrock - Claude 2": {
    provider: "anthropic",
    cloud: "aws",
    model: "claude-2.1",
    accessKeyId: "......",
    secretAccessKey: "......"
  }
}

Installing AWS SDK

Prior to using models from AWS Bedrock, you must install the AWS SDK within your Profound AI installation using the command below:

npm install aws-sdk
  • No labels