kimi: add low,high to k3 and remove k2p7 references

This commit is contained in:
David Brailovsky
2026-07-20 09:00:15 +00:00
parent 85f89db9bc
commit 8b93737078
16 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -567,8 +567,8 @@ describe("totalTokens field", () => {
// =========================================================================
describe.skipIf(!process.env.KIMI_API_KEY)("Kimi For Coding", () => {
it("k2p7 - should return totalTokens equal to sum of components", { retry: 3, timeout: 60000 }, async () => {
const llm = getModel("kimi-coding", "k2p7");
it("kimi-for-coding - should return totalTokens equal to sum of components", { retry: 3, timeout: 60000 }, async () => {
const llm = getModel("kimi-coding", "kimi-for-coding");
console.log(`\nKimi For Coding / ${llm.id}:`);
const { first, second } = await testTotalTokensWithCache(llm, { apiKey: process.env.KIMI_API_KEY });