修复算力模型采样默认值

This commit is contained in:
2026-04-25 21:39:51 +08:00
parent 10465e3570
commit 380e99c577
24 changed files with 1413 additions and 508 deletions

View File

@@ -18,10 +18,72 @@
"embedding-3"
],
"models": [
{
"modelName": "glm-5.1",
"displayName": "GLM-5.1",
"serviceType": [
"chat"
],
"description": "智谱 GLM-5.1 最新旗舰模型,面向长程 Agentic Coding 与 Autonomous Agent 场景200K 上下文128K 最大输出",
"contextWindow": 200000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"multilingual",
"deep_thinking",
"long_context",
"math",
"tool_use",
"agent"
],
"inputPrice": 6,
"outputPrice": 24,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 1.2,
"thinking": {
"default": "enabled"
}
}
},
{
"modelName": "glm-5-turbo",
"displayName": "GLM-5-Turbo",
"serviceType": [
"chat"
],
"description": "智谱 GLM-5-Turbo面向 OpenClaw 等长链路任务优化200K 上下文128K 最大输出",
"contextWindow": 200000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"deep_thinking",
"long_context",
"tool_use",
"agent"
],
"inputPrice": 5,
"outputPrice": 22,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 1,
"thinking": {
"default": "enabled"
}
}
},
{
"modelName": "glm-5",
"displayName": "GLM-5",
"serviceType": ["chat"],
"serviceType": [
"chat"
],
"description": "智谱GLM-5744B参数旗舰基座模型2026年2月发布面向Agentic Engineering编程能力接近Claude Opus",
"contextWindow": 200000,
"maxOutputTokens": 128000,
@@ -38,14 +100,18 @@
],
"inputPrice": 4,
"outputPrice": 18,
"defaultTemperature": 0.95,
"defaultTopP": 0.7,
"extra": {}
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 0.8
}
},
{
"modelName": "glm-4.7",
"displayName": "GLM-4.7",
"serviceType": ["chat"],
"serviceType": [
"chat"
],
"description": "智谱GLM-4.7355B参数MoE架构旗舰模型200K上下文编程能力对齐Claude Sonnet",
"contextWindow": 200000,
"maxOutputTokens": 128000,
@@ -58,16 +124,20 @@
"long_context",
"tool_use"
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.95,
"defaultTopP": 0.7,
"extra": {}
"inputPrice": 2,
"outputPrice": 8,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 0.5
}
},
{
"modelName": "glm-4.7-thinking",
"displayName": "GLM-4.7 Thinking",
"serviceType": ["reasoning"],
"serviceType": [
"reasoning"
],
"description": "智谱GLM-4.7深度思考模式200K上下文交错式/保留式/轮级思考",
"contextWindow": 200000,
"maxOutputTokens": 128000,
@@ -78,19 +148,57 @@
"deep_thinking",
"long_context"
],
"inputPrice": 8,
"outputPrice": 32,
"defaultTemperature": 0.95,
"defaultTopP": 0.7,
"extra": {}
"inputPrice": 2,
"outputPrice": 8,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 0.5,
"aliasOf": "glm-4.7"
}
},
{
"modelName": "glm-5v-turbo",
"displayName": "GLM-5V-Turbo",
"serviceType": [
"vision"
],
"description": "智谱首个多模态 Coding 基座模型支持视频、图像、文本和文件输入200K 上下文128K 最大输出",
"contextWindow": 200000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"vision",
"video_understanding",
"image_understanding",
"file_understanding",
"reasoning",
"code",
"deep_thinking",
"long_context",
"tool_use",
"agent"
],
"inputPrice": 5,
"outputPrice": 22,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 1,
"thinking": {
"default": "enabled"
}
}
},
{
"modelName": "glm-4.6v",
"displayName": "GLM-4.6V",
"serviceType": ["vision"],
"serviceType": [
"vision"
],
"description": "智谱GLM-4.6V多模态版106B/12B MoE支持图像视频理解与工具调用128K上下文",
"contextWindow": 128000,
"maxOutputTokens": 8192,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"vision",
@@ -99,28 +207,37 @@
"long_context",
"tool_use"
],
"inputPrice": 8,
"outputPrice": 32,
"extra": {}
"inputPrice": 1,
"outputPrice": 4,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 0.2
}
},
{
"modelName": "glm-4.6",
"displayName": "GLM-4.6",
"serviceType": ["chat"],
"description": "智谱GLM-4.6增强推理能力128K上下文",
"contextWindow": 128000,
"maxOutputTokens": 8192,
"serviceType": [
"chat"
],
"description": "智谱GLM-4.6增强推理能力200K上下文",
"contextWindow": 200000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"multilingual",
"deep_thinking",
"vision"
"deep_thinking"
],
"inputPrice": 5,
"outputPrice": 5,
"extra": {}
"inputPrice": 2,
"outputPrice": 8,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {
"cacheHitPrice": 0.5
}
}
]
}