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

20 lines
361 B
TOML

base_model = "xiaomi/mimo-v2.5-pro"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
[interleaved]
field = "reasoning_content"
[cost]
input = 0.4
output = 0.8
cache_read = 0.003
[[cost.tiers]]
tier = { type = "context", size = 256_000 }
input = 2
output = 6
cache_read = 0.4
[provider]
npm = "@ai-sdk/openai-compatible"