-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
35 lines (35 loc) · 771 Bytes
/
Copy pathopencode.json
File metadata and controls
35 lines (35 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"zai-coding-plan": {
"models": {
"glm-5.1": {
"id": "glm-5.1",
"name": "GLM-5.1",
"reasoning": true,
"contextWindow": 204800,
"maxTokens": 131072
},
"glm-4.7": {
"id": "glm-4.7",
"name": "GLM-4.7",
"reasoning": true,
"contextWindow": 204800,
"maxTokens": 131072
}
}
}
},
"model": "zai-coding-plan/glm-5.1",
"mcp": {
"stitch": {
"type": "remote",
"url": "https://stitch.googleapis.com/mcp",
"enabled": true,
"headers": {
"X-Goog-Api-Key": "YOUR_API_KEY_HERE"
}
}
},
"instructions": ["AGENTS.md"]
}