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

14 lines
281 B
TOML

base_model = "openai/gpt-5.6-luna"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 1
output = 6
cache_read = 0.1
[[cost.tiers]]
tier = { type = "context", size = 200_000 }
input = 2
output = 9
cache_read = 0.2