Files
ragflow/conf/models/hunyuan.json
2026-07-09 10:19:10 +08:00

50 lines
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"
]
}
]
}