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.
2 parents 45aa069 + d93a7a7 commit 039590dCopy full SHA for 039590d
src/shared/api.ts
@@ -236,6 +236,15 @@ export const bedrockModels = {
236
inputPrice: 0.25,
237
outputPrice: 1.25,
238
},
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
+ },
248
"meta.llama3-2-90b-instruct-v1:0": {
249
maxTokens: 8192,
250
contextWindow: 128_000,
0 commit comments