Skip to content

Commit d93a7a7

Browse files
rootroot
authored andcommitted
feat(api): add Llama 3.3 70B Instruct to AWS Bedrock model options
1 parent 40c0457 commit d93a7a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/shared/api.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@ export const bedrockModels = {
236236
inputPrice: 0.25,
237237
outputPrice: 1.25,
238238
},
239+
"meta.llama3-3-70b-instruct-v1:0": {
240+
maxTokens: 8192,
241+
contextWindow: 128_000,
242+
supportsImages: false,
243+
supportsComputerUse: false,
244+
supportsPromptCache: false,
245+
inputPrice: 0.72,
246+
outputPrice: 0.72,
247+
},
239248
"meta.llama3-2-90b-instruct-v1:0": {
240249
maxTokens: 8192,
241250
contextWindow: 128_000,

0 commit comments

Comments
 (0)