File tree 1 file changed +9
-0
lines changed
packages/aws-cdk-lib/aws-bedrock/lib 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,15 @@ export class FoundationModelIdentifier {
194
194
/** Base model "meta.llama3-70b-instruct-v1:0". */
195
195
public static readonly META_LLAMA_3_70_INSTRUCT_V1 = new FoundationModelIdentifier ( 'meta.llama3-70b-instruct-v1:0' ) ;
196
196
197
+ /** Base model "meta.llama3-1-8b-instruct-v1:0". */
198
+ public static readonly META_LLAMA_3_1_8B_INSTRUCT_V1 = new FoundationModelIdentifier ( 'meta.llama3-1-8b-instruct-v1:0' ) ;
199
+
200
+ /** Base model "meta.llama3-1-70b-instruct-v1:0". */
201
+ public static readonly META_LLAMA_3_1_70_INSTRUCT_V1 = new FoundationModelIdentifier ( 'meta.llama3-1-70b-instruct-v1:0' ) ;
202
+
203
+ /** Base model "meta.llama3-1-405b-instruct-v1:0". */
204
+ public static readonly META_LLAMA_3_1_405_INSTRUCT_V1 = new FoundationModelIdentifier ( 'meta.llama3-1-405b-instruct-v1:0' ) ;
205
+
197
206
/** Base model "mistral.mistral-7b-instruct-v0:2". */
198
207
public static readonly MISTRAL_MISTRAL_7B_INSTRUCT_V0_2 = new FoundationModelIdentifier ( 'mistral.mistral-7b-instruct-v0:2' ) ;
199
208
You can’t perform that action at this time.
0 commit comments