21 lines
538 B
TOML
21 lines
538 B
TOML
# Native `/ai/run` accepts `reasoning_effort = low|medium|high` and
|
|
# `chat_template_kwargs.thinking = true|false`; no budget is documented.
|
|
# https://developers.cloudflare.com/workers-ai/models/kimi-k2.6/sync-input.json (accessed 2026-06-25)
|
|
|
|
base_model = "moonshotai/kimi-k2.6"
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.95
|
|
output = 4
|
|
cache_read = 0.16
|
|
|
|
[limit]
|
|
output = 256_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|