summaryrefslogtreecommitdiff
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
parenta292bcc6fe797971f6eef5808c89d81d3ff00f32 (diff)
Add minimax-m3:cloud to pi agent models and hypr.fish aliases
-rw-r--r--hypr.fish1
-rw-r--r--pi/agent/models.json17
2 files changed, 18 insertions, 0 deletions
diff --git a/hypr.fish b/hypr.fish
index 5199445..fb60382 100644
--- a/hypr.fish
+++ b/hypr.fish
@@ -18,4 +18,5 @@ abbr pi-ollama-gpt-oss-120b pi --provider ollama --model gpt-oss:120b-cloud
abbr pi-ollama-deepseek-v31-671b pi --provider ollama --model deepseek-v3.1:671b-cloud
abbr pi-ollama-glm46-357b pi --provider ollama --model glm-4.6:cloud
abbr pi-ollama-minimax-m2-230b pi --provider ollama --model minimax-m2:cloud
+abbr pi-ollama-minimax-m3 pi --provider ollama --model minimax-m3:cloud
abbr pi-ollama-gemma4-31b pi --provider ollama --model gemma4:31b-cloud
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
}
]
},