Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save brandonbryant12/10e2e7eae6d1c4942daaf2a20dfdd0d8 to your computer and use it in GitHub Desktop.

Select an option

Save brandonbryant12/10e2e7eae6d1c4942daaf2a20dfdd0d8 to your computer and use it in GitHub Desktop.
{
"$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