mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 23:24:05 +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>
25 lines
419 B
JSON
25 lines
419 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",
|
|
"content_length": 1048576,
|
|
"max_output": 131072,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
}
|
|
]
|
|
}
|