feat(crush): add minimax m2

Amolith created

Change summary

dot_config/crush/crush.json | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

Detailed changes

dot_config/crush/crush.json 🔗

@@ -181,6 +181,33 @@
 					"supports_attachments": false
 				}
 			]
+		},
+		"minimax": {
+			"name": "MiniMax",
+			"type": "anthropic",
+			"base_url": "https://api.minimax.io/anthropic",
+			"api_key": "$MINIMAX_API_KEY",
+			"extra_headers": {
+				"User-Agent": "claude-cli/2.0.31 (external, cli)",
+				"x-app": "cli",
+				"anthropic-version": "2023-06-01",
+				"anthropic-beta": "oauth-2025-04-20,interleaved-thinking-2025-05-14,fine-grained-tool-streaming-2025-05-14"
+			},
+			"models": [
+				{
+					"id": "MiniMax-M2",
+					"name": "MiniMax M2",
+					"cost_per_1m_in": 0,
+					"cost_per_1m_out": 0,
+					"cost_per_1m_in_cached": 0,
+					"cost_per_1m_out_cached": 0,
+					"context_window": 200000,
+					"default_max_tokens": 16384,
+					"can_reason": true,
+					"has_reasoning_efforts": false,
+					"supports_attachments": true
+				}
+			]
 		}
 	}
 }