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

10 lines
233 B
TOML

base_model = "anthropic/claude-fable-5"
name = "Agentic Chat (Claude Fable 5)"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0