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

14 lines
232 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
[provider]
npm = "@ai-sdk/anthropic"