diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-17 21:20:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-17 21:20:54 +0300 |
| commit | 311070e1e591e836f8a0712ea79f6616362dcb1d (patch) | |
| tree | 4c4b48d52f94ed0f67b14c8628d9fd4754ff8513 | |
| parent | 57e2925a322c27854c5abaa0ac31068d8efab4be (diff) | |
Add GLM 5.2 and minimax-m3 to ollama-cloud models + glm fish aliasmain
| -rw-r--r-- | hypr.fish | 2 | ||||
| -rw-r--r-- | pi/agent/models.json | 16 |
2 files changed, 18 insertions, 0 deletions
@@ -16,6 +16,8 @@ abbr pik7 pi --provider ollama-cloud --model kimi-k2.7-code:cloud abbr kimi pi --provider ollama-cloud --model kimi-k2.6:cloud abbr pi-ollama-qwen35-397b pi --provider ollama-cloud --model qwen3.5:cloud abbr pi-ollama-glm51-756b pi --provider ollama-cloud --model glm-5.1:cloud +abbr pi-ollama-glm52-756b pi --provider ollama-cloud --model glm-5.2:cloud +abbr glm pi --provider ollama-cloud --model glm-5.2:cloud abbr pi-ollama-minimax-m27-229b pi --provider ollama-cloud --model minimax-m2.7:cloud abbr pi-ollama-qwen3-coder-next-80b pi --provider ollama-cloud --model qwen3-coder-next:cloud abbr pi-ollama-qwen3-coder-480b pi --provider ollama-cloud --model qwen3-coder:480b-cloud diff --git a/pi/agent/models.json b/pi/agent/models.json index d07731a..8daeb75 100644 --- a/pi/agent/models.json +++ b/pi/agent/models.json @@ -620,6 +620,22 @@ "maxTokens": 131072 }, { + "id": "glm-5.2:cloud", + "name": "glm-5.2 756B [ollama]", + "reasoning": true, + "input": [ + "text" + ], + "cost": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 976000, + "maxTokens": 131072 + }, + { "id": "minimax-m2.7:cloud", "name": "minimax-m2.7 229B [ollama]", "reasoning": true, |
