mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 21:30:17 +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:
@@ -63,6 +63,13 @@ export const OPENCODE_PRESET_MODEL_VARIANTS: Record<
|
||||
outputLimit: 262144,
|
||||
modalities: { input: ["text", "image", "video"], output: ["text"] },
|
||||
},
|
||||
{
|
||||
id: "kimi-k3",
|
||||
name: "Kimi K3",
|
||||
contextLimit: 1048576,
|
||||
outputLimit: 131072,
|
||||
modalities: { input: ["text", "image", "video"], output: ["text"] },
|
||||
},
|
||||
{
|
||||
id: "step-3.5-flash-2603",
|
||||
name: "Step 3.5 Flash 2603",
|
||||
@@ -828,6 +835,7 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
|
||||
},
|
||||
models: {
|
||||
"kimi-k2.7-code": { name: "Kimi K2.7 Code" },
|
||||
"kimi-k3": { name: "Kimi K3" },
|
||||
},
|
||||
},
|
||||
category: "cn_official",
|
||||
|
||||
Reference in New Issue
Block a user