From 6ee5b2cbbea386af76853514601ffcc061f01b0c Mon Sep 17 00:00:00 2001 From: Zoe <62722391+juls0730@users.noreply.github.com> Date: Mon, 11 May 2026 17:43:43 -0500 Subject: [PATCH] feat: add LongCat 2.0 Preview model --- server/utils/providers/longcat.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",