@@ -143,9 +143,13 @@ export const modelMetadata: Record<string, ModelMetadata> = {
143
143
isOpen : true ,
144
144
organization : "DeepSeek" ,
145
145
} ,
146
- "deepseek-r1" : { price : mixPrice ( 0.55 , 2.19 * 5.7 ) , isOpen : true , organization : "DeepSeek" } ,
146
+ "deepseek-r1" : { price : mixPrice ( 0.54 , 2.18 * 5.7 ) , isOpen : true , organization : "DeepSeek" } ,
147
147
"deepseek-v3" : { price : mixPrice ( 0.27 , 1.1 ) , isOpen : true , organization : "DeepSeek" } ,
148
- "deepseek-v3-0324" : { price : mixPrice ( 0.27 , 1.1 ) , isOpen : true , organization : "DeepSeek" } ,
148
+ "deepseek-v3-0324" : {
149
+ price : Math . min ( mixPrice ( 0.27 , 1.1 ) , mixPrice ( 0.34 , 0.88 ) ) ,
150
+ isOpen : true ,
151
+ organization : "DeepSeek" ,
152
+ } ,
149
153
"dolly-v2-12b" : { isOpen : true } ,
150
154
"falcon-180b-chat" : { isOpen : true } ,
151
155
"fastchat-t5-3b" : { isOpen : true } ,
@@ -289,7 +293,7 @@ export const modelMetadata: Record<string, ModelMetadata> = {
289
293
organization : "NVIDIA" ,
290
294
} ,
291
295
"llama-3.2-1b-instruct" : {
292
- price : mixPrice ( 0.01 , 0.02 ) ,
296
+ price : mixPrice ( 0.01 , 0.01 ) ,
293
297
isOpen : true ,
294
298
organization : "Meta" ,
295
299
} ,
@@ -309,7 +313,7 @@ export const modelMetadata: Record<string, ModelMetadata> = {
309
313
organization : "Meta" ,
310
314
} ,
311
315
"llama-3.3-70b-instruct" : {
312
- price : mixPrice ( 0.12 , 0.3 ) ,
316
+ price : mixPrice ( 0.12 , 0.28 ) ,
313
317
isOpen : true ,
314
318
organization : "Meta" ,
315
319
} ,
@@ -323,7 +327,7 @@ export const modelMetadata: Record<string, ModelMetadata> = {
323
327
organization : "Meta" ,
324
328
} ,
325
329
"llama-4-maverick-17b-128e-instruct" : {
326
- price : mixPrice ( 0.2 , 0.6 ) ,
330
+ price : mixPrice ( 0.18 , 0.6 ) ,
327
331
isOpen : true ,
328
332
organization : "Meta" ,
329
333
} ,
0 commit comments