mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
feat(presets): add Kimi K3 to Kimi open-platform presets
Add kimi-k3 (1M context, 131K max output) to the Kimi provider preset model lists for Codex, Hermes, OpenClaw, and OpenCode, appended after kimi-k2.7-code so the catalog-first-row default backfill is unchanged. The Kimi For Coding plan presets keep the kimi-for-coding endpoint alias and are intentionally untouched.
This commit is contained in:
@@ -59,7 +59,7 @@ const expectedChatPresets = new Map<
|
||||
"Kimi",
|
||||
{
|
||||
baseUrl: "https://api.moonshot.cn/v1",
|
||||
contextWindows: { "kimi-k2.7-code": 262144 },
|
||||
contextWindows: { "kimi-k2.7-code": 262144, "kimi-k3": 1048576 },
|
||||
},
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user