feat(models): add glm-5.3-flash to worker model fallback catalog

This commit is contained in:
buenosair
2026-09-07 12:09:56 +00:00
parent b62e4e717a
commit 6ef27e5cd6
+7
View File
@@ -16,6 +16,13 @@
"reasoning": true, "reasoning": true,
"contextWindow": 1000000, "contextWindow": 1000000,
"thinkingLevelMap": { "xhigh": "xhigh", "max": "max" } "thinkingLevelMap": { "xhigh": "xhigh", "max": "max" }
},
{
"id": "glm-5.3-flash",
"name": "GLM-5.3 Flash",
"reasoning": true,
"contextWindow": 1000000,
"thinkingLevelMap": { "xhigh": "xhigh", "max": "max" }
} }
] ]
} }