mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 02:33:21 +08:00
feat: add Kimi K3 model spec (#62)
Co-authored-by: DesireCore CI <ci@desirecore.test>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 78,
|
||||
"presetDataVersion": 79,
|
||||
"updatedAt": "2026-07-20",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user