24 lines
553 B
JSON
24 lines
553 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" }
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|