Skip to content

Commit b5eb9cc

Browse files
committed
chore(models): fix model
1 parent 1c231e2 commit b5eb9cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apidocs/@cdklabs/namespaces/bedrock/classes/BedrockFoundationModel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ The ARN of the Bedrock invokable abstraction.
287287
288288
***
289289

290-
### META\_LLAMA\_4\_MAVERICK\_70B\_INSTRUCT\_V1
290+
### META\_LLAMA\_4\_MAVERICK\_17B\_INSTRUCT\_V1
291291

292-
> `readonly` `static` **META\_LLAMA\_4\_MAVERICK\_70B\_INSTRUCT\_V1**: `BedrockFoundationModel`
292+
> `readonly` `static` **META\_LLAMA\_4\_MAVERICK\_17B\_INSTRUCT\_V1**: `BedrockFoundationModel`
293293
294294
***
295295

src/cdk-lib/bedrock/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ export class BedrockFoundationModel implements IInvokable {
343343
},
344344
);
345345

346-
public static readonly META_LLAMA_4_MAVERICK_70B_INSTRUCT_V1 = new BedrockFoundationModel(
347-
'meta.llama4-maverick-70b-instruct-v1:0',
346+
public static readonly META_LLAMA_4_MAVERICK_17B_INSTRUCT_V1 = new BedrockFoundationModel(
347+
'meta.llama4-maverick-17b-instruct-v1:0',
348348
{
349349
supportsAgents: true,
350350
supportsCrossRegion: true,

0 commit comments

Comments
 (0)