项目文件夹

文件
wehub-resource-sync f36e2104d8
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

50 行
859 B
JSON

{
"name": "Tencent Hunyuan",
"url": {
"default": "https://api.hunyuan.cloud.tencent.com/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings"
},
"class": "hunyuan",
"models": [
{
"name": "hunyuan-pro",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "hunyuan-standard",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "hunyuan-standard-256K",
"max_tokens": 262144,
"model_types": [
"chat"
]
},
{
"name": "hunyuan-lite",
"max_tokens": 262144,
"model_types": [
"chat"
]
},
{
"name": "hunyuan-embedding",
"max_tokens": 16384,
"model_types": [
"embedding"
]
}
]
}