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

14 lines
263 B
TOML

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