Skip to content

Commit

Permalink
chore(bedrock): support Jamba 1.5 Large and Mini
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Sep 24, 2024
1 parent a29bf19 commit e9cc228
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ export class FoundationModelIdentifier {
/** Base model "ai21.jamba-instruct-v1:0". */
public static readonly AI21_J2_JAMBA_INSTRUCT_V1_0 = new FoundationModelIdentifier('ai21.jamba-instruct-v1:0');

/** Base model "ai21.jamba-1-5-large-v1:0". */
public static readonly AI21_JAMBA_1_5_LARGE_V_1_0 = new FoundationModelIdentifier('ai21.jamba-1-5-large-v1:0');

/** Base model "ai21.jamba-1-5-mini-v1:0". */
public static readonly AI21_JAMBA_1_5_MINI_V_1_0 = new FoundationModelIdentifier('ai21.jamba-1-5-mini-v1:0');

/**
* Base model "anthropic.claude-v1".
* @deprecated use latest version of the model
Expand Down

0 comments on commit e9cc228

Please sign in to comment.