Use a Provisioned Throughput with an Amazon Bedrock resource
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. Select the tab corresponding to your method of choice and follow the steps:
-
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.