chore(opencode): swap glm-5.2:cloud → MiniMax-M2.7
headroom-hub 8789 was repointed to api.minimax.io/anthropic. glm-5.2:cloud is no longer a registered model there. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+5
-5
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"default_agent": "pragent",
|
"default_agent": "pragent",
|
||||||
"model": "headroom/glm-5.2:cloud",
|
"model": "headroom/MiniMax-M2.7",
|
||||||
"small_model": "headroom/glm-5.2:cloud",
|
"small_model": "headroom/MiniMax-M2.7",
|
||||||
"provider": {
|
"provider": {
|
||||||
"headroom": {
|
"headroom": {
|
||||||
"npm": "@ai-sdk/anthropic",
|
"npm": "@ai-sdk/anthropic",
|
||||||
"name": "Headroom GLM",
|
"name": "Headroom (MiniMax passthrough)",
|
||||||
"options": {
|
"options": {
|
||||||
"baseURL": "http://model-proxy.internal:8789/v1",
|
"baseURL": "http://model-proxy.internal:8789/v1",
|
||||||
"apiKey": "ollama"
|
"apiKey": "ollama"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"glm-5.2:cloud": {
|
"MiniMax-M2.7": {
|
||||||
"name": "GLM 5.2 Cloud",
|
"name": "MiniMax M2.7",
|
||||||
"limit": {
|
"limit": {
|
||||||
"context": 200000,
|
"context": 200000,
|
||||||
"output": 16000
|
"output": 16000
|
||||||
|
|||||||
Reference in New Issue
Block a user