From 48e1034bc7a779284f53af929931ec415d4baf56 Mon Sep 17 00:00:00 2001 From: Islem Maboud Date: Fri, 14 Nov 2025 17:18:15 +0100 Subject: [PATCH] feat: add new openai/gpt-oss-120b to the list of supported models for the summary endpoint --- src/models/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/index.ts b/src/models/index.ts index e25f016..0924f58 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -927,7 +927,7 @@ export const SummaryBodySchema = z.object({ "gpt-4.1-mini", "gpt-4.1-nano", "llama-3.3-70b-versatile", - "deepseek-r1-distill-llama-70b", + "openai/gpt-oss-120b", ]) .optional() .nullable(),