summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr.fish2
-rw-r--r--pi/agent/models.json16
2 files changed, 18 insertions, 0 deletions
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
@@ -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,