Files
ragflow/conf/models/longcat.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

64 lines
1.1 KiB
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-Flash-Chat",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "LongCat-Flash-Lite",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "LongCat-Flash-Thinking-2601",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "LongCat-Flash-Omni-2603",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "LongCat-2.0-Preview",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
}
]
}