Skip to content

Conversation

@matoom-nomu
Copy link
Contributor

@matoom-nomu matoom-nomu commented Aug 22, 2025

Description of changes

  • Add ANTHROPIC_CLAUDE_3_5_HAIKU_20241022_V1_0_200K for Claude 3.5 Haiku with 200k context window
  • Add COHERE_COMMAND_R_PLUS_V1_0_128K for Cohere Command R+ with 128k context window

Description of how you validated changes

  • Checked that the model identifiers are consistent with AWS Bedrock documentation

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 August 22, 2025 06:08
@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 labels Aug 22, 2025
public static readonly ANTHROPIC_CLAUDE_3_5_HAIKU_20241022_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-5-haiku-20241022-v1:0');

/** Base model "anthropic.claude-3-5-haiku-20241022-v1:0:200k". */
public static readonly ANTHROPIC_CLAUDE_3_5_HAIKU_20241022_V1_0_200K = new FoundationModelIdentifier('anthropic.claude-3-5-haiku-20241022-v1:0:200k');
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you help me to understand where those model id coming from?

I tried to find it in this table, but both ids don't exist

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In my understanding, this model's ID is 'anthropic.claude-3-5-haiku-20241022-v1:0', and I have confirmed this exists in the documentation table you mentioned. The suffix (:200k) specifies the context window size available for this model.

Copy link
Contributor

Choose a reason for hiding this comment

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

Are there any docs or commands that show the existence of model IDs?
I think these are provisioned throughput model IDs, but I couldn't find in docs.

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wow, that's exactly the point I was misunderstanding.
I didn't have a proper understanding of the differences between On-Demand and Provisioned Throughput models. Sorry for the confusion, I'll withdraw the PR.

@gasolima gasolima added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Aug 25, 2025
@gasolima gasolima self-assigned this Aug 25, 2025
@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Aug 25, 2025
@matoom-nomu matoom-nomu requested a review from gasolima August 27, 2025 07:57
@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 Aug 28, 2025
@github-actions
Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

beginning-contributor [Pilot] contributed between 0-2 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.

4 participants