mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 01:25:07 +08:00
Feat: add support for LongCat-Flash-Thinking and Claude Sonnet 4.5 (#10374)
### What problem does this PR solve? Add support for LongCat-Flash-Thinking and Claude Sonnet 4.5. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -3533,6 +3533,13 @@
|
|||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"is_tools": true
|
"is_tools": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "claude-sonnet-4-5-20250929",
|
||||||
|
"tags": "LLM,CHAT,IMAGE2TEXT,200k",
|
||||||
|
"max_tokens": 204800,
|
||||||
|
"model_type": "chat",
|
||||||
|
"is_tools": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "claude-sonnet-4-20250514",
|
"llm_name": "claude-sonnet-4-20250514",
|
||||||
"tags": "LLM,CHAT,IMAGE2TEXT,200k",
|
"tags": "LLM,CHAT,IMAGE2TEXT,200k",
|
||||||
@ -4862,8 +4869,15 @@
|
|||||||
"max_tokens": 8000,
|
"max_tokens": 8000,
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"is_tools": true
|
"is_tools": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "LongCat-Flash-Thinking",
|
||||||
|
"tags": "LLM,CHAT,8000",
|
||||||
|
"max_tokens": 8000,
|
||||||
|
"model_type": "chat",
|
||||||
|
"is_tools": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user