summaryrefslogtreecommitdiff
path: root/pi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-02 21:39:49 +0300
committerPaul Buetow <paul@buetow.org>2026-06-02 21:39:49 +0300
commitd1bda253a736122b5b36093760a54ae982f73040 (patch)
tree3634d35e1ea6c06ec7e4652fcf964be2d3110979 /pi
parenta292bcc6fe797971f6eef5808c89d81d3ff00f32 (diff)
Add minimax-m3:cloud to pi agent models and hypr.fish aliases
Diffstat (limited to 'pi')
-rw-r--r--pi/agent/models.json17
1 files changed, 17 insertions, 0 deletions
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
}
]
},