From 6ef27e5cd669453d44551fdf188904432b894b78 Mon Sep 17 00:00:00 2001 From: buenosair Date: Mon, 7 Sep 2026 12:06:06 +0000 Subject: [PATCH] feat(models): add glm-5.3-flash to worker model fallback catalog --- docker/worker-models.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker/worker-models.json b/docker/worker-models.json index f4a0b36..59ba1ca 100644 --- a/docker/worker-models.json +++ b/docker/worker-models.json @@ -16,6 +16,13 @@ "reasoning": true, "contextWindow": 1000000, "thinkingLevelMap": { "xhigh": "xhigh", "max": "max" } + }, + { + "id": "glm-5.3-flash", + "name": "GLM-5.3 Flash", + "reasoning": true, + "contextWindow": 1000000, + "thinkingLevelMap": { "xhigh": "xhigh", "max": "max" } } ] }