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

25 lines
522 B
TOML

# Gateway-wide $.reasoning_effort = "none" disables non-OpenAI reasoning;
# this model has no documented effort tiers or exact reasoning-token budget.
# https://docs.llmgateway.io/features/reasoning (accessed 2026-06-25)
base_model = "xiaomi/mimo-v2.5-pro"
[[reasoning_options]]
type = "toggle"
[interleaved]
field = "reasoning_content"
[cost]
input = 0.435
output = 0.87
cache_read = 0.0036
[[cost.tiers]]
tier = { type = "context", size = 256_000 }
input = 2
output = 6
cache_read = 0.4
[limit]
context = 1_000_000