mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:30:49 +08:00
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
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": {
|
||
"window": "5h",
|
||
"approxApiCallsPerWindow": "300-1200",
|
||
"maxConcurrency": 30
|
||
},
|
||
"usageTracking": {
|
||
"method": "none",
|
||
"consoleUrl": "https://www.kimi.com/code/console"
|
||
}
|
||
},
|
||
"models": [
|
||
{
|
||
"modelName": "kimi-for-coding",
|
||
"displayName": "Kimi for Coding",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "Kimi Code 会员权益模型,官方第三方 Coding Agent 推荐模型 ID,Kimi Code 平台按会员额度计费",
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"tool_use",
|
||
"agent",
|
||
"long_context",
|
||
"vision",
|
||
"video_understanding"
|
||
],
|
||
"source": "preset",
|
||
"defaultTemperature": null,
|
||
"defaultTopP": null,
|
||
"extra": {
|
||
"billing": "kimi_membership_quota",
|
||
"baseUrlNote": "Kimi Code API Key must use https://api.kimi.com/coding/v1",
|
||
"recommendedFor": [
|
||
"Kimi Code CLI",
|
||
"Claude Code",
|
||
"Roo Code"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"modelName": "kimi-k2.5",
|
||
"displayName": "Kimi K2.5 (Coding)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "Kimi Code 套餐,Kimi K2.5 模型,256K 上下文",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"tool_use",
|
||
"agent",
|
||
"long_context",
|
||
"vision"
|
||
],
|
||
"source": "preset",
|
||
"inputPrice": 0.58,
|
||
"outputPrice": 3.02,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95
|
||
}
|
||
]
|
||
}
|