35 lines
632 B
TOML
35 lines
632 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 = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 1.2
|
|
cache_read = 0.06
|
|
|
|
[[cost.tiers]]
|
|
tier = { size = 512_000 }
|
|
input = 0.6
|
|
output = 2.4
|
|
cache_read = 0.12
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/anthropic"
|