Skip to content

Commit

Permalink
chore: add jamba-instruct model
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Jun 26, 2024
1 parent cce10b1 commit 09b7070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 @@ -71,6 +71,9 @@ export class FoundationModelIdentifier {
/** Base model "ai21.j2-jumbo-instruct". */
public static readonly AI21_J2_JUMBO_INSTRUCT = new FoundationModelIdentifier('ai21.j2-jumbo-instruct');

/** Base model "ai21.jamba-instruct-v1:0". */
public static readonly AI21_J2_JAMBA_INSTRUCT = new FoundationModelIdentifier('ai21.jamba-instruct-v1:0');

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

0 comments on commit 09b7070

Please sign in to comment.