20 lines
410 B
TOML
20 lines
410 B
TOML
name = "MiniMax M1"
|
|
description = "MiniMax model for chat, coding, office work, and agentic tasks"
|
|
release_date = "2025-08-05"
|
|
last_updated = "2025-08-05"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
tool_call = true
|
|
temperature = true
|
|
structured_output = false
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 80_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|