10 lines
233 B
TOML
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
|