refactor: defaultTemperature/defaultTopP 从 Provider 级别迁移到 Model 级别

- 删除所有 Provider 顶层的 defaultTemperature / defaultTopP
- 为所有对话类模型添加 model 级别的推荐温度参数(基于官方文档)
- volcengine:将 extra 内温度参数提升到模型顶层正式字段
- presetDataVersion 7→8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 18:57:13 +08:00
parent 80565d66c1
commit e2f4a6935c
21 changed files with 163 additions and 52 deletions

View File

@@ -13,8 +13,6 @@
"chat",
"computer_use"
],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "claude-opus-4-6",
@@ -32,6 +30,7 @@
],
"inputPrice": 5,
"outputPrice": 25,
"defaultTemperature": 1,
"extra": {}
},
{
@@ -50,6 +49,7 @@
],
"inputPrice": 5,
"outputPrice": 25,
"defaultTemperature": 1,
"extra": {}
},
{
@@ -68,6 +68,7 @@
],
"inputPrice": 3,
"outputPrice": 15,
"defaultTemperature": 1,
"extra": {}
},
{
@@ -86,6 +87,7 @@
],
"inputPrice": 3,
"outputPrice": 15,
"defaultTemperature": 1,
"extra": {}
},
{
@@ -104,6 +106,7 @@
],
"inputPrice": 3,
"outputPrice": 15,
"defaultTemperature": 1,
"extra": {}
}
]

View File

@@ -12,8 +12,6 @@
"services": [
"chat"
],
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"models": [
{
"modelName": "Baichuan-M3-Plus",
@@ -32,6 +30,8 @@
],
"inputPrice": 5,
"outputPrice": 9,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -50,6 +50,8 @@
],
"inputPrice": 10,
"outputPrice": 30,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -68,6 +70,8 @@
],
"inputPrice": 10,
"outputPrice": 30,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -85,6 +89,8 @@
],
"inputPrice": 2,
"outputPrice": 20,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
}
]

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "CNY",
"services": ["chat", "reasoning"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "ernie-5.0-thinking-latest",
@@ -29,6 +27,8 @@
],
"inputPrice": 8,
"outputPrice": 32,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -45,6 +45,8 @@
],
"inputPrice": 0.8,
"outputPrice": 3.2,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "USD",
"services": ["chat", "embedding", "rerank"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "command-a-03-2025",
@@ -30,6 +28,8 @@
],
"inputPrice": 2.50,
"outputPrice": 10.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{

View File

@@ -22,8 +22,6 @@
"omni",
"translation"
],
"defaultTemperature": 0.7,
"defaultTopP": 0.8,
"models": [
{
"modelName": "qwen3.5-plus",
@@ -44,6 +42,8 @@
],
"inputPrice": 0.8,
"outputPrice": 4.8,
"defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {}
},
{
@@ -62,6 +62,8 @@
],
"inputPrice": 2.4,
"outputPrice": 9.6,
"defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {}
},
{
@@ -79,6 +81,8 @@
],
"inputPrice": 0.8,
"outputPrice": 2,
"defaultTemperature": 0.6,
"defaultTopP": 0.8,
"extra": {}
},
{
@@ -95,6 +99,8 @@
],
"inputPrice": 0.3,
"outputPrice": 0.6,
"defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {}
},
{
@@ -111,6 +117,8 @@
],
"inputPrice": 0.5,
"outputPrice": 2,
"defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {}
},
{
@@ -131,6 +139,8 @@
],
"inputPrice": 2.5,
"outputPrice": 10,
"defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {}
},
{

View File

@@ -13,8 +13,6 @@
"chat",
"reasoning"
],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "deepseek-chat",
@@ -31,6 +29,8 @@
],
"inputPrice": 2,
"outputPrice": 8,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -49,6 +49,8 @@
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -14,8 +14,6 @@
"vision",
"embedding"
],
"defaultTemperature": 1,
"defaultTopP": 0.95,
"models": [
{
"modelName": "gemini-2.5-pro",
@@ -34,6 +32,8 @@
],
"inputPrice": 1.25,
"outputPrice": 10,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
},
{
@@ -54,6 +54,8 @@
],
"inputPrice": 0.30,
"outputPrice": 2.50,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
},
{

View File

@@ -13,8 +13,6 @@
"chat",
"vision"
],
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"models": [
{
"modelName": "yi-lightning",
@@ -32,6 +30,8 @@
],
"inputPrice": 0.99,
"outputPrice": 0.99,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -51,6 +51,8 @@
],
"inputPrice": 6,
"outputPrice": 6,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
}
]

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "CNY",
"services": ["chat", "fast", "reasoning"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "MiniMax-M2.5",
@@ -29,6 +27,8 @@
],
"inputPrice": 2.1,
"outputPrice": 8.4,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -47,6 +47,8 @@
],
"inputPrice": 2.1,
"outputPrice": 16.8,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -64,6 +66,8 @@
],
"inputPrice": 2.1,
"outputPrice": 8.4,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -81,6 +85,8 @@
],
"inputPrice": 2.1,
"outputPrice": 16.8,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -98,6 +104,8 @@
],
"inputPrice": 1.4,
"outputPrice": 7.7,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "USD",
"services": ["chat", "fast"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "mistral-large-latest",
@@ -30,6 +28,8 @@
],
"inputPrice": 0.50,
"outputPrice": 1.50,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -47,6 +47,8 @@
],
"inputPrice": 0.10,
"outputPrice": 0.30,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -62,6 +64,8 @@
],
"inputPrice": 0.30,
"outputPrice": 0.90,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -13,8 +13,6 @@
"chat",
"reasoning"
],
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"models": [
{
"modelName": "kimi-k2.5",
@@ -34,6 +32,8 @@
],
"inputPrice": 4,
"outputPrice": 21,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -53,6 +53,8 @@
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -71,6 +73,8 @@
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -86,6 +90,8 @@
],
"inputPrice": 2,
"outputPrice": 2,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -102,6 +108,8 @@
],
"inputPrice": 5,
"outputPrice": 5,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -118,6 +126,8 @@
],
"inputPrice": 10,
"outputPrice": 10,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
}
]

