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
@@ -5,14 +5,14 @@ import values from "./data/kimi-coding.json" with { type: "json" };
import type { Model } from "../types.ts";
export const KIMI_CODING_MODELS = values as {
"k2p7": Model<"anthropic-messages"> & {
id: "k2p7";
provider: "kimi-coding";
};
"k3": Model<"anthropic-messages"> & {
id: "k3";
provider: "kimi-coding";
};
"kimi-for-coding": Model<"anthropic-messages"> & {
id: "kimi-for-coding";
provider: "kimi-coding";
};
"kimi-for-coding-highspeed": Model<"anthropic-messages"> & {
id: "kimi-for-coding-highspeed";
provider: "kimi-coding";