20 lines
357 B
TOML
20 lines
357 B
TOML
base_model = "xiaomi/mimo-v2.5"
|
|
reasoning_options = [{ type = "toggle" }]
|
|
name = "Coding Xiaomi MiMo-V2.5"
|
|
family = "mimo-v2.5"
|
|
last_updated = "2026-05-13"
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.08
|
|
output = 0.4
|
|
cache_read = 0.016
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 256_000 }
|
|
input = 0.16
|
|
output = 0.8
|
|
cache_read = 0.032
|