mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-03 09:11:59 +08:00
### What problem does this PR solve? As title ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
30 lines
619 B
JSON
30 lines
619 B
JSON
{
|
|
"name": "Aliyun",
|
|
"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",
|
|
"models": "api/v1/deployments/models"
|
|
},
|
|
"models": [
|
|
{
|
|
"name": "qwen-flash",
|
|
"max_tokens": 995904,
|
|
"model_types": [
|
|
"chat"
|
|
]
|
|
}
|
|
],
|
|
"features": {
|
|
"thinking": {
|
|
"default_value": true,
|
|
"supported_models": [
|
|
"qwen-flash"
|
|
]
|
|
}
|
|
}
|
|
} |