17 lines
308 B
TOML
17 lines
308 B
TOML
base_model = "anthropic/claude-sonnet-5"
|
|
name = "Agentic Chat (Claude Sonnet 5)"
|
|
reasoning_options = [
|
|
{ type = "toggle" },
|
|
{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] },
|
|
]
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 64_000
|