Multimodal Chat with File using OCR > Using the Multimodal Chat with File using OCR recipe > Step 2. Configure the Amazon Bedrock model connection
  

Step 2. Configure the Amazon Bedrock model connection

Configure the model, region, access key, and secret key to access and use the Amazon Bedrock Claude LLM's capabilities within the agent flow.
  1. 1Open the Amazon Bedrock Claude Model model connection.
  2. 2In the Connection Details, enter values for the following properties:
  3. Property
    Description
    Model
    ID string of the Amazon Bedrock foundation model you want your AI agents to use for language processing tasks.
    If you use a cross-region inference type model, add the region prefix at the beginning of the model ID string. For example, to connect to Anthropic Claude Opus 4.1 in the United States, enter the following model ID:
    us.anthropic.claude-opus-4-1-20250805-v1:0
    Region
    AWS region where your Amazon Bedrock service is deployed, for example: us-east-1
    Access Key
    Access key ID for the IAM user with permissions to access Amazon Bedrock.
    Secret Key
    Secret access key for the IAM user with permissions to access Amazon Bedrock.
  4. 3Click Test to verify that the connection is successful.
  5. 4Save the connection.