Feat: add LongCat-Flash-Chat (#9973)

### What problem does this PR solve?

Add LongCat-Flash-Chat from Meituan, deepseek v3.1 from SiliconFlow,
kimi-k2-09-05-preview and kimi-k2-turbo-preview from Moonshot.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2025-09-08 19:00:52 +08:00
committed by GitHub
parent 2616f651c9
commit 936f27e9e5
4 changed files with 65 additions and 1 deletions

View File

@ -54,6 +54,7 @@ export enum LLMFactory {
DeepInfra = 'DeepInfra',
Grok = 'Grok',
XAI = 'xAI',
Meituan = 'Meituan',
}
// Please lowercase the file name
@ -113,4 +114,5 @@ export const IconMap = {
[LLMFactory.DeepInfra]: 'deepinfra',
[LLMFactory.Grok]: 'grok',
[LLMFactory.XAI]: 'xai',
[LLMFactory.Meituan]: 'longcat',
};