Files
ragflow/conf/models/aliyun.json
Haruko386 166ed3c159 Json: add some aliyun models (#16926)
### Summary

As title
2026-07-15 15:42:54 +08:00

79 lines
1.4 KiB
JSON

{
"name": "Tongyi-Qianwen",
"rank": 983,
"url": {
"default": "https://dashscope.aliyuncs.com",
"singapore": "https://dashscope-intl.aliyuncs.com",
"us": "https://dashscope-us.aliyuncs.com"
},
"url_suffix": {
"chat": "compatible-mode/v1/chat/completions",
"embedding": "compatible-mode/v1/embeddings",
"rerank": "compatible-api/v1/reranks",
"models": "api/v1/deployments/models"
},
"models": [
{
"name": "qwen-flash",
"max_tokens": 995904,
"model_types": [
"chat"
]
},
{
"name": "text-embedding-v4",
"max_tokens": 8192,
"model_types": [
"embedding"
]
},
{
"name": "qwen3-vl-plus",
"max_tokens": 260096,
"model_types": [
"vision"
]
},
{
"name": "qwen-tts-flash",
"model_types": [
"tts"
]
},
{
"name": "qwen-asr-flash",
"model_types": [
"asr"
]
},
{
"name": "fun-asr",
"model_types": [
"asr"
]
},
{
"name": "text-embedding-v3",
"max_tokens": 8192,
"model_types": [
"embedding"
]
},
{
"name": "qwen3-rerank",
"max_tokens": 8192,
"model_types": [
"rerank"
]
}
],
"features": {
"thinking": {
"default_value": true,
"supported_models": [
"qwen-flash"
]
}
}
}