mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 04:30:51 +08:00
chore(internal-testing): 新增 Qwen3.7 Max 并设为默认模型;bump presetDataVersion to 51 (#25)
This commit is contained in:
@@ -34,6 +34,30 @@
|
||||
"MiniMax-M2.7"
|
||||
],
|
||||
"models": [
|
||||
{
|
||||
"modelName": "qwen3.7-max",
|
||||
"displayName": "Qwen3.7 Max",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "阿里通义千问 Qwen3.7 Max,原生 1M 上下文,Hybrid MoE 架构,内置 CoT 推理",
|
||||
"contextWindow": 500000,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"deep_thinking"
|
||||
],
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "deepseek-v4-pro",
|
||||
"displayName": "DeepSeek V4 Pro",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 50,
|
||||
"updatedAt": "2026-05-20",
|
||||
"presetDataVersion": 51,
|
||||
"updatedAt": "2026-05-23",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user