mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 16:38:01 +08:00
91 lines
1.7 KiB
JSON
91 lines
1.7 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": "compatible-mode/v1/models",
|
|
"tts": "compatible-mode/v1/audio/speech"
|
|
},
|
|
"models": [
|
|
{
|
|
"name": "qwen-flash",
|
|
"content_length": 1048576,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "text-embedding-v4",
|
|
"max_tokens": 8192,
|
|
"model_types": [
|
|
"embedding"
|
|
],
|
|
"max_batch_size": 10
|
|
},
|
|
{
|
|
"name": "qwen3-vl-plus",
|
|
"content_length": 262144,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"vision",
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
],
|
|
"max_batch_size": 10
|
|
},
|
|
{
|
|
"name": "qwen3-rerank",
|
|
"max_tokens": 8192,
|
|
"model_types": [
|
|
"rerank"
|
|
]
|
|
}
|
|
],
|
|
"features": {
|
|
"thinking": {
|
|
"default_value": true,
|
|
"supported_models": [
|
|
"qwen-flash"
|
|
]
|
|
}
|
|
}
|
|
}
|