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

@@ -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": {}
}
]