19 lines
266 B
TOML
19 lines
266 B
TOML
base_model = "minimax/MiniMax-M3"
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 1.2
|
|
cache_read = 0.06
|
|
cache_write = 0.3
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 131_072
|