Skip to content

Commit c29d267

Browse files
committed
feat(models): add quantization to novita meta mappings
1 parent 9b0b270 commit c29d267

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/models/src/models/meta.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)