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

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