summaryrefslogtreecommitdiff
path: root/pi/agent/models.json
diff options
context:
space:
mode:
Diffstat (limited to 'pi/agent/models.json')
-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
}
]
},