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" } } ] }