kimi: add low,high to k3 and remove k2p7 references
This commit is contained in:
@@ -59,7 +59,6 @@ describe("builtin providers", () => {
|
||||
it("uses API-equivalent implied pricing for Kimi Coding subscription models", () => {
|
||||
const models = builtinModels();
|
||||
const expectedCosts = {
|
||||
k2p7: { input: 0.95, output: 4, cacheRead: 0.19, cacheWrite: 0 },
|
||||
k3: { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 0 },
|
||||
"kimi-for-coding-highspeed": { input: 1.9, output: 8, cacheRead: 0.38, cacheWrite: 0 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user