Revert "Merge pull request #1 from desirecore/model-field-official-audit"

This reverts commit 88a8cf2db6, reversing
changes made to ca99ea272f.
This commit is contained in:
2026-04-25 19:34:29 +08:00
parent 88a8cf2db6
commit 371336cdd6
114 changed files with 527 additions and 6091 deletions

View File

@@ -12,12 +12,12 @@
"services": ["chat", "reasoning"],
"models": [
{
"modelName": "spark-x",
"modelName": "x1",
"displayName": "讯飞星火 X1",
"serviceType": ["reasoning"],
"description": "讯飞深度推理模型X2输入64K/输出128K支持思考模式与函数调用",
"contextWindow": 65536,
"maxOutputTokens": 128000,
"description": "讯飞最新推理模型,基于全国产算力训练,擅长数学和代码推理",
"contextWindow": 32768,
"maxOutputTokens": 16384,
"capabilities": [
"chat",
"reasoning",
@@ -25,10 +25,12 @@
"math",
"code"
],
"defaultTemperature": 1.2,
"defaultTopP": 0.95,
"inputPrice": 11,
"outputPrice": 11,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
"pricingNote": "讯飞按token包计费不区分输入输出"
}
},
{
@@ -44,10 +46,12 @@
"code",
"tool_use"
],
"inputPrice": 60,
"outputPrice": 60,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
"pricingNote": "讯飞按token包计费不区分输入输出"
}
}
]