diff --git a/opencode.jsonc b/opencode.jsonc index 1895ab4..63d5468 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -95,22 +95,6 @@ "limit": { "context": 400000, "output": 128000 } } } - }, - "glm-coding-plan": { - "name": "GLM Coding Plan", - "npm": "@ai-sdk/openai-compatible", - "options": { - "baseURL": "https://api.z.ai/api/coding/paas/v4", - "apiKey": "{env:ZAI_API_KEY}" - }, - "models": { - "glm-4.7": { - "name": "GLM-4.7", - "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 } - } - } } }, "disabled_providers": ["opencode"]