mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 11:58:14 +08:00
- 删除所有 Provider 顶层的 defaultTemperature / defaultTopP - 为所有对话类模型添加 model 级别的推荐温度参数(基于官方文档) - volcengine:将 extra 内温度参数提升到模型顶层正式字段 - presetDataVersion 7→8 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
135 lines
3.3 KiB
JSON
135 lines
3.3 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"
|
||
],
|
||
"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": {}
|
||
}
|
||
]
|
||
}
|