integration: worker image, bridge, compose, Makefile, deploy scripts
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user