25 lines
484 B
TOML
25 lines
484 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
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
# knowledge = "2025-04" # Not listed on model page.
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.30
|
|
output = 1.20
|
|
|
|
[limit]
|
|
context = 196_608
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|