27 lines
492 B
TOML
27 lines
492 B
TOML
name = "Pro/MiniMaxAI/MiniMax-M2.5"
|
|
description = "Frontier MiniMax model for engineering, office tasks, and agentic reasoning"
|
|
family = "minimax"
|
|
release_date = "2026-02-13"
|
|
last_updated = "2026-02-13"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 1.22
|
|
|
|
[limit]
|
|
context = 192_000
|
|
output = 131_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|