File tree 1 file changed +15
-0
lines changed
packages/aws-cdk-lib/aws-bedrock/lib
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,24 @@ export class FoundationModelIdentifier {
89
89
/** Base model "anthropic.claude-3-sonnet-20240229-v1:0". */
90
90
public static readonly ANTHROPIC_CLAUDE_3_SONNET_20240229_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-sonnet-20240229-v1:0' ) ;
91
91
92
+ /** Base model "anthropic.claude-3-sonnet-20240229-v1:0:28k" */
93
+ public static readonly ANTHROPIC_CLAUDE_3_SONNET_20240229_V1_0_28K = new FoundationModelIdentifier ( 'anthropic.claude-3-sonnet-20240229-v1:0:28k' ) ;
94
+
95
+ /** Base model "anthropic.claude-3-sonnet-20240229-v1:0:200k" */
96
+ public static readonly ANTHROPIC_CLAUDE_3_SONNET_20240229_V1_0_200K = new FoundationModelIdentifier ( 'anthropic.claude-3-sonnet-20240229-v1:0:200k' ) ;
97
+
92
98
/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
93
99
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-haiku-20240307-v1:0' ) ;
94
100
101
+ /** Base model "anthropic.claude-3-haiku-20240307-v1:0:48k" */
102
+ public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0_48K = new FoundationModelIdentifier ( 'anthropic.claude-3-haiku-20240307-v1:0:48k' ) ;
103
+
104
+ /** Base model "anthropic.claude-3-haiku-20240307-v1:0:200k" */
105
+ public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0_200K = new FoundationModelIdentifier ( 'anthropic.claude-3-haiku-20240307-v1:0:200k' ) ;
106
+
107
+ /** Base model "anthropic.claude-3-opus-20240229-v1:0" */
108
+ public static readonly ANTHROPIC_CLAUDE_3_OPUS_20240229_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-opus-20240229-v1:0' ) ;
109
+
95
110
/** Base model "anthropic.claude-instant-v1". */
96
111
public static readonly ANTHROPIC_CLAUDE_INSTANT_V1 = new FoundationModelIdentifier ( 'anthropic.claude-instant-v1' ) ;
97
112
You can’t perform that action at this time.
0 commit comments