feat: refresh model sync and MiMo speech metadata (#91)

This commit is contained in:
Johnson-LYS
2026-08-31 14:35:53 +08:00
committed by GitHub
parent 9f331d3f78
commit e7848667b6
10 changed files with 518 additions and 14 deletions

View File

@@ -1,6 +1,35 @@
{
"description": "腾讯混元系列模型规格。参数来源config-center compute/providers/tencent.json。hunyuan-2.0-thinking 和 hunyuan-t1 为推理模型。",
"specs": [
{
"id": "hy3",
"displayName": "混元 Hy3",
"family": "hy3",
"match": {
"exact": [
"hy3"
]
},
"spec": {
"contextWindow": 262144,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent"
],
"serviceType": [
"chat",
"reasoning"
],
"defaultTemperature": 0.9,
"supportsReasoning": true,
"description": "腾讯混元 Hy3 正式版295B MoE21B active支持可配置推理强度",
"releasedAt": "2026-07-06"
}
},
{
"id": "hy3-preview",
"displayName": "混元 Hy3 Preview",