Created
January 28, 2026 19:08
-
-
Save brandonbryant12/10e2e7eae6d1c4942daaf2a20dfdd0d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "provider": { | |
| "zai": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "Z.AI", | |
| "options": { | |
| "baseURL": "https://your-api-endpoint/v1", | |
| "apiKey": "{env:ZAI_API_KEY}" | |
| }, | |
| "models": { | |
| "glm-4.7": { | |
| "id": "zai-org/GLM-4.7", | |
| "name": "GLM 4.7" | |
| } | |
| } | |
| } | |
| }, | |
| "model": "zai/glm-4.7" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment