14 lines
308 B
TOML
14 lines
308 B
TOML
base_model = "anthropic/claude-sonnet-4-6"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 32_000 }]
|
|
|
|
[cost]
|
|
input = 3
|
|
output = 15
|
|
cache_read = 0.3
|
|
cache_write = 3.75
|
|
|
|
[limit]
|
|
context = 200_000
|
|
input = 168_000
|
|
output = 32_000
|