28 lines
489 B
TOML
28 lines
489 B
TOML
name = "MiniMax-M3"
|
|
description = "MiniMax multimodal coding model for long-context reasoning and agent tasks"
|
|
family = "minimax"
|
|
release_date = "2026-06-01"
|
|
last_updated = "2026-06-25"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|