Files
ragflow/conf/models/baichuan.json
Haruko386 c575164695 Go: add tools for a lot of providers (#17341)
### Summary

As title

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-24 19:33:38 +08:00

121 lines
2.0 KiB
JSON

{
"name": "BaiChuan",
"url": {
"default": "https://api.baichuan-ai.com/v1"
},
"url_suffix": {
"chat": "chat/completions",
"embedding": "embeddings"
},
"class": "baichuan",
"models": [
{
"name": "Baichuan4",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan4-Air",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan4-Turbo",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan-M3",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan-M3-plus",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan-M2-plus",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan-M2",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan3-Turbo",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan3-Turbo-128k",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan2-Turbo",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "Baichuan-Text-Embedding",
"max_tokens": 8192,
"model_types": [
"embedding"
]
}
]
}