Files
ragflow/conf/models/longcat.json
Haruko386 0a8f28ff36 Go: add token usage for baidu, minimax, moonshot and mistral (#17413)
### Summary

As title, related to #16990

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-27 18:04:36 +08:00

24 lines
386 B
JSON

{
"name": "LongCat",
"url": {
"default": "https://api.longcat.chat"
},
"url_suffix": {
"chat": "openai/v1/chat/completions",
"models": "openai/v1/models"
},
"class": "longcat",
"models": [
{
"name": "LongCat-2.0",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
}
]
}