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

12 lines
246 B
TOML

base_model = "anthropic/claude-sonnet-5"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 2.00
output = 10.00
cache_read = 0.20
cache_write = 2.50
[provider]
npm = "@ai-sdk/anthropic"