22 lines
383 B
TOML
22 lines
383 B
TOML
name = "MiniMax-M2.1"
|
|
description = "MiniMax model for chat, coding, office work, and agentic tasks"
|
|
release_date = "2025-12-19"
|
|
last_updated = "2025-12-19"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.300
|
|
output = 1.200
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|