mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 11:50:53 +08:00
Revert "Merge pull request #1 from desirecore/model-field-official-audit"
This reverts commit88a8cf2db6, reversing changes made toca99ea272f.
This commit is contained in:
@@ -9,19 +9,14 @@
|
||||
"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": 196608,
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -31,65 +26,16 @@
|
||||
],
|
||||
"inputPrice": 3.975,
|
||||
"outputPrice": 15.9,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 3.975,
|
||||
"outputPrice": 15.9
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 5.3,
|
||||
"outputPrice": 21.2
|
||||
}
|
||||
]
|
||||
}
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-2.0-instruct-20251111",
|
||||
"displayName": "混元 2.0 Instruct",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元 2.0 指令模型,最大输入128K/最大输出16K,支持联网搜索和 Function Calling",
|
||||
"contextWindow": 147456,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"long_context",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 3.18,
|
||||
"outputPrice": 7.95,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"pricingTiers": [
|
||||
{
|
||||
"maxInputTokens": 32768,
|
||||
"inputPrice": 3.18,
|
||||
"outputPrice": 7.95
|
||||
},
|
||||
{
|
||||
"maxInputTokens": 131072,
|
||||
"inputPrice": 4.505,
|
||||
"outputPrice": 11.13
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-turbos-latest",
|
||||
"modelName": "hunyuan-turbo-s",
|
||||
"displayName": "混元 Turbo S",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元高速模型,32K输入/16K输出,支持推理和工具调用",
|
||||
"contextWindow": 32768,
|
||||
"serviceType": ["chat"],
|
||||
"description": "腾讯混元高速模型,262K 上下文,支持推理和工具调用",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -101,8 +47,8 @@
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 2,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user