Add no-thinking varient of GLM 4.7 as workaround for OpenCode bug (due to Cerebras update)

This commit is contained in:
2026-05-04 18:31:39 -07:00
parent 1b8f74c1b3
commit d2fbfe487b

View File

@@ -10,6 +10,18 @@
"lmstudio"
],
"provider": {
"cerebras": {
"models": {
"zai-glm-4.7": {
"name": "GLM 4.7",
"variants": {
"Thinking Disabled": {
"reasoningEffort": "none",
}
}
}
}
},
"lmstudio": {
"npm": "@ai-sdk/openai-compatible",
"name": "LM Studio (local)",