Files
2026-07-13 12:28:55 +08:00

36 lines
755 B
TOML

name = "MiniMax-M2.1"
description = "Earlier MiniMax agent model for practical coding and productivity tasks"
family = "minimax"
release_date = "2025-12-23"
last_updated = "2025-12-23"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true
[limit]
context = 204_800
output = 131_072
[modalities]
input = ["text"]
output = ["text"]
[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/MiniMaxAI/MiniMax-M2.1"
[[benchmarks]]
name = "SWE-Bench Verified"
score = 74
metric = "resolved"
source = "https://huggingface.co/MiniMaxAI/MiniMax-M2.1"
[[benchmarks]]
name = "SWE-Bench Pro"
score = 36.81
metric = "resolve rate"
dataset = "public"
source = "https://labs.scale.com/leaderboard/swe_bench_pro_public"