mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 07:10:54 +08:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
||
"id": "provider-tencent-001",
|
||
"provider": "tencent",
|
||
"label": "腾讯混元",
|
||
"baseUrl": "https://api.hunyuan.cloud.tencent.com/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "tencent",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "hunyuan-2.0-thinking-20251109",
|
||
"displayName": "混元 2.0 Think",
|
||
"serviceType": [
|
||
"reasoning"
|
||
],
|
||
"description": "腾讯混元最新推理模型,128K输入/64K输出,MoE架构406B总参数",
|
||
"contextWindow": 128000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"deep_thinking",
|
||
"long_context"
|
||
],
|
||
"inputPrice": 3.975,
|
||
"outputPrice": 15.9,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 1,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "hunyuan-turbos-latest",
|
||
"displayName": "混元 Turbo S",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "腾讯混元高速模型,32K输入/16K输出,支持推理和工具调用",
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"vision",
|
||
"fast",
|
||
"tool_use"
|
||
],
|
||
"inputPrice": 0.8,
|
||
"outputPrice": 2,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 1,
|
||
"extra": {}
|
||
}
|
||
]
|
||
}
|