mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 11:50:53 +08:00
audit model field values against official docs
This commit is contained in:
@@ -9,14 +9,19 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"priceCurrency": "CNY",
|
||||
"services": ["chat", "reasoning"],
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"models": [
|
||||
{
|
||||
"modelName": "hunyuan-2.0-thinking-20251109",
|
||||
"displayName": "混元 2.0 Think",
|
||||
"serviceType": ["reasoning"],
|
||||
"serviceType": [
|
||||
"reasoning"
|
||||
],
|
||||
"description": "腾讯混元最新推理模型,128K输入/64K输出,MoE架构406B总参数",
|
||||
"contextWindow": 131072,
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -31,11 +36,13 @@
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-turbo-s",
|
||||
"modelName": "hunyuan-turbos-latest",
|
||||
"displayName": "混元 Turbo S",
|
||||
"serviceType": ["chat"],
|
||||
"description": "腾讯混元高速模型,262K 上下文,支持推理和工具调用",
|
||||
"contextWindow": 262144,
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元高速模型,32K输入/16K输出,支持推理和工具调用",
|
||||
"contextWindow": 32768,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
|
||||
Reference in New Issue
Block a user