mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 05:14:46 +08:00
* chore(internal-testing): 退役内置 provider;bump presetDataVersion to 52 internal-testing 一直作为内测阶段的硬编码 provider 存在,现在客户端已切换到 登录后绑定 desirecore-cloud(NewAPI 网关)方案,internal-testing 不再需要。 从此 commit 起: - compute/providers/internal-testing.json 删除 - _index.json 移除 internal-testing 条目 - presetDataVersion 51 → 52,触发客户端重新合并预置 客户端需配套实现 retired-providers 清理逻辑:在 mergeBuiltinIfNewer 之后 执行一次性清理,移除本地 compute.json 中残留的 provider-internal-testing-001 + secrets.json#internal-testing。 * chore: bump preset data version to 61 * feat: 增量同步 16 个厂商旗舰模型 (首批精选) 首次从 OpenRouter 增量同步,覆盖 13 家厂商的最新旗舰: 概要 --- - 新增 .sync-watermark 水位线文件 (1782276303 / 2026-06-24) - presetDataVersion: 61 → 62 - 校验 70/70 全部通过 新增模型 --- OpenAI: gpt-image-2 (image_gen), gpt-5.5, gpt-5.4 Anthropic: claude-fable-5, claude-opus-4.8 Google: gemini-3.5-flash, gemini-3.1-flash-image (Nano Banana 2) DeepSeek: deepseek-v4-pro Qwen: qwen3.7-max, qwen3.7-plus MiniMax: MiniMax-M3 Moonshot: kimi-k2.7-code Zhipu: glm-5.2 xAI: grok-4.3 Mistral: mistral-medium-3.5 Tencent: hy3-preview Cohere: north-mini-code 后续机制 --- 每日 10:00 心跳检查 OpenRouter 新模型,对比 .sync-watermark 增量入库,有更新才提 PR,无更新静默。
109 lines
3.2 KiB
JSON
109 lines
3.2 KiB
JSON
{
|
||
"description": "Moonshot Kimi 系列模型规格。参数来源:config-center compute/providers/moonshot.json。注意 kimi-k2 存在多个子版本(k2.5/k2.6/k2-thinking),故 kimi-k2 仅用 exact 主键匹配,不用宽 pattern。",
|
||
"specs": [
|
||
{
|
||
"id": "kimi-k2.7-code",
|
||
"displayName": "Kimi K2.7 Code",
|
||
"family": "kimi-k2.7",
|
||
"match": { "exact": ["kimi-k2.7-code"], "patterns": ["kimi-k2.7-code*"] },
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": ["chat", "code", "vision", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true,
|
||
"description": "Moonshot Kimi K2.7 Code 编程专用模型"
|
||
}
|
||
},
|
||
{
|
||
"id": "kimi-k2.6",
|
||
"displayName": "Kimi K2.6",
|
||
"family": "kimi-k2.6",
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context", "vision"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "kimi-k2.5",
|
||
"displayName": "Kimi K2.5",
|
||
"family": "kimi-k2.5",
|
||
"spec": {
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context", "vision"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "kimi-k2-thinking",
|
||
"displayName": "Kimi K2 Thinking",
|
||
"family": "kimi-k2-thinking",
|
||
"spec": {
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": ["reasoning", "math", "code", "deep_thinking", "long_context"],
|
||
"serviceType": ["reasoning"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "kimi-k2",
|
||
"displayName": "Kimi K2",
|
||
"family": "kimi-k2",
|
||
"spec": {
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.6,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "moonshot-v1-8k",
|
||
"displayName": "Moonshot v1 8K",
|
||
"family": "moonshot-v1",
|
||
"spec": {
|
||
"contextWindow": 8192,
|
||
"maxOutputTokens": 4096,
|
||
"capabilities": ["chat", "code"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0
|
||
}
|
||
},
|
||
{
|
||
"id": "moonshot-v1-32k",
|
||
"displayName": "Moonshot v1 32K",
|
||
"family": "moonshot-v1",
|
||
"spec": {
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 4096,
|
||
"capabilities": ["chat", "code", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0
|
||
}
|
||
},
|
||
{
|
||
"id": "moonshot-v1-128k",
|
||
"displayName": "Moonshot v1 128K",
|
||
"family": "moonshot-v1",
|
||
"spec": {
|
||
"contextWindow": 131072,
|
||
"maxOutputTokens": 4096,
|
||
"capabilities": ["chat", "code", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0
|
||
}
|
||
}
|
||
]
|
||
}
|