29 lines
594 B
TOML
29 lines
594 B
TOML
name = "MiniMax-M2"
|
|
description = "Efficient open MiniMax model built for coding agents and tool-heavy workflows"
|
|
family = "minimax"
|
|
release_date = "2025-10-27"
|
|
last_updated = "2025-10-27"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 196_608
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/MiniMaxAI/MiniMax-M2"
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Bench Verified"
|
|
score = 69.4
|
|
metric = "resolved"
|
|
source = "https://huggingface.co/MiniMaxAI/MiniMax-M2"
|