diff --git a/server/utils/providers/longcat.ts b/server/utils/providers/longcat.ts index 7ef0d8a..89bfbb0 100644 --- a/server/utils/providers/longcat.ts +++ b/server/utils/providers/longcat.ts @@ -57,6 +57,16 @@ export default { contextWindow: 256_000, } }, + { + id: "LongCat-2.0-Preview", + name: "LongCat 2.0 Preview", + attributes: { + inputModalities: ['text'], + outputModalities: ['text'], + capabilities: ['tools'], + contextWindow: 256_000, + } + }, { id: "LongCat-Flash-Lite", name: "LongCat Flash Lite",