anomalyco--models.dev
22 行
520 B
TOML
22 行
520 B
TOML
name = "minimax-m3"
|
|
description = "MiniMax multimodal coding model for long-context reasoning and agent tasks"
|
|
family = "minimax-m3"
|
|
release_date = "2026-05-31"
|
|
last_updated = "2026-05-31"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "max"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
|
|
|
|
[limit]
|
|
context = 512_000
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|