mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 06:53:14 +08:00
更新 Kimi 模型配置 - 更新 Moonshot/Kimi 官方 provider 模型清单 - 新增 K2.7 Code、K2.7 Code HighSpeed 和 V1 vision-preview 模型 - 移除已下线 K2 系列并添加 tombstones - 同步 Kimi Code coding plan 参数 验证: - npm run validate - npm test
34 lines
969 B
JSON
34 lines
969 B
JSON
{
|
||
"id": "provider-moonshot-coding-001",
|
||
"provider": "moonshot",
|
||
"brandGroup": "moonshot",
|
||
"label": "Kimi Code",
|
||
"baseUrl": "https://api.kimi.com/coding/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"accessMode": "coding-plan",
|
||
"services": ["chat", "reasoning"],
|
||
"codingPlan": {
|
||
"quotas": {},
|
||
"usageTracking": {
|
||
"method": "none",
|
||
"consoleUrl": "https://platform.moonshot.cn/"
|
||
}
|
||
},
|
||
"models": [
|
||
{
|
||
"modelName": "kimi-for-coding",
|
||
"displayName": "Kimi For Coding (Auto)",
|
||
"serviceType": ["chat", "reasoning"],
|
||
"description": "Kimi Code 稳定路由 ID,自动映射到 Kimi Code 当前模型,262K 上下文",
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context", "vision"],
|
||
"source": "preset"
|
||
}
|
||
]
|
||
}
|