We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1397737 commit 6ef7c67Copy full SHA for 6ef7c67
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -104,6 +104,9 @@ export class FoundationModelIdentifier {
104
/** Base model "anthropic.claude-3-sonnet-20240229-v1:0:200k" */
105
public static readonly ANTHROPIC_CLAUDE_3_SONNET_20240229_V1_0_200K = new FoundationModelIdentifier('anthropic.claude-3-sonnet-20240229-v1:0:200k');
106
107
+ /** Base model "anthropic.claude-3-5-sonnet-20240620-v1:0" */
108
+ public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20240620_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-5-sonnet-20240620-v1:0');
109
+
110
/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
111
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-haiku-20240307-v1:0');
112
0 commit comments