integration: worker image, bridge, compose, Makefile, deploy scripts

This commit is contained in:
Raphael Westphal
2026-08-18 13:03:57 +02:00
parent 631aaf060b
commit 05ad577eea
8 changed files with 202 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"providers": {
"zai-renaud": {
"baseUrl": "https://api.z.ai/api/coding/paas/v4",
"api": "openai-completions",
"apiKey": "$ZAI_RENAUD_API_KEY",
"compat": {
"supportsDeveloperRole": false,
"thinkingFormat": "zai",
"supportsReasoningEffort": true
},
"models": [
{
"id": "glm-5.3",
"name": "GLM-5.3",
"reasoning": true,
"contextWindow": 1000000,
"thinkingLevelMap": { "xhigh": "xhigh", "max": "max" }
}
]
}
}
}