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>
139 lines
3.5 KiB
JSON
139 lines
3.5 KiB
JSON
{
|
||
"id": "provider-zhipu-001",
|
||
"provider": "zhipu",
|
||
"label": "智谱 GLM",
|
||
"baseUrl": "https://open.bigmodel.cn/api/paas/v4",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "zhipu",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": [
|
||
"chat",
|
||
"vision",
|
||
"reasoning",
|
||
"embedding"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "glm-5",
|
||
"displayName": "GLM-5",
|
||
"serviceType": ["chat"],
|
||
"description": "智谱GLM-5,744B参数旗舰基座模型,2026年2月发布,面向Agentic Engineering,编程能力接近Claude Opus",
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"math",
|
||
"tool_use",
|
||
"agent"
|
||
],
|
||
"inputPrice": 4,
|
||
"outputPrice": 18,
|
||
"defaultTemperature": 0.95,
|
||
"defaultTopP": 0.7,
|
||
"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,
|
||
"outputPrice": 16,
|
||
"defaultTemperature": 0.95,
|
||
"defaultTopP": 0.7,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "glm-4.7-thinking",
|
||
"displayName": "GLM-4.7 Thinking",
|
||
"serviceType": ["reasoning"],
|
||
"description": "智谱GLM-4.7深度思考模式,200K上下文,交错式/保留式/轮级思考",
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"reasoning",
|
||
"math",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 8,
|
||
"outputPrice": 32,
|
||
"defaultTemperature": 0.95,
|
||
"defaultTopP": 0.7,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "glm-4.6v",
|
||
"displayName": "GLM-4.6V",
|
||
"serviceType": ["vision"],
|
||
"description": "智谱GLM-4.6V多模态版,106B/12B MoE,支持图像视频理解与工具调用,128K上下文",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"vision",
|
||
"video_understanding",
|
||
"image_understanding",
|
||
"long_context",
|
||
"tool_use"
|
||
],
|
||
"inputPrice": 8,
|
||
"outputPrice": 32,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "glm-4.6",
|
||
"displayName": "GLM-4.6",
|
||
"serviceType": ["chat"],
|
||
"description": "智谱GLM-4.6,增强推理能力,128K上下文",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"deep_thinking",
|
||
"vision"
|
||
],
|
||
"inputPrice": 5,
|
||
"outputPrice": 5,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "embedding-3",
|
||
"displayName": "智谱 embedding-3",
|
||
"serviceType": ["embedding"],
|
||
"description": "智谱嵌入模型v3,支持自定义维度,单条最大3072 tokens",
|
||
"contextWindow": 3072,
|
||
"capabilities": [
|
||
"text_embedding",
|
||
"semantic_search",
|
||
"rag"
|
||
],
|
||
"inputPrice": 0.5,
|
||
"extra": {}
|
||
}
|
||
]
|
||
}
|