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 /pi/agent | |
| parent | 57e2925a322c27854c5abaa0ac31068d8efab4be (diff) | |
Add GLM 5.2 and minimax-m3 to ollama-cloud models + glm fish aliasmain
Diffstat (limited to 'pi/agent')
| -rw-r--r-- | pi/agent/models.json | 16 |
1 files changed, 16 insertions, 0 deletions
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, |
