10 lines
351 B
TOML
10 lines
351 B
TOML
base_model = "moonshotai/kimi-k2.7-code"
|
|
# Chat `reasoning_effort = low|medium|high`; `medium` is the default.
|
|
# https://docs.databricks.com/aws/en/machine-learning/model-serving/query-reason-models (accessed 2026-07-11)
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 0.95
|
|
output = 4.0
|
|
cache_read = 0.19
|