Go to Bedrock Console → Model Access → Subscriptions, locate the Model ARN, and enter only the model name after foundation-model/
Provisioned throughput models
Go to Bedrock Console → Provisioned Throughput, select or create an inference configuration, copy the Inference ARN, and use the ID portion as the Model ID
Example ARN formats:
# Marketplace model ARNarn:aws:bedrock:us-east-1::foundation-model/your-model-id# Provisioned throughput ARNbedrock:provisioned-model-inference/my-throughput-id
Models that don’t support on-demand throughput (such as Claude 3) require a Provisioned Throughput inference configuration.
Once credentials and model details are configured, test the connection and map the response output.1. Define Prompt VariablesIn the Prompt Variables section, declare the variables used in your request payload:
Variable
Purpose
prompt
User input
system.prompt
System instructions
2. Define the Request BodyUse {{variableName}} syntax to bind variables dynamically in the JSON payload: