18 lines
308 B
TOML
18 lines
308 B
TOML
# Source: https://routellm.abacus.ai/v1/models
|
|
# RouteLLM API does not report thinking: true for this ID.
|
|
base_model = "minimax/MiniMax-M2.7"
|
|
reasoning = true
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 1.2
|
|
|
|
[limit]
|
|
context = 204_800
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|