28 lines
499 B
TOML
28 lines
499 B
TOML
name = "MiniMax-M2.5"
|
|
description = "MiniMax model for chat, coding, office work, and agentic tasks"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
tool_call = true
|
|
structured_output = true
|
|
temperature = true
|
|
knowledge = "2025-01"
|
|
release_date = "2025-01-20"
|
|
last_updated = "2026-05-07"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.30
|
|
output = 1.20
|
|
cache_read = 0.03
|
|
cache_write = 0.375
|
|
|
|
[limit]
|
|
context = 196_608
|
|
input = 190_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|