From 311070e1e591e836f8a0712ea79f6616362dcb1d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 17 Jun 2026 21:20:54 +0300 Subject: Add GLM 5.2 and minimax-m3 to ollama-cloud models + glm fish alias --- hypr.fish | 2 ++ pi/agent/models.json | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/hypr.fish b/hypr.fish index 41e8dfa..9e80227 100644 --- a/hypr.fish +++ b/hypr.fish @@ -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 @@ -619,6 +619,22 @@ "contextWindow": 202752, "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]", -- cgit v1.2.3