Files
config-center/compute/providers/moonshot.json
xieyuanxiang b0e0cead04 chore: update field audit tables and provider configs
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>
2026-04-24 20:12:57 +08:00

223 lines
5.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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.6",
"displayName": "Kimi K2.6",
"serviceType": [
"chat"
],
"description": "月之暗面 Kimi K2.6,最新多模态模型,长程代码编写与 Agent 自主执行能力增强256K 上下文,支持思考/非思考模式",
"contextWindow": 256000,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent",
"long_context",
"vision",
"video_understanding",
"image_understanding"
],
"inputPrice": 6.5,
"outputPrice": 27,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"thinking": {
"default": "enabled",
"disabledTemperature": 0.6
},
"cacheHitPrice": 1.1,
"supportedImageFormats": [
"png",
"jpeg",
"webp",
"gif"
],
"supportedVideoFormats": [
"mp4",
"mpeg",
"mov",
"avi",
"x-flv",
"mpg",
"webm",
"wmv",
"3gpp"
]
}
},
{
"modelName": "kimi-k2.5",
"displayName": "Kimi K2.5",
"serviceType": [
"chat"
],
"description": "月之暗面Kimi K2.5原生多模态模型256K 上下文,支持思考/非思考模式",
"contextWindow": 256000,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent",
"long_context",
"vision"
],
"inputPrice": 4,
"outputPrice": 21,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"thinking": {
"default": "enabled",
"disabledTemperature": 0.6
},
"cacheHitPrice": 0.7,
"supportedImageFormats": [
"png",
"jpeg",
"webp",
"gif"
],
"supportedVideoFormats": [
"mp4",
"mpeg",
"mov",
"avi",
"x-flv",
"mpg",
"webm",
"wmv",
"3gpp"
]
}
},
{
"modelName": "kimi-k2",
"displayName": "Kimi K2",
"serviceType": [
"chat"
],
"description": "月之暗面Kimi K2万亿参数MoE模型(32B激活)256K上下文专为智能体设计",
"contextWindow": 256000,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent",
"long_context"
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.6,
"defaultTopP": 1,
"extra": {
"cacheHitPrice": 1
}
},
{
"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": 1,
"defaultTopP": 1,
"extra": {
"cacheHitPrice": 1
}
},
{
"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,
"defaultTopP": 1,
"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,
"defaultTopP": 1,
"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,
"defaultTopP": 1,
"extra": {}
}
]
}