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

14 lines
263 B
TOML

base_model = "moonshotai/kimi-k2.5"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
[interleaved]
field = "reasoning_content"
[cost]
input = 0.35
output = 1.7
cache_read = 0.07
[provider]
npm = "@ai-sdk/openai-compatible"