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

12 lines
208 B
TOML

base_model = "anthropic/claude-haiku-4-5"
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 32_000 }]
[cost]
input = 1
output = 5
cache_read = 0.1
cache_write = 1.25
[limit]
input = 136_000