24 lines
450 B
TOML
24 lines
450 B
TOML
name = "MiniMaxAI/MiniMax-M2.5"
|
|
description = "MiniMax model for chat, coding, office work, and agentic tasks"
|
|
family = "minimax"
|
|
release_date = "2026-02-15"
|
|
last_updated = "2026-06-15"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.3
|
|
cache_input = 0.03
|
|
output = 1.2
|
|
|
|
[limit]
|
|
context = 197_000
|
|
output = 131_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |