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

13 lines
245 B
TOML

base_model = "anthropic/claude-fable-5"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 10
output = 50
cache_read = 1
cache_write = 12.5
[limit]
context = 1_000_000
output = 128_000