35 lines
814 B
TOML
35 lines
814 B
TOML
name = "MiniMax-M2.5"
|
|
description = "MiniMax model for chat, coding, office work, and agentic tasks"
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# Coding Plan exact-string allowlist model; Alibaba-deployed MiniMax-M2.5 is
|
|
# thinking-only. No toggle, effort, or numeric budget request field is documented.
|
|
# Sources:
|
|
# https://help.aliyun.com/zh/model-studio/coding-plan
|
|
# https://help.aliyun.com/zh/model-studio/deep-thinking
|
|
family = "minimax"
|
|
release_date = "2026-02-12"
|
|
last_updated = "2026-02-12"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 196_608
|
|
output = 24_576
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|