We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e215b3 commit ffe46b5Copy full SHA for ffe46b5
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -89,6 +89,9 @@ export class FoundationModelIdentifier {
89
/** Base model "anthropic.claude-3-sonnet-20240229-v1:0". */
90
public static readonly ANTHROPIC_CLAUDE_3_SONNET_20240229_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-sonnet-20240229-v1:0');
91
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
+
95
/** Base model "anthropic.claude-instant-v1". */
96
public static readonly ANTHROPIC_CLAUDE_INSTANT_V1 = new FoundationModelIdentifier('anthropic.claude-instant-v1');
97
0 commit comments