mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 12:18:26 +08:00
fix: 全面复核 Provider 定价与配置,新增 priceCurrency 货币标识
- 新增 priceCurrency 字段:国外 Provider 标记 USD,国内 Provider 标记 CNY - OpenAI GPT-4/o 系列价格修正(消除错误的 ×7.2 汇率膨胀) - Anthropic modelName 格式修正(点号→连字符,如 claude-opus-4-6) - DeepSeek 价格修正为 ¥ 原始定价,删除蒸馏模型 - DashScope qwen3.5-max→qwen3.5-plus(不存在的模型名修正) - Google gemini-2.5-pro-vision 删除(不存在),flash 价格更新 - 智谱 glm-5-plus 删除(不存在),contextWindow 修正 - Kling apiFormat→kling-task-api,Stability→stability-rest-api - Cohere baseUrl 域名修正 .com→.ai - MiniMax/百度/腾讯/讯飞/硅基流动价格修正为 ¥ 原始定价 - presetDataVersion 6→7 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"computer_use"
|
"computer_use"
|
||||||
@@ -16,12 +17,12 @@
|
|||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"modelName": "claude-opus-4.6",
|
"modelName": "claude-opus-4-6",
|
||||||
"displayName": "Claude Opus 4.6",
|
"displayName": "Claude Opus 4.6",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "Anthropic 最新旗舰 Opus 模型,最强能力",
|
"description": "Anthropic 最新旗舰 Opus 模型,最强能力",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 200000,
|
||||||
"maxOutputTokens": 32000,
|
"maxOutputTokens": 32768,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
@@ -34,12 +35,12 @@
|
|||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "claude-opus-4.5",
|
"modelName": "claude-opus-4-5",
|
||||||
"displayName": "Claude Opus 4.5",
|
"displayName": "Claude Opus 4.5",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "Anthropic Opus 4.5,顶级推理能力",
|
"description": "Anthropic Opus 4.5,顶级推理能力",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 200000,
|
||||||
"maxOutputTokens": 32000,
|
"maxOutputTokens": 32768,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
@@ -52,7 +53,7 @@
|
|||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "claude-sonnet-4.5",
|
"modelName": "claude-sonnet-4-5",
|
||||||
"displayName": "Claude Sonnet 4.5",
|
"displayName": "Claude Sonnet 4.5",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "Anthropic Sonnet 4.5,高性能性价比",
|
"description": "Anthropic Sonnet 4.5,高性能性价比",
|
||||||
@@ -88,7 +89,7 @@
|
|||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "claude-sonnet-4.5-computer",
|
"modelName": "claude-sonnet-4-5-computer",
|
||||||
"displayName": "Claude Sonnet 4.5 Computer Use",
|
"displayName": "Claude Sonnet 4.5 Computer Use",
|
||||||
"serviceType": ["computer_use"],
|
"serviceType": ["computer_use"],
|
||||||
"description": "Anthropic 最佳 Computer Use 模型",
|
"description": "Anthropic 最佳 Computer Use 模型",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat"
|
"chat"
|
||||||
],
|
],
|
||||||
@@ -29,8 +30,8 @@
|
|||||||
"long_context",
|
"long_context",
|
||||||
"medical"
|
"medical"
|
||||||
],
|
],
|
||||||
"inputPrice": 1.5,
|
"inputPrice": 5,
|
||||||
"outputPrice": 4.5,
|
"outputPrice": 9,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -47,8 +48,8 @@
|
|||||||
"multilingual",
|
"multilingual",
|
||||||
"medical"
|
"medical"
|
||||||
],
|
],
|
||||||
"inputPrice": 2,
|
"inputPrice": 10,
|
||||||
"outputPrice": 6,
|
"outputPrice": 30,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -65,8 +66,8 @@
|
|||||||
"multilingual",
|
"multilingual",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 5,
|
"inputPrice": 10,
|
||||||
"outputPrice": 15,
|
"outputPrice": 30,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -82,8 +83,8 @@
|
|||||||
"code",
|
"code",
|
||||||
"multilingual"
|
"multilingual"
|
||||||
],
|
],
|
||||||
"inputPrice": 3,
|
"inputPrice": 2,
|
||||||
"outputPrice": 9,
|
"outputPrice": 20,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": ["chat", "reasoning"],
|
"services": ["chat", "reasoning"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
@@ -16,9 +17,9 @@
|
|||||||
"modelName": "ernie-5.0-thinking-latest",
|
"modelName": "ernie-5.0-thinking-latest",
|
||||||
"displayName": "文心 ERNIE 5.0",
|
"displayName": "文心 ERNIE 5.0",
|
||||||
"serviceType": ["chat", "reasoning"],
|
"serviceType": ["chat", "reasoning"],
|
||||||
"description": "百度最新旗舰模型,支持深度推理、多模态和工具调用",
|
"description": "百度最新旗舰模型,支持深度推理、多模态和工具调用,119K输入/64K输出",
|
||||||
"contextWindow": 131072,
|
"contextWindow": 131072,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 65536,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
@@ -26,8 +27,8 @@
|
|||||||
"multimodal",
|
"multimodal",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.83,
|
"inputPrice": 8,
|
||||||
"outputPrice": 3.33,
|
"outputPrice": 32,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42,8 +43,8 @@
|
|||||||
"long_context",
|
"long_context",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.11,
|
"inputPrice": 0.8,
|
||||||
"outputPrice": 0.44,
|
"outputPrice": 3.2,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,12 +2,13 @@
|
|||||||
"id": "provider-cohere-001",
|
"id": "provider-cohere-001",
|
||||||
"provider": "cohere",
|
"provider": "cohere",
|
||||||
"label": "Cohere",
|
"label": "Cohere",
|
||||||
"baseUrl": "https://api.cohere.com/compatibility/v1",
|
"baseUrl": "https://api.cohere.ai/compatibility/v1",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "openai-completions",
|
||||||
"apiKeyRef": "cohere",
|
"apiKeyRef": "cohere",
|
||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": ["chat", "embedding", "rerank"],
|
"services": ["chat", "embedding", "rerank"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"embedding",
|
"embedding",
|
||||||
@@ -25,11 +26,11 @@
|
|||||||
"defaultTopP": 0.8,
|
"defaultTopP": 0.8,
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"modelName": "qwen3.5-max",
|
"modelName": "qwen3.5-plus",
|
||||||
"displayName": "阿里云 Qwen3.5-Max",
|
"displayName": "阿里云 Qwen3.5-Plus",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "通义千问3.5旗舰模型,397B参数,2026除夕发布,极低价格",
|
"description": "通义千问3.5旗舰模型,支持文本/图像/视频输入,效果媲美Qwen3 Max,性价比更优",
|
||||||
"contextWindow": 252000,
|
"contextWindow": 262144,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 16384,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
@@ -38,10 +39,11 @@
|
|||||||
"multilingual",
|
"multilingual",
|
||||||
"long_context",
|
"long_context",
|
||||||
"tool_use",
|
"tool_use",
|
||||||
"agent"
|
"agent",
|
||||||
|
"vision"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.8,
|
"inputPrice": 0.8,
|
||||||
"outputPrice": 2,
|
"outputPrice": 4.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -115,9 +117,9 @@
|
|||||||
"modelName": "qwen3-max",
|
"modelName": "qwen3-max",
|
||||||
"displayName": "阿里云 Qwen3-Max",
|
"displayName": "阿里云 Qwen3-Max",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "通义千问3代旗舰模型,252K 上下文",
|
"description": "通义千问3代旗舰模型,262K 上下文,支持思考模式",
|
||||||
"contextWindow": 252000,
|
"contextWindow": 262144,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 65536,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
@@ -127,8 +129,8 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"agent"
|
"agent"
|
||||||
],
|
],
|
||||||
"inputPrice": 3.2,
|
"inputPrice": 2.5,
|
||||||
"outputPrice": 12.8,
|
"outputPrice": 10,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning"
|
"reasoning"
|
||||||
@@ -18,7 +19,7 @@
|
|||||||
{
|
{
|
||||||
"modelName": "deepseek-chat",
|
"modelName": "deepseek-chat",
|
||||||
"displayName": "DeepSeek V3.2",
|
"displayName": "DeepSeek V3.2",
|
||||||
"serviceType": "chat",
|
"serviceType": ["chat"],
|
||||||
"description": "高性价比通用对话模型,64K 上下文",
|
"description": "高性价比通用对话模型,64K 上下文",
|
||||||
"contextWindow": 64000,
|
"contextWindow": 64000,
|
||||||
"maxOutputTokens": 8000,
|
"maxOutputTokens": 8000,
|
||||||
@@ -28,17 +29,17 @@
|
|||||||
"reasoning",
|
"reasoning",
|
||||||
"multilingual"
|
"multilingual"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.028,
|
"inputPrice": 2,
|
||||||
"outputPrice": 0.42,
|
"outputPrice": 8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "deepseek-reasoner",
|
"modelName": "deepseek-reasoner",
|
||||||
"displayName": "DeepSeek R1",
|
"displayName": "DeepSeek R1",
|
||||||
"serviceType": "reasoning",
|
"serviceType": ["reasoning"],
|
||||||
"description": "DeepSeek R1 推理模型,64K 上下文,深度推理能力,比 GPT-4 便宜 90%",
|
"description": "DeepSeek R1 推理模型,64K 上下文,深度推理能力,思维链最长 32K",
|
||||||
"contextWindow": 64000,
|
"contextWindow": 64000,
|
||||||
"maxOutputTokens": 32768,
|
"maxOutputTokens": 8192,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
@@ -46,41 +47,8 @@
|
|||||||
"code",
|
"code",
|
||||||
"math"
|
"math"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.55,
|
"inputPrice": 4,
|
||||||
"outputPrice": 2.19,
|
"outputPrice": 16,
|
||||||
"extra": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modelName": "deepseek-r1-distill-qwen-32b",
|
|
||||||
"displayName": "DeepSeek R1 蒸馏版 32B",
|
|
||||||
"serviceType": "reasoning",
|
|
||||||
"description": "DeepSeek R1蒸馏版(基于Qwen-32B),64K 上下文,性价比高的推理模型",
|
|
||||||
"contextWindow": 64000,
|
|
||||||
"maxOutputTokens": 8192,
|
|
||||||
"capabilities": [
|
|
||||||
"reasoning",
|
|
||||||
"math",
|
|
||||||
"code",
|
|
||||||
"fast"
|
|
||||||
],
|
|
||||||
"inputPrice": 0.14,
|
|
||||||
"outputPrice": 0.28,
|
|
||||||
"extra": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modelName": "deepseek-r1-distill-qwen-7b",
|
|
||||||
"displayName": "DeepSeek R1 蒸馏版 7B",
|
|
||||||
"serviceType": "reasoning",
|
|
||||||
"description": "DeepSeek R1蒸馏版(基于Qwen-7B),64K 上下文,极致性价比",
|
|
||||||
"contextWindow": 64000,
|
|
||||||
"maxOutputTokens": 8192,
|
|
||||||
"capabilities": [
|
|
||||||
"reasoning",
|
|
||||||
"code",
|
|
||||||
"fast"
|
|
||||||
],
|
|
||||||
"inputPrice": 0.05,
|
|
||||||
"outputPrice": 0.1,
|
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"vision",
|
"vision",
|
||||||
@@ -51,26 +52,8 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.075,
|
"inputPrice": 0.30,
|
||||||
"outputPrice": 0.4,
|
"outputPrice": 2.50,
|
||||||
"extra": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modelName": "gemini-2.5-pro-vision",
|
|
||||||
"displayName": "Gemini 2.5 Pro Vision",
|
|
||||||
"serviceType": ["vision"],
|
|
||||||
"description": "Google 多模态旗舰,支持图像视频理解",
|
|
||||||
"contextWindow": 1000000,
|
|
||||||
"maxOutputTokens": 65536,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"vision",
|
|
||||||
"video_understanding",
|
|
||||||
"image_understanding",
|
|
||||||
"ultra_long_context"
|
|
||||||
],
|
|
||||||
"inputPrice": 1.25,
|
|
||||||
"outputPrice": 10,
|
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -82,7 +65,7 @@
|
|||||||
"text_embedding",
|
"text_embedding",
|
||||||
"semantic_search"
|
"semantic_search"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.07,
|
"inputPrice": 0.10,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -3,11 +3,12 @@
|
|||||||
"provider": "kling",
|
"provider": "kling",
|
||||||
"label": "快手 可灵",
|
"label": "快手 可灵",
|
||||||
"baseUrl": "https://api.klingai.com/v1",
|
"baseUrl": "https://api.klingai.com/v1",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "kling-task-api",
|
||||||
"apiKeyRef": "kling",
|
"apiKeyRef": "kling",
|
||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"video_gen"
|
"video_gen"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"vision"
|
"vision"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": [
|
"services": [
|
||||||
"asr"
|
"asr"
|
||||||
],
|
],
|
||||||
@@ -15,7 +16,7 @@
|
|||||||
{
|
{
|
||||||
"modelName": "whisper-large-v3",
|
"modelName": "whisper-large-v3",
|
||||||
"displayName": "Whisper Large V3",
|
"displayName": "Whisper Large V3",
|
||||||
"serviceType": "asr",
|
"serviceType": ["asr"],
|
||||||
"description": "本地部署的 Whisper 大模型",
|
"description": "本地部署的 Whisper 大模型",
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"asr",
|
"asr",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": ["chat", "fast", "reasoning"],
|
"services": ["chat", "fast", "reasoning"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
"modelName": "MiniMax-M2.5",
|
"modelName": "MiniMax-M2.5",
|
||||||
"displayName": "MiniMax M2.5",
|
"displayName": "MiniMax M2.5",
|
||||||
"serviceType": ["chat", "reasoning"],
|
"serviceType": ["chat", "reasoning"],
|
||||||
"description": "MiniMax 最新旗舰模型,百万级上下文,支持深度推理和工具调用",
|
"description": "MiniMax 最新旗舰模型,230B参数(10B激活)MoE架构,百万级上下文,支持深度推理和工具调用",
|
||||||
"contextWindow": 1000000,
|
"contextWindow": 1000000,
|
||||||
"maxOutputTokens": 131072,
|
"maxOutputTokens": 131072,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
@@ -26,15 +27,15 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.20,
|
"inputPrice": 2.1,
|
||||||
"outputPrice": 1.00,
|
"outputPrice": 8.4,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "MiniMax-M2.5-highspeed",
|
"modelName": "MiniMax-M2.5-highspeed",
|
||||||
"displayName": "MiniMax M2.5 高速版",
|
"displayName": "MiniMax M2.5 高速版",
|
||||||
"serviceType": ["fast"],
|
"serviceType": ["fast"],
|
||||||
"description": "MiniMax M2.5 高速推理版本,适合低延迟场景",
|
"description": "MiniMax M2.5 高速推理版本(100TPS),适合低延迟场景",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 200000,
|
||||||
"maxOutputTokens": 131072,
|
"maxOutputTokens": 131072,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
@@ -44,8 +45,8 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.30,
|
"inputPrice": 2.1,
|
||||||
"outputPrice": 2.40,
|
"outputPrice": 16.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -61,8 +62,8 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"reasoning"
|
"reasoning"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.27,
|
"inputPrice": 2.1,
|
||||||
"outputPrice": 0.95,
|
"outputPrice": 8.4,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -78,8 +79,8 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.30,
|
"inputPrice": 2.1,
|
||||||
"outputPrice": 2.40,
|
"outputPrice": 16.8,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -95,8 +96,8 @@
|
|||||||
"code",
|
"code",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.20,
|
"inputPrice": 1.4,
|
||||||
"outputPrice": 1.10,
|
"outputPrice": 7.7,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": ["chat", "fast"],
|
"services": ["chat", "fast"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning"
|
"reasoning"
|
||||||
@@ -17,10 +18,9 @@
|
|||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"modelName": "kimi-k2.5",
|
"modelName": "kimi-k2.5",
|
||||||
"apiModelId": "kimi-2.5",
|
|
||||||
"displayName": "Kimi K2.5",
|
"displayName": "Kimi K2.5",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "月之暗面Kimi K2.5,2026年1月发布的开源新一代模型",
|
"description": "月之暗面Kimi K2.5,2026年1月发布的原生多模态模型,支持视觉编码和智能体集群",
|
||||||
"contextWindow": 256000,
|
"contextWindow": 256000,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 16384,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
@@ -29,18 +29,19 @@
|
|||||||
"code",
|
"code",
|
||||||
"tool_use",
|
"tool_use",
|
||||||
"agent",
|
"agent",
|
||||||
"long_context"
|
"long_context",
|
||||||
|
"vision"
|
||||||
],
|
],
|
||||||
"inputPrice": 2,
|
"inputPrice": 4,
|
||||||
"outputPrice": 8,
|
"outputPrice": 21,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "kimi-k2",
|
"modelName": "kimi-k2",
|
||||||
"displayName": "Kimi K2",
|
"displayName": "Kimi K2",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "月之暗面Kimi K2,万亿参数MoE模型(320B激活),128K上下文,专为智能体设计",
|
"description": "月之暗面Kimi K2,万亿参数MoE模型(320B激活),256K上下文,专为智能体设计",
|
||||||
"contextWindow": 128000,
|
"contextWindow": 256000,
|
||||||
"maxOutputTokens": 8192,
|
"maxOutputTokens": 8192,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
@@ -68,8 +69,8 @@
|
|||||||
"deep_thinking",
|
"deep_thinking",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 7.5,
|
"inputPrice": 4,
|
||||||
"outputPrice": 30,
|
"outputPrice": 16,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": [
|
"services": [
|
||||||
"chat"
|
"chat"
|
||||||
],
|
],
|
||||||
@@ -15,7 +16,7 @@
|
|||||||
{
|
{
|
||||||
"modelName": "llama3.1:70b",
|
"modelName": "llama3.1:70b",
|
||||||
"displayName": "Llama 3.1 70B",
|
"displayName": "Llama 3.1 70B",
|
||||||
"serviceType": "chat",
|
"serviceType": ["chat"],
|
||||||
"description": "本地运行的 Llama 3.1 70B",
|
"description": "本地运行的 Llama 3.1 70B",
|
||||||
"contextWindow": 131072,
|
"contextWindow": 131072,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"fast",
|
"fast",
|
||||||
@@ -167,8 +168,8 @@
|
|||||||
"ultra_long_context",
|
"ultra_long_context",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 14.4,
|
"inputPrice": 2.00,
|
||||||
"outputPrice": 57.6,
|
"outputPrice": 8.00,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -185,8 +186,8 @@
|
|||||||
"ultra_long_context",
|
"ultra_long_context",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 2.88,
|
"inputPrice": 0.40,
|
||||||
"outputPrice": 11.52,
|
"outputPrice": 1.60,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -202,8 +203,8 @@
|
|||||||
"ultra_long_context",
|
"ultra_long_context",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.72,
|
"inputPrice": 0.10,
|
||||||
"outputPrice": 2.88,
|
"outputPrice": 0.40,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -219,8 +220,8 @@
|
|||||||
"image_understanding",
|
"image_understanding",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 18,
|
"inputPrice": 2.50,
|
||||||
"outputPrice": 72,
|
"outputPrice": 10.00,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -236,8 +237,8 @@
|
|||||||
"vision",
|
"vision",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 1.08,
|
"inputPrice": 0.15,
|
||||||
"outputPrice": 4.32,
|
"outputPrice": 0.60,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -249,7 +250,7 @@
|
|||||||
"text_embedding",
|
"text_embedding",
|
||||||
"semantic_search"
|
"semantic_search"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.14,
|
"inputPrice": 0.02,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -261,7 +262,7 @@
|
|||||||
"text_embedding",
|
"text_embedding",
|
||||||
"semantic_search"
|
"semantic_search"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.94,
|
"inputPrice": 0.13,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -352,8 +353,8 @@
|
|||||||
"science",
|
"science",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 14.4,
|
"inputPrice": 2.00,
|
||||||
"outputPrice": 57.6,
|
"outputPrice": 8.00,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -370,8 +371,8 @@
|
|||||||
"math",
|
"math",
|
||||||
"science"
|
"science"
|
||||||
],
|
],
|
||||||
"inputPrice": 144,
|
"inputPrice": 20.00,
|
||||||
"outputPrice": 576,
|
"outputPrice": 80.00,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -387,8 +388,8 @@
|
|||||||
"code",
|
"code",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 7.92,
|
"inputPrice": 1.10,
|
||||||
"outputPrice": 31.68,
|
"outputPrice": 4.40,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -405,8 +406,8 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"vision"
|
"vision"
|
||||||
],
|
],
|
||||||
"inputPrice": 7.92,
|
"inputPrice": 1.10,
|
||||||
"outputPrice": 31.68,
|
"outputPrice": 4.40,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": ["chat"],
|
"services": ["chat"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
@@ -45,7 +46,7 @@
|
|||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "qwen/qwen3-coder-480b:free",
|
"modelName": "qwen/qwen3-coder:free",
|
||||||
"displayName": "Qwen3 Coder 480B (免费)",
|
"displayName": "Qwen3 Coder 480B (免费)",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "通过 OpenRouter 免费使用的 Qwen3 Coder 480B",
|
"description": "通过 OpenRouter 免费使用的 Qwen3 Coder 480B",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": ["chat"],
|
"services": ["chat"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": ["chat", "embedding"],
|
"services": ["chat", "embedding"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
@@ -25,8 +26,8 @@
|
|||||||
"agent",
|
"agent",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.22,
|
"inputPrice": 8,
|
||||||
"outputPrice": 1.00,
|
"outputPrice": 16,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42,22 +43,22 @@
|
|||||||
"code",
|
"code",
|
||||||
"multilingual"
|
"multilingual"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.35,
|
"inputPrice": 2.5,
|
||||||
"outputPrice": 1.39,
|
"outputPrice": 10,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "BAAI/bge-m3",
|
"modelName": "BAAI/bge-m3",
|
||||||
"displayName": "BGE-M3 (硅基)",
|
"displayName": "BGE-M3 (硅基)",
|
||||||
"serviceType": ["embedding"],
|
"serviceType": ["embedding"],
|
||||||
"description": "多语言 Embedding 模型,支持 8K 上下文",
|
"description": "多语言 Embedding 模型,支持 8K 上下文,免费版",
|
||||||
"contextWindow": 8192,
|
"contextWindow": 8192,
|
||||||
"maxOutputTokens": 0,
|
"maxOutputTokens": 0,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"text_embedding",
|
"text_embedding",
|
||||||
"multilingual"
|
"multilingual"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.005,
|
"inputPrice": 0,
|
||||||
"outputPrice": 0,
|
"outputPrice": 0,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,11 +3,12 @@
|
|||||||
"provider": "stability",
|
"provider": "stability",
|
||||||
"label": "Stability SDXL",
|
"label": "Stability SDXL",
|
||||||
"baseUrl": "https://api.stability.ai/v2beta",
|
"baseUrl": "https://api.stability.ai/v2beta",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "stability-rest-api",
|
||||||
"apiKeyRef": "stability",
|
"apiKeyRef": "stability",
|
||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": [
|
"services": [
|
||||||
"image_gen"
|
"image_gen"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": ["chat", "reasoning"],
|
"services": ["chat", "reasoning"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
@@ -16,17 +17,17 @@
|
|||||||
"modelName": "hunyuan-2.0-thinking-20251109",
|
"modelName": "hunyuan-2.0-thinking-20251109",
|
||||||
"displayName": "混元 2.0 Think",
|
"displayName": "混元 2.0 Think",
|
||||||
"serviceType": ["reasoning"],
|
"serviceType": ["reasoning"],
|
||||||
"description": "腾讯混元最新推理模型,262K 上下文,支持深度思考",
|
"description": "腾讯混元最新推理模型,128K输入/64K输出,MoE架构406B总参数",
|
||||||
"contextWindow": 262144,
|
"contextWindow": 131072,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 65536,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
"deep_thinking",
|
"deep_thinking",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.55,
|
"inputPrice": 3.975,
|
||||||
"outputPrice": 2.21,
|
"outputPrice": 15.9,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42,8 +43,8 @@
|
|||||||
"fast",
|
"fast",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.11,
|
"inputPrice": 0.8,
|
||||||
"outputPrice": 0.28,
|
"outputPrice": 2,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "USD",
|
||||||
"services": ["chat", "reasoning"],
|
"services": ["chat", "reasoning"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": ["chat", "reasoning"],
|
"services": ["chat", "reasoning"],
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 1,
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
"modelName": "x1",
|
"modelName": "x1",
|
||||||
"displayName": "讯飞星火 X1",
|
"displayName": "讯飞星火 X1",
|
||||||
"serviceType": ["reasoning"],
|
"serviceType": ["reasoning"],
|
||||||
"description": "讯飞最新推理模型,擅长数学和代码推理",
|
"description": "讯飞最新推理模型,基于全国产算力训练,擅长数学和代码推理",
|
||||||
"contextWindow": 32768,
|
"contextWindow": 32768,
|
||||||
"maxOutputTokens": 16384,
|
"maxOutputTokens": 16384,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
@@ -26,9 +27,11 @@
|
|||||||
"math",
|
"math",
|
||||||
"code"
|
"code"
|
||||||
],
|
],
|
||||||
"inputPrice": 2.92,
|
"inputPrice": 11,
|
||||||
"outputPrice": 11.67,
|
"outputPrice": 11,
|
||||||
"extra": {}
|
"extra": {
|
||||||
|
"pricingNote": "讯飞按token包计费,不区分输入输出"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "4.0Ultra",
|
"modelName": "4.0Ultra",
|
||||||
@@ -43,9 +46,11 @@
|
|||||||
"code",
|
"code",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 2.92,
|
"inputPrice": 60,
|
||||||
"outputPrice": 11.67,
|
"outputPrice": 60,
|
||||||
"extra": {}
|
"extra": {
|
||||||
|
"pricingNote": "讯飞按token包计费,不区分输入输出"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"vision",
|
"vision",
|
||||||
@@ -21,47 +22,7 @@
|
|||||||
"modelName": "glm-5",
|
"modelName": "glm-5",
|
||||||
"displayName": "GLM-5",
|
"displayName": "GLM-5",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "智谱GLM-5,745B参数MoE架构,2026年2月发布,编程能力登顶",
|
"description": "智谱GLM-5,744B参数旗舰基座模型,2026年2月发布,面向Agentic Engineering,编程能力接近Claude Opus",
|
||||||
"contextWindow": 192000,
|
|
||||||
"maxOutputTokens": 128000,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"reasoning",
|
|
||||||
"code",
|
|
||||||
"multilingual",
|
|
||||||
"deep_thinking",
|
|
||||||
"long_context",
|
|
||||||
"math"
|
|
||||||
],
|
|
||||||
"inputPrice": 4,
|
|
||||||
"outputPrice": 8,
|
|
||||||
"extra": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modelName": "glm-5-plus",
|
|
||||||
"displayName": "GLM-5-Plus",
|
|
||||||
"serviceType": ["chat"],
|
|
||||||
"description": "智谱GLM-5增强版,幻觉率仅2.6%,面向严肃医疗场景",
|
|
||||||
"contextWindow": 192000,
|
|
||||||
"maxOutputTokens": 128000,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"reasoning",
|
|
||||||
"code",
|
|
||||||
"multilingual",
|
|
||||||
"deep_thinking",
|
|
||||||
"long_context",
|
|
||||||
"medical"
|
|
||||||
],
|
|
||||||
"inputPrice": 8,
|
|
||||||
"outputPrice": 16,
|
|
||||||
"extra": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modelName": "glm-4.7",
|
|
||||||
"displayName": "GLM-4.7",
|
|
||||||
"serviceType": ["chat"],
|
|
||||||
"description": "智谱GLM-4.7,面向超长上下文理解与生成,200K上下文",
|
|
||||||
"contextWindow": 200000,
|
"contextWindow": 200000,
|
||||||
"maxOutputTokens": 128000,
|
"maxOutputTokens": 128000,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
@@ -70,7 +31,30 @@
|
|||||||
"code",
|
"code",
|
||||||
"multilingual",
|
"multilingual",
|
||||||
"deep_thinking",
|
"deep_thinking",
|
||||||
"long_context"
|
"long_context",
|
||||||
|
"math",
|
||||||
|
"tool_use",
|
||||||
|
"agent"
|
||||||
|
],
|
||||||
|
"inputPrice": 4,
|
||||||
|
"outputPrice": 18,
|
||||||
|
"extra": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modelName": "glm-4.7",
|
||||||
|
"displayName": "GLM-4.7",
|
||||||
|
"serviceType": ["chat"],
|
||||||
|
"description": "智谱GLM-4.7,355B参数MoE架构旗舰模型,200K上下文,编程能力对齐Claude Sonnet",
|
||||||
|
"contextWindow": 200000,
|
||||||
|
"maxOutputTokens": 128000,
|
||||||
|
"capabilities": [
|
||||||
|
"chat",
|
||||||
|
"reasoning",
|
||||||
|
"code",
|
||||||
|
"multilingual",
|
||||||
|
"deep_thinking",
|
||||||
|
"long_context",
|
||||||
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 4,
|
"inputPrice": 4,
|
||||||
"outputPrice": 16,
|
"outputPrice": 16,
|
||||||
@@ -80,9 +64,9 @@
|
|||||||
"modelName": "glm-4.7-thinking",
|
"modelName": "glm-4.7-thinking",
|
||||||
"displayName": "GLM-4.7 Thinking",
|
"displayName": "GLM-4.7 Thinking",
|
||||||
"serviceType": ["reasoning"],
|
"serviceType": ["reasoning"],
|
||||||
"description": "智谱GLM-4.7深度思考版,200K上下文",
|
"description": "智谱GLM-4.7深度思考模式,200K上下文,交错式/保留式/轮级思考",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 200000,
|
||||||
"maxOutputTokens": 64000,
|
"maxOutputTokens": 128000,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"reasoning",
|
"reasoning",
|
||||||
"math",
|
"math",
|
||||||
@@ -95,18 +79,19 @@
|
|||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"modelName": "glm-4.7v",
|
"modelName": "glm-4.6v",
|
||||||
"displayName": "GLM-4.7V",
|
"displayName": "GLM-4.6V",
|
||||||
"serviceType": ["vision"],
|
"serviceType": ["vision"],
|
||||||
"description": "智谱GLM-4.7多模态版,支持图像视频理解,200K上下文",
|
"description": "智谱GLM-4.6V多模态版,106B/12B MoE,支持图像视频理解与工具调用,128K上下文",
|
||||||
"contextWindow": 200000,
|
"contextWindow": 128000,
|
||||||
"maxOutputTokens": 8192,
|
"maxOutputTokens": 8192,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
"chat",
|
"chat",
|
||||||
"vision",
|
"vision",
|
||||||
"video_understanding",
|
"video_understanding",
|
||||||
"image_understanding",
|
"image_understanding",
|
||||||
"long_context"
|
"long_context",
|
||||||
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 8,
|
"inputPrice": 8,
|
||||||
"outputPrice": 32,
|
"outputPrice": 32,
|
||||||
@@ -116,7 +101,7 @@
|
|||||||
"modelName": "glm-4.6",
|
"modelName": "glm-4.6",
|
||||||
"displayName": "GLM-4.6",
|
"displayName": "GLM-4.6",
|
||||||
"serviceType": ["chat"],
|
"serviceType": ["chat"],
|
||||||
"description": "智谱GLM-4.6,最新一代模型,增强推理能力,128K上下文",
|
"description": "智谱GLM-4.6,增强推理能力,128K上下文",
|
||||||
"contextWindow": 128000,
|
"contextWindow": 128000,
|
||||||
"maxOutputTokens": 8192,
|
"maxOutputTokens": 8192,
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
@@ -126,25 +111,8 @@
|
|||||||
"multilingual",
|
"multilingual",
|
||||||
"deep_thinking"
|
"deep_thinking"
|
||||||
],
|
],
|
||||||
"inputPrice": 4,
|
"inputPrice": 5,
|
||||||
"outputPrice": 16,
|
"outputPrice": 5,
|
||||||
"extra": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modelName": "glm-4.6v",
|
|
||||||
"displayName": "GLM-4.6V",
|
|
||||||
"serviceType": ["vision"],
|
|
||||||
"description": "智谱GLM-4.6多模态版,支持图像理解,128K上下文",
|
|
||||||
"contextWindow": 128000,
|
|
||||||
"maxOutputTokens": 8192,
|
|
||||||
"capabilities": [
|
|
||||||
"chat",
|
|
||||||
"vision",
|
|
||||||
"image_understanding",
|
|
||||||
"ocr"
|
|
||||||
],
|
|
||||||
"inputPrice": 8,
|
|
||||||
"outputPrice": 32,
|
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
"providerId": "provider-dashscope-001"
|
"providerId": "provider-dashscope-001"
|
||||||
},
|
},
|
||||||
"computer_use": {
|
"computer_use": {
|
||||||
"modelName": "claude-sonnet-4.5-computer",
|
"modelName": "claude-sonnet-4-5-computer",
|
||||||
"providerId": "provider-anthropic-001"
|
"providerId": "provider-anthropic-001"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"presetDataVersion": 6,
|
"presetDataVersion": 7,
|
||||||
"updatedAt": "2026-02-23",
|
"updatedAt": "2026-02-23",
|
||||||
"description": "DesireCore 官方配置中心"
|
"description": "DesireCore 官方配置中心"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user