12 lines
208 B
TOML
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
|