Skip to content

Commit 039590d

Browse files
authored
Merge pull request #520 from Premshay/feat/add-llama-model
feat(api): add Llama 3.3 70B Instruct to AWS Bedrock model options
2 parents 45aa069 + d93a7a7 commit 039590d

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)