Modify cost parameters in MiniMax-M2.1.toml

Updated cost parameters for input and output.
This commit is contained in:
Alexis Okuwa
2025-12-27 18:47:30 -08:00
committed by GitHub
parent 9250fbe2bc
commit e033fc186d
@@ -0,0 +1,21 @@
name = "MiniMax-M2.1"
family = "minimax"
release_date = "2025-12-23"
last_updated = "2025-12-23"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true
[cost]
input = 0.55
output = 2.19
[limit]
context = 204_800
output = 131_072
[modalities]
input = ["text"]
output = ["text"]