After you purchase a Provisioned Throughput, you can use it with the following features to increase your throughput:
-
Model inference – You can test the Provisioned Throughput in a Amazon Bedrock console playground. When you're ready to deploy the Provisioned Throughput, set up your application to invoke the provisioned model. Choose the tab for your preferred method, and then follow the steps:
To use a Provisioned Throughput in the Amazon Bedrock console playground
-
Sign in to the AWS Management Console using an IAM role with Amazon Bedrock permissions, and open the Amazon Bedrock console at https://console.aws.amazon.com/bedrock/
. -
From the left navigation pane, select Chat, Text, or Image under Playgrounds, depending your use case.
-
Choose Select model.
-
In the 1. Category column, select a provider or custom model category. Then, in the 2. Model column, select the model that your Provisioned Throughput is associated with.
-
In the 3. Throughput column, select your Provisioned Throughput.
-
Choose Apply.
To learn how to use the Amazon Bedrock playgrounds, see Generate responses in the console using playgrounds.
-
Associate a Provisioned Throughput with an agent alias – You can associate a Provisioned Throughput when you create or update an agent alias. In the Amazon Bedrock console, you choose the Provisioned Throughput when setting up the alias or editing it. In the Amazon Bedrock API, you specify the
provisionedThroughput
in theroutingConfiguration
when you send a CreateAgentAlias or UpdateAgentAlias; request.