File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/aws-cdk-lib/aws-bedrock/lib Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ export class FoundationModelIdentifier {
125
125
/** Base model "anthropic.claude-3-5-sonnet-20240620-v1:0" */
126
126
public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20240620_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-5-sonnet-20240620-v1:0' ) ;
127
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
+
128
131
/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
129
132
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-haiku-20240307-v1:0' ) ;
130
133
You can’t perform that action at this time.
0 commit comments