File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
apidocs/namespaces/bedrock/classes Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,24 @@ The ARN of the Bedrock invokable abstraction.
89
89
90
90
***
91
91
92
+ ### AMAZON\_ NOVA\_ LITE\_ V1
93
+
94
+ > ` readonly ` ` static ` ** AMAZON\_ NOVA\_ LITE\_ V1** : [ ` BedrockFoundationModel ` ] ( BedrockFoundationModel.md )
95
+
96
+ ***
97
+
98
+ ### AMAZON\_ NOVA\_ MICRO\_ V1
99
+
100
+ > ` readonly ` ` static ` ** AMAZON\_ NOVA\_ MICRO\_ V1** : [ ` BedrockFoundationModel ` ] ( BedrockFoundationModel.md )
101
+
102
+ ***
103
+
104
+ ### AMAZON\_ NOVA\_ PRO\_ V1
105
+
106
+ > ` readonly ` ` static ` ** AMAZON\_ NOVA\_ PRO\_ V1** : [ ` BedrockFoundationModel ` ] ( BedrockFoundationModel.md )
107
+
108
+ ***
109
+
92
110
### AMAZON\_ TITAN\_ PREMIER\_ V1\_ 0
93
111
94
112
> ` readonly ` ` static ` ** AMAZON\_ TITAN\_ PREMIER\_ V1\_ 0** : [ ` BedrockFoundationModel ` ] ( BedrockFoundationModel.md )
Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ export class BedrockFoundationModel implements IInvokable {
76
76
supportsAgents : true ,
77
77
} ) ;
78
78
79
+ public static readonly AMAZON_NOVA_MICRO_V1 = new BedrockFoundationModel ( 'amazon.nova-micro-v1:0' , {
80
+ supportsAgents : true ,
81
+ } ) ;
82
+
83
+ public static readonly AMAZON_NOVA_LITE_V1 = new BedrockFoundationModel ( 'amazon.nova-lite-v1:0' , {
84
+ supportsAgents : true ,
85
+ } ) ;
86
+
87
+ public static readonly AMAZON_NOVA_PRO_V1 = new BedrockFoundationModel ( 'amazon.nova-pro-v1:0' , {
88
+ supportsAgents : true ,
89
+ } ) ;
90
+
79
91
public static readonly TITAN_EMBED_TEXT_V1 = new BedrockFoundationModel ( 'amazon.titan-embed-text-v1' , {
80
92
supportsKnowledgeBase : true ,
81
93
vectorDimensions : 1536 ,
You can’t perform that action at this time.
0 commit comments