Commit 4e5b08b
authored
feat(models): add quantization to novita moonshot mappings (#2964)
Adds quantization to Novita provider mappings in
packages/models/src/models/moonshot.ts, per #2946.
Checked every Novita mapping in this file against Novita's own model
detail pages. Added the field only where precision was explicitly stated
— no inference from model names.
[kimi-k2-instruct](https://novita.ai/models/model-detail/moonshotai-kimi-k2-instruct)
→ fp8
Left unchanged — kimi-k2.6 shows Quantization as - on Novita's own page
(explicitly unstated), so left out rather than guess.
Ran pnpm format; only this file changed.1 parent e9e3b79 commit 4e5b08b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments