We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d6eef commit 2a48358Copy full SHA for 2a48358
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -125,6 +125,9 @@ export class FoundationModelIdentifier {
125
/** Base model "anthropic.claude-3-5-sonnet-20240620-v1:0" */
126
public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20240620_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-5-sonnet-20240620-v1:0');
127
128
+ /** Base model "anthropic.claude-3-5-sonnet-20241022-v2:0" */
129
+ public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20241022_V2_0 = new FoundationModelIdentifier('anthropic.claude-3-5-sonnet-20241022-v2:0');
130
+
131
/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
132
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-haiku-20240307-v1:0');
133
0 commit comments