30 lines
718 B
TOML
30 lines
718 B
TOML
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# POST https://api.together.ai/v1/chat/completions
|
|
# The current reasoning model table does not list M2.5 or document controls.
|
|
# Sources: https://docs.together.ai/docs/inference/chat/reasoning#supported-models
|
|
name = "MiniMax-M2.5"
|
|
description = "Legacy model retained for compatibility with older integrations"
|
|
family = "minimax"
|
|
release_date = "2026-02-12"
|
|
last_updated = "2026-02-12"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
status = "deprecated"
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.30
|
|
cache_read = 0.06
|
|
output = 1.20
|
|
|
|
[limit]
|
|
context = 204_800
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|