29 lines
498 B
TOML
29 lines
498 B
TOML
name = "MiniMax-M2.5"
|
|
description = "MiniMax model for chat, coding, office work, and agentic tasks"
|
|
family = "minimax"
|
|
release_date = "2026-02-12"
|
|
last_updated = "2026-02-12"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 1.2
|
|
cache_read = 0.06
|
|
|
|
[limit]
|
|
context = 204800
|
|
output = 131072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|