Files
2026-07-13 12:28:55 +08:00

30 lines
726 B
TOML

# Reasoning HTTP format (accessed 2026-06-25):
# POST https://api.together.ai/v1/chat/completions
# Reasoning-only model; no toggle, effort, or reasoning-token budget is supported.
# Sources: https://docs.together.ai/docs/inference/chat/reasoning#supported-models
name = "MiniMax-M2.7"
description = "MiniMax model for chat, coding, office work, and agentic tasks"
family = "minimax"
release_date = "2026-03-18"
last_updated = "2026-03-18"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
structured_output = true
open_weights = true
[cost]
input = 0.30
cache_read = 0.06
output = 1.20
[limit]
context = 202_752
output = 131_072
[modalities]
input = ["text"]
output = ["text"]