Files
2026-07-13 12:28:55 +08:00

29 lines
623 B
TOML

# The Moark raw Chat schema exposes no user-selectable reasoning control for
# this reasoning-only model.
# https://moark.com/docs/openapi/v1 (accessed 2026-06-25)
name = "MiniMax-M2.1"
description = "MiniMax model for chat, coding, office work, and agentic tasks"
family = "minimax"
release_date = "2025-12-23"
last_updated = "2025-12-23"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
open_weights = true
[cost]
input = 2.10
output = 8.40
cached_input = 2.10
cached_write = 8.40
[limit]
context = 204_800
output = 131_072
[modalities]
input = ["text"]
output = ["text"]