View File

@@ -21,8 +21,6 @@
"omni",
"realtime_voice"
],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "gpt-5.2",
@@ -41,6 +39,8 @@
],
"inputPrice": 1.75,
"outputPrice": 14,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -60,6 +60,8 @@
],
"inputPrice": 21,
"outputPrice": 168,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -79,6 +81,8 @@
],
"inputPrice": 1.25,
"outputPrice": 10,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -98,6 +102,8 @@
],
"inputPrice": 1.25,
"outputPrice": 10,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -117,6 +123,8 @@
],
"inputPrice": 15,
"outputPrice": 120,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -135,6 +143,8 @@
],
"inputPrice": 0.25,
"outputPrice": 2,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -151,6 +161,8 @@
],
"inputPrice": 0.02,
"outputPrice": 0.08,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -170,6 +182,8 @@
],
"inputPrice": 2.00,
"outputPrice": 8.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -188,6 +202,8 @@
],
"inputPrice": 0.40,
"outputPrice": 1.60,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -205,6 +221,8 @@
],
"inputPrice": 0.10,
"outputPrice": 0.40,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -222,6 +240,8 @@
],
"inputPrice": 2.50,
"outputPrice": 10.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -239,6 +259,8 @@
],
"inputPrice": 0.15,
"outputPrice": 0.60,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -355,6 +377,8 @@
],
"inputPrice": 2.00,
"outputPrice": 8.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -373,6 +397,8 @@
],
"inputPrice": 20.00,
"outputPrice": 80.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -390,6 +416,8 @@
],
"inputPrice": 1.10,
"outputPrice": 4.40,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -408,6 +436,8 @@
],
"inputPrice": 1.10,
"outputPrice": 4.40,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "USD",
"services": ["chat"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "openrouter/auto",
@@ -26,6 +24,8 @@
],
"inputPrice": 0.00,
"outputPrice": 0.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -43,6 +43,8 @@
],
"inputPrice": 0.00,
"outputPrice": 0.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -59,6 +61,8 @@
],
"inputPrice": 0.00,
"outputPrice": 0.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "USD",
"services": ["chat"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "sonar-pro",
@@ -28,6 +26,8 @@
],
"inputPrice": 3.00,
"outputPrice": 15.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -45,6 +45,8 @@
],
"inputPrice": 2.00,
"outputPrice": 8.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -62,6 +64,8 @@
],
"inputPrice": 1.00,
"outputPrice": 1.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "CNY",
"services": ["chat", "embedding"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
@@ -28,6 +26,8 @@
],
"inputPrice": 8,
"outputPrice": 16,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -45,6 +45,8 @@
],
"inputPrice": 2.5,
"outputPrice": 10,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "CNY",
"services": ["chat", "reasoning"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "hunyuan-2.0-thinking-20251109",
@@ -28,6 +26,8 @@
],
"inputPrice": 3.975,
"outputPrice": 15.9,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -45,6 +45,8 @@
],
"inputPrice": 0.8,
"outputPrice": 2,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -19,8 +19,6 @@
"simultaneous_interpret",
"translation"
],
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"models": [
{
"modelName": "doubao-2.0-pro",
@@ -39,6 +37,8 @@
],
"inputPrice": 3.2,
"outputPrice": 16,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -58,6 +58,8 @@
],
"inputPrice": 0.8,
"outputPrice": 2,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -77,6 +79,8 @@
],
"inputPrice": 0.8,
"outputPrice": 8,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -95,6 +99,7 @@
],
"inputPrice": 0.8,
"outputPrice": 8,
"defaultTemperature": 0.3,
"extra": {}
},
{
@@ -112,6 +117,8 @@
],
"inputPrice": 0.15,
"outputPrice": 1.5,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -128,6 +135,8 @@
],
"inputPrice": 0.3,
"outputPrice": 0.6,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -146,6 +155,8 @@
],
"inputPrice": 0.8,
"outputPrice": 8,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -163,9 +174,8 @@
],
"inputPrice": 1.2,
"outputPrice": 8,
"extra": {
"defaultTemperature": 0.3
}
"defaultTemperature": 0.3,
"extra": {}
},
{
"modelName": "deepseek-v3.2",
@@ -182,10 +192,9 @@
],
"inputPrice": 2,
"outputPrice": 3,
"extra": {
"defaultTemperature": 1,
"defaultTopP": 1
}
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
"modelName": "deepseek-r1",
@@ -203,10 +212,9 @@
],
"inputPrice": 4,
"outputPrice": 16,
"extra": {
"defaultTemperature": 1,
"defaultTopP": 1
}
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
"modelName": "kimi-k2-volcengine",
@@ -225,6 +233,8 @@
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{
@@ -244,6 +254,8 @@
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.7,
"defaultTopP": 0.9,
"extra": {}
},
{

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "USD",
"services": ["chat", "reasoning"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "grok-4-0709",
@@ -28,6 +26,8 @@
],
"inputPrice": 3.00,
"outputPrice": 15.00,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
},
{
@@ -45,6 +45,8 @@
],
"inputPrice": 0.20,
"outputPrice": 0.50,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {}
}
]

View File

@@ -10,8 +10,6 @@
"status": "unconfigured",
"priceCurrency": "CNY",
"services": ["chat", "reasoning"],
"defaultTemperature": 1,
"defaultTopP": 1,
"models": [
{
"modelName": "x1",
@@ -29,6 +27,8 @@
],
"inputPrice": 11,
"outputPrice": 11,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"pricingNote": "讯飞按token包计费不区分输入输出"
}
@@ -48,6 +48,8 @@
],
"inputPrice": 60,
"outputPrice": 60,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"pricingNote": "讯飞按token包计费不区分输入输出"
}

View File

@@ -15,8 +15,6 @@
"reasoning",
"embedding"
],
"defaultTemperature": 0.95,
"defaultTopP": 0.7,
"models": [
{
"modelName": "glm-5",
@@ -38,6 +36,8 @@
],
"inputPrice": 4,
"outputPrice": 18,
"defaultTemperature": 0.95,
"defaultTopP": 0.7,
"extra": {}
},
{
@@ -58,6 +58,8 @@
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": 0.95,
"defaultTopP": 0.7,
"extra": {}
},
{
@@ -76,6 +78,8 @@
],
"inputPrice": 8,
"outputPrice": 32,
"defaultTemperature": 0.95,
"defaultTopP": 0.7,
"extra": {}
},
{

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 7,
"presetDataVersion": 8,
"updatedAt": "2026-02-23",
"description": "DesireCore 官方配置中心"
}