Skip to content

Commit ffe46b5

Browse files
authored
chore(bedrock): claude3-haiku model (#29587)
Ref: https://aws.amazon.com/jp/blogs/aws/anthropics-claude-3-haiku-model-is-now-available-in-amazon-bedrock/ ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 8e215b3 commit ffe46b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ export class FoundationModelIdentifier {
8989
/** Base model "anthropic.claude-3-sonnet-20240229-v1:0". */
9090
public static readonly ANTHROPIC_CLAUDE_3_SONNET_20240229_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-sonnet-20240229-v1:0');
9191

92+
/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
93+
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-haiku-20240307-v1:0');
94+
9295
/** Base model "anthropic.claude-instant-v1". */
9396
public static readonly ANTHROPIC_CLAUDE_INSTANT_V1 = new FoundationModelIdentifier('anthropic.claude-instant-v1');
9497

0 commit comments

Comments
 (0)