13 lines
246 B
TOML
13 lines
246 B
TOML
base_model = "anthropic/claude-sonnet-5"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 10
|
|
cache_read = 0.2
|
|
cache_write = 2.5
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 128_000
|