Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions crates/forge_repo/src/provider/provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading