feat: add Kimi K3 model spec (#62)

Co-authored-by: DesireCore CI <ci@desirecore.test>
This commit is contained in:
Johnson-LYS
2026-07-20 20:00:19 +08:00
committed by GitHub
parent 29ef625f32
commit e59adbb166
2 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,20 @@
{
"description": "Moonshot Kimi 系列模型规格。参数来源config-center compute/providers/moonshot.json。注意 kimi-k2 存在多个子版本k2.5/k2.6/k2-thinking故 kimi-k2 仅用 exact 主键匹配,不用宽 pattern。",
"specs": [
{
"id": "kimi-k3",
"displayName": "Kimi K3",
"family": "kimi-k3",
"match": { "exact": ["kimi-k3"], "patterns": ["kimi-k3*"] },
"spec": {
"contextWindow": 1048576,
"maxOutputTokens": 131072,
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context", "vision"],
"serviceType": ["reasoning"],
"supportsReasoning": true,
"description": "Moonshot Kimi K3 — 2.8T 参数多模态推理模型,默认 reasoning_effort=max始终启用思考"
}
},
{
"id": "kimi-k2.7-code",
"displayName": "Kimi K2.7 Code",