Skip to content

Conversation

@mazyu36
Copy link
Contributor

@mazyu36 mazyu36 commented Oct 31, 2025

Issue # (if applicable)

N/A

Reason for this change

Although L2 Construct of bedrock-agentcore has been released, in the bedrock-alpha inference profiles that can be utilized within it, the definitions for Anthropic's latest Claude 4 Family and its associated cross-region inference profiles are missing.

Description of changes

  • Add Claude 4 models
  • Add missing Cross Region Inferences Profile supported in Claude 4 family.

Describe any new or updated permissions being added

N/A

Description of how you validated changes

Tests are not added because only enums are added.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team October 31, 2025 15:02
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Oct 31, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This review is outdated)

Comment on lines +348 to +356
* Anthropic's Claude Haiku 4.5 model, most cost-efficient and fastest.
* Delivers near-frontier performance with substantially lower cost and faster speeds.
*
* Features:
* - Supports vision (Image input modality)
* - Cross-region support
* - Supports Bedrock Agents
* - Best for: Large-scale deployments, budget-conscious applications, real-time customer service, latency-sensitive use cases
*/
Copy link
Contributor Author

@mazyu36 mazyu36 Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure about the extent to which we should describe this section.
I wonder if just mentioning the model name would suffice.

The content is written in the same format as the existing model explanations, based on the content from the following links.

https://aws.amazon.com/bedrock/anthropic/
https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html

/**
* Mapping of AWS regions to their corresponding geographic areas for cross-region inference.
* This mapping is used to determine which cross-region inference profile to use based on the current region.
* This mapping is used to determine which cross-region inference profile to use based on the current region in prompt router.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mapping here is used only in the prompt router.
Also, since the current implementation is sufficient for the base models supported by the prompt router, I only changed the docs.

Due to the expansion of cross-region inference grouping, the relationship between regions and groupings has become 1:n. For example, ap-northeast-1 is included in both APAC and JP.

Therefore, if the supported models for the prompt router increases in the future, adjustments to this implementation will likely be necessary.

},
);
/****************************************************************************
* ANTHROPIC
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While there are other insufficient models besides Anthropic, there are too many to cover.
Therefore, I prioritized Claude, which is likely to be the most widely used.

@mazyu36 mazyu36 changed the title feat(bedrock-alpha): add Claude 4 models and missing Cross region inference profile chore Oct 31, 2025
* These regions help distribute traffic across multiple AWS regions for better
* throughput and resilience during peak demands.
*/
export enum CrossRegionInferenceProfileRegion {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mazyu36 mazyu36 marked this pull request as ready for review October 31, 2025 15:26
@mazyu36 mazyu36 changed the title chore chore(bedrock-alpha): add Claude 4 models and missing Cross region inference profile Oct 31, 2025
@aws-cdk-automation aws-cdk-automation dismissed their stale review October 31, 2025 15:27

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@mazyu36 mazyu36 changed the title chore(bedrock-alpha): add Claude 4 models and missing Cross region inference profile chore(bedrock-alpha): add Claude 4 models and missing Cross region inference profile Nov 1, 2025
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants