File tree Expand file tree Collapse file tree
packages/models/src/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ export const metaModels = [
9797 requestPrice : "0" ,
9898 contextSize : 16384 ,
9999 maxOutput : 16384 ,
100+ quantization : "fp8" ,
100101 streaming : true ,
101102 vision : false ,
102103 tools : false ,
@@ -259,6 +260,7 @@ export const metaModels = [
259260 requestPrice : "0" ,
260261 contextSize : 131072 ,
261262 maxOutput : 120000 ,
263+ quantization : "bf16" ,
262264 streaming : true ,
263265 vision : false ,
264266 tools : true ,
@@ -367,6 +369,7 @@ export const metaModels = [
367369 requestPrice : "0" ,
368370 contextSize : 131072 ,
369371 maxOutput : 131072 ,
372+ quantization : "bf16" ,
370373 streaming : true ,
371374 vision : true ,
372375 tools : false ,
@@ -473,6 +476,7 @@ export const metaModels = [
473476 requestPrice : "0" ,
474477 contextSize : 32768 ,
475478 maxOutput : 32000 ,
479+ quantization : "bf16" ,
476480 streaming : true ,
477481 vision : false ,
478482 tools : false ,
You can’t perform that action at this time.
0 commit comments