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

18 lines
230 B
TOML

base_model = "xiaomi/mimo-v2.5"
[[reasoning_options]]
type = "toggle"
[cost]
input = 0.16
output = 0.32
cache_read = 0.004
cache_write = 0.16
[limit]
context = 1_000_000
output = 128_000
[modalities]
input = ["text", "image"]