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

19 lines
322 B
TOML

reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
base_model = "minimax/MiniMax-M2.5"
name = "MiniMax M2.5"
structured_output = true
[cost]
input = 0.15
output = 0.9
cache_read = 0.05
cache_write = 0
[modalities]
input = ["text"]
output = ["text"]
[limit]
context = 196_608
output = 196_608