Files
lvmh/docker/worker-models.json

31 lines
772 B
JSON

{
"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" }
},
{
"id": "glm-5.3-flash",
"name": "GLM-5.3 Flash",
"reasoning": true,
"contextWindow": 1000000,
"thinkingLevelMap": { "xhigh": "xhigh", "max": "max" }
}
]
}
}
}