29 lines
500 B
TOML
29 lines
500 B
TOML
name = "MiniMax-M2.7"
|
|
description = "MiniMax model for chat, coding, office work, and agentic tasks"
|
|
family = "minimax-m2.7"
|
|
release_date = "2026-03-18"
|
|
last_updated = "2026-03-18"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 1.2
|
|
cache_read = 0.06
|
|
|
|
[limit]
|
|
context = 204_800
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/anthropic"
|