From d1bda253a736122b5b36093760a54ae982f73040 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 2 Jun 2026 21:39:49 +0300 Subject: Add minimax-m3:cloud to pi agent models and hypr.fish aliases --- pi/agent/models.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'pi') diff --git a/pi/agent/models.json b/pi/agent/models.json index 395bdc2..451e752 100644 --- a/pi/agent/models.json +++ b/pi/agent/models.json @@ -700,6 +700,23 @@ }, "contextWindow": 204800, "maxTokens": 128000 + }, + { + "id": "minimax-m3:cloud", + "name": "minimax-m3 [ollama]", + "reasoning": true, + "input": [ + "text", + "image" + ], + "cost": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 524288, + "maxTokens": 128000 } ] }, -- cgit v1.2.3