diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-02 21:39:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-02 21:39:49 +0300 |
| commit | d1bda253a736122b5b36093760a54ae982f73040 (patch) | |
| tree | 3634d35e1ea6c06ec7e4652fcf964be2d3110979 | |
| parent | a292bcc6fe797971f6eef5808c89d81d3ff00f32 (diff) | |
Add minimax-m3:cloud to pi agent models and hypr.fish aliases
| -rw-r--r-- | hypr.fish | 1 | ||||
| -rw-r--r-- | pi/agent/models.json | 17 |
2 files changed, 18 insertions, 0 deletions
@@ -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 } ] }, |
