mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 08:28:02 +08:00
## Summary - Verify and populate `content_length` (context window) and `max_output` (max generation tokens) for all **478 chat/vision models** across **47 provider configs** - Data sourced from **official API documentation** via 12 parallel agents + targeted web verification - Update Go test assertions to match verified values Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
275 lines
5.3 KiB
JSON
Executable File
275 lines
5.3 KiB
JSON
Executable File
{
|
|
"name": "HuaweiCloud",
|
|
"url": {
|
|
"default": "https://api.modelarts-maas.com",
|
|
"cn-southwest-2": "https://api.modelarts-maas.com",
|
|
"ap-southeast-1": "https://api-ap-southeast-1.modelarts-maas.com"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "v2/chat/completions",
|
|
"async_chat": "v1/chat/completions",
|
|
"models": "v2/models",
|
|
"embedding": "v1/embeddings",
|
|
"rerank": "v1/rerank"
|
|
},
|
|
"class": "huaweicloud",
|
|
"models": [
|
|
{
|
|
"name": "deepseek-v4-pro",
|
|
"content_length": 1048576,
|
|
"max_output": 393216,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "deepseek-v4-flash",
|
|
"content_length": 1048576,
|
|
"max_output": 393216,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "deepseek-v3.2",
|
|
"content_length": 131072,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": false,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "deepseek-v3.1-terminus",
|
|
"content_length": 131072,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": false,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "DeepSeek-V3",
|
|
"content_length": 131072,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "deepseek-r1-250528",
|
|
"content_length": 131072,
|
|
"max_output": 65536,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "qwen3-235b-a22b",
|
|
"content_length": 131072,
|
|
"max_output": 32768,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "qwen3-32b",
|
|
"content_length": 131072,
|
|
"max_output": 32768,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "qwen3-30b-a3b",
|
|
"content_length": 131072,
|
|
"max_output": 32768,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "kimi-k2.6",
|
|
"content_length": 262144,
|
|
"max_output": 131072,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "longcat-flash-chat",
|
|
"content_length": 131072,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "glm-5",
|
|
"content_length": 200000,
|
|
"max_output": 128000,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "glm-5.1",
|
|
"content_length": 200000,
|
|
"max_output": 128000,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
},
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "qwen2.5-vl-72b",
|
|
"content_length": 32768,
|
|
"max_output": 4096,
|
|
"model_types": [
|
|
"chat",
|
|
"vision"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "bge-m3",
|
|
"max_tokens": 8000,
|
|
"model_types": [
|
|
"embedding"
|
|
]
|
|
},
|
|
{
|
|
"name": "bge-reranker-v2-m3",
|
|
"max_tokens": 8000,
|
|
"model_types": [
|
|
"rerank"
|
|
]
|
|
}
|
|
],
|
|
"features": {
|
|
"thinking": {
|
|
"default_value": true,
|
|
"supported_models": [
|
|
"deepseek-v4-pro",
|
|
"deepseek-v4-flash",
|
|
"deepseek-v3.2",
|
|
"deepseek-v3.1-terminus",
|
|
"deepseek-r1-250528",
|
|
"qwen3-235b-a22b",
|
|
"qwen3-32b",
|
|
"qwen3-30b-a3b",
|
|
"kimi-k2.6",
|
|
"glm-5",
|
|
"glm-5.1"
|
|
]
|
|
},
|
|
"clear_thinking": {
|
|
"default_value": true,
|
|
"supported_models": [
|
|
"deepseek-v4-pro",
|
|
"deepseek-v4-flash",
|
|
"deepseek-v3.2",
|
|
"deepseek-v3.1-terminus",
|
|
"deepseek-r1-250528",
|
|
"qwen3-235b-a22b",
|
|
"qwen3-32b",
|
|
"qwen3-30b-a3b",
|
|
"kimi-k2.6",
|
|
"glm-5",
|
|
"glm-5.1"
|
|
]
|
|
},
|
|
"reasoning": {
|
|
"type": "effort",
|
|
"enabled": true,
|
|
"default": "high",
|
|
"options": [
|
|
"high",
|
|
"max"
|
|
]
|
|
}
|
|
}
|
|
}
|