mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 16:01:33 +08:00
- 为 kimi-k2、qwen3-max、glm-4.6、grok-4 等 12 个模型补充 vision 标签 - 为 minimax-m2.1-highspeed、mistral-small-latest 补充 reasoning 标签 - 对齐 coding-plan 版本与主版本的能力标签(zhipu/dashscope/moonshot) - 补全 internal-testing 内测版过度简化的能力标签 - bump presetDataVersion: 17 -> 18 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
136 lines
3.4 KiB
JSON
136 lines
3.4 KiB
JSON
{
|
||
"id": "provider-moonshot-001",
|
||
"provider": "moonshot",
|
||
"label": "月之暗面 Kimi",
|
||
"baseUrl": "https://api.moonshot.cn/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "moonshot",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "kimi-k2.5",
|
||
"displayName": "Kimi K2.5",
|
||
"serviceType": ["chat"],
|
||
"description": "月之暗面Kimi K2.5,2026年1月发布的原生多模态模型,支持视觉编码和智能体集群",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"tool_use",
|
||
"agent",
|
||
"long_context",
|
||
"vision"
|
||
],
|
||
"inputPrice": 4,
|
||
"outputPrice": 21,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "kimi-k2",
|
||
"displayName": "Kimi K2",
|
||
"serviceType": ["chat"],
|
||
"description": "月之暗面Kimi K2,万亿参数MoE模型(320B激活),256K上下文,专为智能体设计",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"tool_use",
|
||
"agent",
|
||
"long_context",
|
||
"vision"
|
||
],
|
||
"inputPrice": 4,
|
||
"outputPrice": 16,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "kimi-k2-thinking",
|
||
"displayName": "Kimi K2 思考版",
|
||
"serviceType": ["reasoning"],
|
||
"description": "月之暗面Kimi K2思考版,256K上下文,深度推理能力",
|
||
"contextWindow": 256000,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": [
|
||
"reasoning",
|
||
"math",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 4,
|
||
"outputPrice": 16,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "moonshot-v1-8k",
|
||
"displayName": "Moonshot V1 8K",
|
||
"serviceType": ["chat"],
|
||
"description": "月之暗面标准模型,8K上下文",
|
||
"contextWindow": 8192,
|
||
"maxOutputTokens": 4096,
|
||
"capabilities": [
|
||
"chat",
|
||
"code"
|
||
],
|
||
"inputPrice": 2,
|
||
"outputPrice": 2,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "moonshot-v1-32k",
|
||
"displayName": "Moonshot V1 32K",
|
||
"serviceType": ["chat"],
|
||
"description": "月之暗面标准模型,32K上下文",
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 4096,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 5,
|
||
"outputPrice": 5,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "moonshot-v1-128k",
|
||
"displayName": "Moonshot V1 128K",
|
||
"serviceType": ["chat"],
|
||
"description": "月之暗面标准模型,128K上下文",
|
||
"contextWindow": 131072,
|
||
"maxOutputTokens": 4096,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 10,
|
||
"outputPrice": 10,
|
||
"defaultTemperature": 0.7,
|
||
"defaultTopP": 0.9,
|
||
"extra": {}
|
||
}
|
||
]
|
||
}
|