Files
ragflow/conf/models/baidu.json
Jin Hai 405275935f Go: fix unused check (#17922)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2026-08-06 14:45:10 +08:00

110 lines
2.0 KiB
JSON

{
"name": "BaiduYiyan",
"url": {
"default": "https://qianfan.baidubce.com/v2"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings",
"rerank": "rerank",
"ocr": "ocr/paddleocr"
},
"class": "baidu",
"models": [
{
"name": "deepseek-v3.2",
"content_length": 131072,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "deepseek-v4-flash",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "deepseek-v4-pro",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "qwen3-32b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen3-4b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "ernie-5.0",
"content_length": 121856,
"max_output": 8192,
"model_types": [
"vision"
]
},
{
"name": "embedding-v1",
"max_tokens": 384,
"model_types": [
"embedding"
],
"max_batch_size": 16
},
{
"name": "qwen3-reranker-4b",
"max_tokens": 32768,
"model_types": [
"rerank"
]
},
{
"name": "paddleocr-vl-0.9b",
"max_tokens": 8192,
"model_types": [
"ocr"
]
}
]
}