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:
Jason
2026-07-17 09:22:06 +08:00
parent 2bfecead4f
commit f20458229d
5 changed files with 24 additions and 2 deletions
+8
View File
@@ -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",