25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"Agent": {
|
|
"api": "openai",
|
|
"options": {
|
|
"baseURL": "http://localhost:8000/v1/",
|
|
"apiKey": "not-needed"
|
|
},
|
|
"models": {
|
|
"GLM-4.6V-Flash": {
|
|
"id": "GLM-4.6V-Flash",
|
|
"name": "GLM-4.6V-Flash",
|
|
"limit": { "context": 32768, "output": 8192 },
|
|
"cost": { "input": 0, "output": 0 },
|
|
"modalities": { "input": ["text", "image"], "output": ["text"] }
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"experimental": {
|
|
"mcp_timeout": 60000
|
|
}
|
|
}
|