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

14 lines
429 B
TOML

# This model is restricted here to $.reasoning_effort or $.reasoning.effort
# = "low"|"medium"|"high"; no exact token budget is documented for it.
# https://docs.llmgateway.io/features/reasoning (accessed 2026-06-25)
base_model = "moonshotai/kimi-k2.7-code"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[interleaved]
field = "reasoning_content"
[cost]
input = 0.95
output = 4
cache_read = 0.19