diff --git a/crates/forge_repo/src/provider/provider.json b/crates/forge_repo/src/provider/provider.json index 4dd93ad922..682ec34318 100644 --- a/crates/forge_repo/src/provider/provider.json +++ b/crates/forge_repo/src/provider/provider.json @@ -1855,6 +1855,26 @@ "response_type": "Anthropic", "url": "https://api.minimax.io/anthropic/v1/messages", "models": [ + { + "id": "MiniMax-M2.7", + "name": "MiniMax M2.7", + "description": "Peak performance model optimized for code generation and refactoring with advanced reasoning", + "context_length": 204800, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text"] + }, + { + "id": "MiniMax-M2.7-highspeed", + "name": "MiniMax M2.7 Highspeed", + "description": "Same performance as M2.7 with significantly faster inference (~100 tps)", + "context_length": 204800, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text"] + }, { "id": "MiniMax-M2.5", "name": "MiniMax M2.5",